Bug 378770 - Clean up Security Page Info visuals p=Johnathan Nightingale <johnath@mozilla.com> r=mano, ui-r=beltzner

This commit is contained in:
asqueella@gmail.com 2007-11-06 21:09:46 -08:00
Родитель ee8f2fdf4e
Коммит 4c5bfc5c5e
1 изменённых файлов: 10 добавлений и 2 удалений

Просмотреть файл

@ -145,6 +145,10 @@ textbox[disabled] {
-moz-margin-end: 3px;
}
#securityBoxCaption .caption-icon {
display: none;
}
groupbox caption .caption-icon {
background-image: url("chrome://global/skin/tree/twisty-open.png");
}
@ -254,15 +258,19 @@ treechildren::-moz-tree-cell-text(broken) {
}
/* Security Tab */
#securityPanel .caption-icon {
display: none;
}
#securityPanel .header {
font-size: 120%;
}
#securityPanel .fieldLabel {
margin: 5px 10px 10px 10px;
margin: 2px 10px 3px 10px;
}
#securityPanel .fieldValue {
font-weight: bold;
margin: 5px 10px 0px 10px;
margin: 2px 10px 0px 10px;
}