mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 665324 - Page Info - Security Tab - Fix for text alignment; r=jaws
--HG-- extra : rebase_source : 7fa804bfe6c82188b95ce404b2f8aa51227ae98a
This commit is contained in:
parent
553ccbcdf0
commit
09082e6a4e
@ -20,7 +20,7 @@
|
||||
|
||||
#viewGroup > radio[selected="true"] {
|
||||
background-color: Highlight;
|
||||
color: HighlightText;
|
||||
color: HighlightText;
|
||||
}
|
||||
|
||||
#topBar {
|
||||
@ -97,7 +97,7 @@ textbox[disabled] {
|
||||
-moz-margin-start: 5px;
|
||||
}
|
||||
|
||||
groupbox.collapsable caption .caption-icon {
|
||||
groupbox.collapsable caption .caption-icon {
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
background-repeat: no-repeat;
|
||||
@ -111,22 +111,22 @@ groupbox.collapsable[closed="true"] {
|
||||
border: none;
|
||||
}
|
||||
|
||||
groupbox.collapsable[closed="true"] caption .caption-icon {
|
||||
groupbox.collapsable[closed="true"] caption .caption-icon {
|
||||
background-image: url("chrome://global/skin/tree/twisty-clsd.png");
|
||||
}
|
||||
|
||||
groupbox tree {
|
||||
groupbox tree {
|
||||
margin: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
groupbox.treebox .groupbox-body {
|
||||
groupbox.treebox .groupbox-body {
|
||||
-moz-margin-start: 5px;
|
||||
-moz-margin-end: 1px;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#securityBox description {
|
||||
#securityBox description {
|
||||
-moz-margin-start: 10px;
|
||||
}
|
||||
|
||||
@ -166,7 +166,7 @@ treechildren::-moz-tree-cell-text(broken) {
|
||||
|
||||
#mediaPreviewBox .inset {
|
||||
-moz-appearance: listbox;
|
||||
margin-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* Feeds Tab */
|
||||
@ -203,7 +203,7 @@ treechildren::-moz-tree-cell-text(broken) {
|
||||
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
}
|
||||
|
||||
.feedTitle {
|
||||
.feedTitle {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@ -252,14 +252,18 @@ treechildren::-moz-tree-cell-text(broken) {
|
||||
#securityPanel .header {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
|
||||
#securityPanel .fieldLabel {
|
||||
margin: 2px 10px 3px 10px;
|
||||
margin: 2px 10px 3px;
|
||||
}
|
||||
|
||||
#securityPanel .fieldValue {
|
||||
font-weight: bold;
|
||||
margin: 2px 10px 0px 10px;
|
||||
margin: 2px 10px 3px;
|
||||
}
|
||||
|
||||
#securityPanel row {
|
||||
-moz-box-align: center;
|
||||
}
|
||||
|
||||
/* Icons for context menus */
|
||||
|
@ -66,16 +66,16 @@ groupbox.collapsable[closed="true"] caption .caption-icon {
|
||||
background-image: url("chrome://global/skin/arrow/arrow-rit.gif");
|
||||
}
|
||||
|
||||
groupbox tree {
|
||||
groupbox tree {
|
||||
margin: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
groupbox.treebox .groupbox-body {
|
||||
groupbox.treebox .groupbox-body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#securityBox description {
|
||||
#securityBox description {
|
||||
-moz-margin-start: 10px;
|
||||
}
|
||||
|
||||
@ -138,7 +138,7 @@ treechildren::-moz-tree-cell-text(broken) {
|
||||
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
}
|
||||
|
||||
.feedTitle {
|
||||
.feedTitle {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@ -179,12 +179,16 @@ treechildren::-moz-tree-cell-text(broken) {
|
||||
#securityPanel .header {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
|
||||
#securityPanel .fieldLabel {
|
||||
margin: 2px 10px 3px 10px;
|
||||
margin: 2px 10px 3px;
|
||||
}
|
||||
|
||||
#securityPanel .fieldValue {
|
||||
font-weight: bold;
|
||||
margin: 2px 10px 0px 10px;
|
||||
margin: 2px 10px 3px;
|
||||
}
|
||||
|
||||
#securityPanel row {
|
||||
-moz-box-align: center;
|
||||
}
|
||||
|
@ -116,7 +116,7 @@ textbox[disabled] {
|
||||
}
|
||||
|
||||
/* General Tab */
|
||||
groupbox.collapsable caption .caption-icon {
|
||||
groupbox.collapsable caption .caption-icon {
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
background-repeat: no-repeat;
|
||||
@ -132,16 +132,16 @@ groupbox.collapsable[closed="true"] {
|
||||
-moz-appearance: none;
|
||||
}
|
||||
|
||||
groupbox.collapsable[closed="true"] caption .caption-icon {
|
||||
groupbox.collapsable[closed="true"] caption .caption-icon {
|
||||
background-image: url("chrome://global/skin/tree/twisty-clsd.png");
|
||||
}
|
||||
|
||||
groupbox tree {
|
||||
groupbox tree {
|
||||
margin: 0 3px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#securityBox description {
|
||||
#securityBox description {
|
||||
-moz-margin-start: 10px;
|
||||
}
|
||||
|
||||
@ -206,7 +206,7 @@ treechildren::-moz-tree-cell-text(broken) {
|
||||
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
}
|
||||
|
||||
.feedTitle {
|
||||
.feedTitle {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@ -247,12 +247,16 @@ treechildren::-moz-tree-cell-text(broken) {
|
||||
#securityPanel .header {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
|
||||
#securityPanel .fieldLabel {
|
||||
margin: 2px 10px 3px 10px;
|
||||
margin: 2px 10px 3px;
|
||||
}
|
||||
|
||||
#securityPanel .fieldValue {
|
||||
font-weight: bold;
|
||||
margin: 2px 10px 0px 10px;
|
||||
margin: 2px 10px 3px;
|
||||
}
|
||||
|
||||
#securityPanel row {
|
||||
-moz-box-align: center;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user