gecko-dev/themes/classic/global/win/box.css

53 строки
951 B
CSS

titledbox
{
border : 2px groove ThreeDFace;
padding : 7px !important;
margin : 5px;
}
title
{
margin : 0px 40px 2px 6px;
padding : 0px 3px 0px 3px;
background-color : ThreeDFace;
}
.titledbox-body
{
display : block;
padding : inherit;
}
/** box formatting **/
box[autostretch="never"]
{
vertical-align : middle;
}
box[autostretch="never"][valign="top"]
{
vertical-align : top;
}
box[autostretch="never"][valign="bottom"]
{
vertical-align : bottom;
}
box[autostretch="never"][halign="center"]
{
text-align : center;
}
box[autostretch="never"][halign="right"]
{
text-align : right;
}
row[autostretch="never"]
{
vertical-align : middle;
}