Bug 414342 - "Fix spacing and margins in Preferences, Addons, Pageinfo" [p=ispence@gmail.com (Ian Spence) / michael.monreal@gmx.net (Michael Monreal) r=Mano a1.9=damons]

git-svn-id: svn://10.0.0.236/trunk@247531 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
reed%reedloden.com 2008-03-11 08:12:06 +00:00
parent 3618591a40
commit b2c7d4c741
3 changed files with 60 additions and 1 deletions

View File

@ -78,6 +78,11 @@
-moz-image-region: rect(0px, 160px, 32px, 128px)
}
#mainDeck {
padding-left: 2px;
padding-right: 2px;
}
deck {
padding: 10px 10px 10px 10px;
}
@ -118,6 +123,14 @@ textbox[disabled] {
}
/* General Tab */
#generalPanel > #titletext {
-moz-margin-start: 5px;
}
#metaTags > .groupbox-body {
-moz-margin-start: 5px;
-moz-margin-end: 1px;
}
groupbox.collapsable caption .caption-icon {
width: 9px;
height: 9px;
@ -157,6 +170,7 @@ groupbox.treebox .groupbox-body {
/* Media Tab */
#imagetree {
min-height: 10em;
margin-top: 2px;
}
#mediaGrid {
@ -176,7 +190,17 @@ treechildren::-moz-tree-cell-text(broken) {
color: graytext;
}
#mediaPreviewBox .inset {
-moz-appearance: listbox;
margin-bottom: 0;
}
/* Feeds Tab */
#feedPanel {
margin-left: 2px;
margin-right: 2px;
}
#feedtree {
margin-bottom: 0px;
}
@ -196,6 +220,7 @@ treechildren::-moz-tree-cell-text(broken) {
}
#feedListbox {
margin-bottom: 0;
border: 2px solid;
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
@ -208,6 +233,11 @@ treechildren::-moz-tree-cell-text(broken) {
}
/* Permissions Tab */
#permPanel {
margin-left: 6px;
margin-right: 6px;
}
#permList {
-moz-appearance: listbox;
margin-top: .5em;

View File

@ -150,6 +150,25 @@ filefield[disabled="true"] .fileFieldIcon {
list-style-image: url("moz-icon://stock/gtk-file?size=menu");
}
#paneApplications {
margin-left: 4px;
margin-right: 4px;
padding-left: 0;
padding-right: 0;
}
#linksOpenInBox {
margin-top: 5px;
}
#paneAdvanced {
padding-bottom: 10px;
}
#advancedPrefs {
margin-left: 0;
margin-right: 0;
}
#cookiesChildren::-moz-tree-image(domainCol, container) {
list-style-image: url("moz-icon://stock/gtk-directory?size=menu");
}

View File

@ -1,8 +1,18 @@
#extensionsBox {
margin: 10px 10px 0px 10px;
margin: 10px 8px 0 8px;
min-width:1px;
}
/* Addons notification */
notification {
background-color: transparent;
}
.notification-inner {
background-color: infobackground;
border-color: ThreeDShadow;
margin: 9px 8px 0 8px;
}
#extensionsView {
border: 2px solid;
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;