зеркало из 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;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче