Bug 377076: Enhance Security tab in Page Info, patch by Johnathan Nightingale, r=mconnor, ui-r=beltzner

This commit is contained in:
gavin@gavinsharp.com 2007-11-06 21:09:45 -08:00
Родитель 0779170c69
Коммит 7dd9eb0cd5
1 изменённых файлов: 18 добавлений и 4 удалений

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

@ -170,6 +170,15 @@ groupbox tree {
-moz-margin-start: 10px;
}
#securityBox .caption-icon {
background-image: none;
}
#general-security-identity {
white-space: -moz-pre-wrap;
line-height: 2em;
}
/* Media Tab */
#imagetree {
min-height: 10em;
@ -245,10 +254,15 @@ treechildren::-moz-tree-cell-text(broken) {
}
/* Security Tab */
#securityTab textbox {
-moz-margin-start: 4px;
#securityPanel .header {
font-size: 120%;
}
#securityTab textarea {
overflow: hidden;
#securityPanel .fieldLabel {
margin: 5px 10px 10px 10px;
}
#securityPanel .fieldValue {
font-weight: bold;
margin: 5px 10px 0px 10px;
}