fx-compat: Item box: Clean up spacing
This commit is contained in:
parent
1a8057aba1
commit
aeef51bc76
1 changed files with 3 additions and 4 deletions
|
@ -38,14 +38,13 @@ td > input {
|
||||||
th > label {
|
th > label {
|
||||||
margin-top: 1px !important;
|
margin-top: 1px !important;
|
||||||
margin-bottom: 1px !important;
|
margin-bottom: 1px !important;
|
||||||
-moz-box-pack: start;
|
|
||||||
-moz-margin-start: 1px !important;
|
-moz-margin-start: 1px !important;
|
||||||
-moz-margin-end: 5px !important;
|
-moz-margin-end: 5px !important;
|
||||||
padding: 0 2px 0 2px;
|
padding: 0 2px 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
td > [fieldname] {
|
td > [fieldname] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.value:not(.multiline) {
|
.value:not(.multiline) {
|
||||||
|
@ -107,7 +106,7 @@ textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* metadata field names */
|
/* metadata field names */
|
||||||
th, .creator-type-label {
|
th {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-left: 5px !important;
|
margin-left: 5px !important;
|
||||||
|
@ -147,7 +146,7 @@ row label
|
||||||
|
|
||||||
.creator-type-label > label
|
.creator-type-label > label
|
||||||
{
|
{
|
||||||
margin: 1px 0 1px 0 !important;
|
margin: 1px 4px 1px 0 !important;
|
||||||
padding-right: 2px !important;
|
padding-right: 2px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue