mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
53 lines
911 B
CSS
53 lines
911 B
CSS
|
|
titledbox
|
|
{
|
|
border : 2px groove #D7E8FD;
|
|
padding : 7px;
|
|
margin : 5px;
|
|
}
|
|
|
|
title
|
|
{
|
|
margin : 0px 6px 2px 6px;
|
|
padding : 0px 3px 0px 3px;
|
|
background-color : #B4C3D4;
|
|
}
|
|
|
|
.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
|
|
{
|
|
vertical-align : middle;
|
|
}
|
|
|