зеркало из https://github.com/mozilla/gecko-dev.git
Bug 377076: Enhance Security tab in Page Info, patch by Johnathan Nightingale, r=mconnor, ui-r=beltzner
This commit is contained in:
Родитель
0779170c69
Коммит
7dd9eb0cd5
|
@ -170,6 +170,15 @@ groupbox tree {
|
||||||
-moz-margin-start: 10px;
|
-moz-margin-start: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#securityBox .caption-icon {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#general-security-identity {
|
||||||
|
white-space: -moz-pre-wrap;
|
||||||
|
line-height: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Media Tab */
|
/* Media Tab */
|
||||||
#imagetree {
|
#imagetree {
|
||||||
min-height: 10em;
|
min-height: 10em;
|
||||||
|
@ -245,10 +254,15 @@ treechildren::-moz-tree-cell-text(broken) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Security Tab */
|
/* Security Tab */
|
||||||
#securityTab textbox {
|
#securityPanel .header {
|
||||||
-moz-margin-start: 4px;
|
font-size: 120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#securityTab textarea {
|
#securityPanel .fieldLabel {
|
||||||
overflow: hidden;
|
margin: 5px 10px 10px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#securityPanel .fieldValue {
|
||||||
|
font-weight: bold;
|
||||||
|
margin: 5px 10px 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче