mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 16:51:46 +00:00
classic skin stuff, 46613
This commit is contained in:
parent
80622a2626
commit
6ce19b56ba
@ -18,10 +18,7 @@
|
||||
background-color : none;
|
||||
behavior : url("chrome://global/content/xulBindings.xml#buttonleft");
|
||||
min-width : 0px;
|
||||
<<<<<<< button.css
|
||||
margin : 0px 1px 0px 1px;
|
||||
=======
|
||||
margin : 2px;
|
||||
border : none;
|
||||
user-focus : ignore;
|
||||
max-width : 14em;
|
||||
|
@ -37,70 +37,48 @@
|
||||
padding-top : 3px;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Large Dialog Header (with icon)
|
||||
**/
|
||||
.box-header
|
||||
{
|
||||
behavior : url(chrome://communicator/content/dialogBindings.xml#largeheader);
|
||||
behavior : url(chrome://global/skin/classicBindings.xml#largeheader);
|
||||
border-bottom : 1px solid threedhighlight;
|
||||
}
|
||||
|
||||
.box-header-header
|
||||
.largeheader-box
|
||||
{
|
||||
padding : 0px 0px 4px 5px;
|
||||
min-height : 34px;
|
||||
}
|
||||
|
||||
.box-header-text-box
|
||||
{
|
||||
vertical-align : middle;
|
||||
}
|
||||
|
||||
.box-header-text
|
||||
{
|
||||
color : white;
|
||||
font-size : large;
|
||||
font-weight : bold;
|
||||
text-decoration : underline;
|
||||
}
|
||||
|
||||
.box-header-icon-box
|
||||
{
|
||||
vertical-align : middle;
|
||||
}
|
||||
background-color : #FFFFFF;
|
||||
border-bottom : 1px solid threedshadow;
|
||||
}
|
||||
|
||||
.box-header-circle
|
||||
.largeheader-header-text
|
||||
{
|
||||
background-image : url("chrome://global/skin/button28-bg.gif");
|
||||
background-repeat : no-repeat;
|
||||
background-position : 50% 4px;
|
||||
background-color : transparent;
|
||||
min-width : 28px;
|
||||
margin : 1px 7px 1px 1px;
|
||||
height : 28px;
|
||||
width : 28px;
|
||||
font-weight : bold;
|
||||
margin-left : 23px;
|
||||
}
|
||||
|
||||
.largeheader-desc-text
|
||||
{
|
||||
margin-left : 44px;
|
||||
}
|
||||
|
||||
.largeheader-icon
|
||||
{
|
||||
width : 49px;
|
||||
height : 49px;
|
||||
margin : 5px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Dialog status line (blue) including progress area
|
||||
**/
|
||||
.box-status
|
||||
{
|
||||
behavior : url(chrome://communicator/content/dialogBindings.xml#status);
|
||||
visibility : collapsed;
|
||||
}
|
||||
|
||||
.box-status-bg
|
||||
{
|
||||
padding : 1px 5px 1px 5px;
|
||||
min-height : 0px ! important;
|
||||
}
|
||||
|
||||
.box-status-text, .box-status-progress
|
||||
{
|
||||
color : #99cccc ! important;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Utility classes for use when combined headers/footers are used
|
||||
**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user