Bug 388334 - Page Info theme should be more reusable by extensions. patch by Florian Quèze <f.qu@queze.net>, r=mano

This commit is contained in:
db48x@yahoo.com 2007-11-06 21:09:47 -08:00
parent c86798606e
commit 0b6db9d9d5

View File

@ -136,28 +136,21 @@ textbox[disabled] {
}
/* General Tab */
.caption-icon {
groupbox.collapsable caption .caption-icon {
width: 9px;
height: 9px;
background-repeat: no-repeat;
background-position: center;
-moz-margin-start: 1px;
-moz-margin-end: 3px;
}
#securityBoxCaption .caption-icon {
display: none;
}
groupbox caption .caption-icon {
background-image: url("chrome://global/skin/tree/twisty-open.png");
}
groupbox[closed="true"] {
groupbox.collapsable[closed="true"] {
border: none;
}
groupbox[closed="true"] caption .caption-icon {
groupbox.collapsable[closed="true"] caption .caption-icon {
background-image: url("chrome://global/skin/tree/twisty-clsd.png");
}
@ -166,7 +159,7 @@ groupbox tree {
border: none;
}
#metaTags .groupbox-body {
groupbox.treebox .groupbox-body {
padding-top: 0;
}
@ -174,10 +167,6 @@ groupbox tree {
-moz-margin-start: 10px;
}
#securityBox .caption-icon {
background-image: none;
}
#general-security-identity {
white-space: -moz-pre-wrap;
line-height: 2em;