mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
Fixed spacing around text in titledboxes for Modern skin. b=46423, 42331. r=beppe
This commit is contained in:
parent
53a23bf142
commit
9a1630d09b
@ -8,22 +8,18 @@ titledbox
|
||||
|
||||
title
|
||||
{
|
||||
margin-left : 6px;
|
||||
padding-right : 40px;
|
||||
margin : 0px 6px 2px 6px;
|
||||
}
|
||||
|
||||
box.titledbox-title
|
||||
{
|
||||
padding-left : 5px;
|
||||
padding-right : 5px;
|
||||
}
|
||||
|
||||
box.titledbox-body
|
||||
.titledbox-body
|
||||
{
|
||||
display : block;
|
||||
padding : inherit;
|
||||
}
|
||||
|
||||
title text {
|
||||
margin : 0px 3px 0px 3px;
|
||||
}
|
||||
|
||||
/** box formatting **/
|
||||
box[autostretch="never"]
|
||||
|
Loading…
Reference in New Issue
Block a user