8941e610e0
I didn't check whether this affects anything. The rule was being ignored previously.
29 lines
No EOL
388 B
CSS
29 lines
No EOL
388 B
CSS
row > hbox,
|
|
row > vbox
|
|
{
|
|
margin-top: 0 !important;
|
|
margin-bottom: 0 !important;
|
|
padding-top: 0 !important;
|
|
padding-bottom: 0 !important;
|
|
}
|
|
|
|
row vbox[fieldname]
|
|
{
|
|
margin-left: 1px;
|
|
}
|
|
|
|
.creator-type-label image {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
textbox
|
|
{
|
|
padding: 2px 2px 2px 2px;
|
|
margin: -1px 0 -1px 1px;
|
|
}
|
|
|
|
#item-type-menu
|
|
{
|
|
padding: 0 0 0 1px !important;
|
|
margin: 0 5px 0 1px !important;
|
|
} |