X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fconfig.css;h=621449e88d243122474472ec51b3a0255b6d7b9c;hp=71e5761b7203bbecf452d4f8a8cb942df07900c3;hb=4b1ccdb4c3b21dd1933b2e9e97a90f883dd833ef;hpb=f9e30662e160ad9a7ccd313dc21ecda3ac5f7b61 diff --git a/EarlyBlue/global/config.css b/EarlyBlue/global/config.css index 71e5761b..621449e8 100644 --- a/EarlyBlue/global/config.css +++ b/EarlyBlue/global/config.css @@ -54,12 +54,13 @@ #warningBox { background: #9999CC; + color: #000000; border: 1px solid #666699; - -moz-border-radius: 10px; + border-radius: 10px; padding: 3em; -moz-padding-start: 30px; - margin-left: 1em; - margin-right: 1em; + -moz-margin-start: 1em; + -moz-margin-end: 1em; } #warningInnerBox @@ -69,7 +70,7 @@ #warningTitle { - margin: 0 0 .6em 0; + margin: 0 0 .6em; font-size: 160%; border-bottom: 1px solid #666699; } @@ -77,7 +78,7 @@ #warningText { font-size: 110%; - margin-left: 0; + -moz-margin-start: 0; } #warningButton @@ -93,17 +94,28 @@ #exclam { list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); - margin-right: 3em; + -moz-margin-end: 3em; } /* ::::: tree rows ::::: */ -treechildren::-moz-tree-cell-text(user) +#configTreeBody::-moz-tree-cell-text(user) { font-weight: bold; } -treechildren::-moz-tree-cell-text(locked) +#configTreeBody::-moz-tree-cell-text(locked) { font-style: italic; } + +#configTree +{ + margin-top: 5px; + margin-bottom: 5px; +} + +#filterRow +{ + margin-top: 5px; +}