зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
195a9fa39d
Коммит
eb00f689b0
|
@ -136,28 +136,21 @@ textbox[disabled] {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* General Tab */
|
/* General Tab */
|
||||||
.caption-icon {
|
groupbox.collapsable caption .caption-icon {
|
||||||
width: 9px;
|
width: 9px;
|
||||||
height: 9px;
|
height: 9px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
-moz-margin-start: 1px;
|
-moz-margin-start: 1px;
|
||||||
-moz-margin-end: 3px;
|
-moz-margin-end: 3px;
|
||||||
}
|
|
||||||
|
|
||||||
#securityBoxCaption .caption-icon {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
groupbox caption .caption-icon {
|
|
||||||
background-image: url("chrome://global/skin/tree/twisty-open.png");
|
background-image: url("chrome://global/skin/tree/twisty-open.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
groupbox[closed="true"] {
|
groupbox.collapsable[closed="true"] {
|
||||||
border: none;
|
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");
|
background-image: url("chrome://global/skin/tree/twisty-clsd.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -166,7 +159,7 @@ groupbox tree {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#metaTags .groupbox-body {
|
groupbox.treebox .groupbox-body {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -174,10 +167,6 @@ groupbox tree {
|
||||||
-moz-margin-start: 10px;
|
-moz-margin-start: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#securityBox .caption-icon {
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#general-security-identity {
|
#general-security-identity {
|
||||||
white-space: -moz-pre-wrap;
|
white-space: -moz-pre-wrap;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче