gecko/toolkit/themes/winstripe/global/config.css
Markus Stange ab8e976d1c Bug 558059 - Make the search field on about:config a little wider and put the flex attribute back. ui-r=faaborg, r=dao
--HG--
extra : rebase_source : 7f28a0478eccf7bbf0496981d240420e0882e63f
2010-04-19 16:13:54 +02:00

81 lines
1.1 KiB
CSS

@import url("chrome://global/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#warningScreen
{
background-color: -moz-Dialog;
}
#warningBox
{
background-color: -moz-Field;
color: -moz-FieldText;
border: 1px solid ThreeDShadow;
-moz-border-radius: 10px;
padding: 3em;
-moz-padding-start: 30px;
margin-left: 1em;
margin-right: 1em;
}
#warningInnerBox
{
max-width: 50em;
}
#warningTitle
{
margin: 0 0 .6em 0;
font-size: 160%;
border-bottom: 1px solid ThreeDLightShadow
}
#warningText
{
font-size: 110%;
margin-left: 0;
}
#warningButton
{
margin-top: 0.6em;
}
#showWarningNextTime
{
margin-top: 0.6em;
}
#exclam
{
%ifdef MOZ_WIDGET_GTK2
list-style-image: url("moz-icon://stock/gtk-dialog-warning?size=dialog");
%else
list-style-image: url("chrome://global/skin/icons/warning-large.png");
%endif
-moz-margin-end: 3em;
}
#configTreeBody::-moz-tree-cell-text(user)
{
font-weight: bold;
}
#configTreeBody::-moz-tree-cell-text(locked)
{
font-style: italic;
}
#configTree
{
margin-top: 5px;
margin-bottom: 5px;
}
#filterRow
{
margin-top: 5px;
}