X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fconfig.css;h=e5f5471f373471aa4582c5cad3675e28388e7240;hp=71e5761b7203bbecf452d4f8a8cb942df07900c3;hb=7862e6ee1141fa74a714e5461320d2fb8299c455;hpb=f9e30662e160ad9a7ccd313dc21ecda3ac5f7b61 diff --git a/EarlyBlue/global/config.css b/EarlyBlue/global/config.css index 71e5761b..e5f5471f 100644 --- a/EarlyBlue/global/config.css +++ b/EarlyBlue/global/config.css @@ -54,6 +54,7 @@ #warningBox { background: #9999CC; + color: #000000; border: 1px solid #666699; -moz-border-radius: 10px; padding: 3em; @@ -98,12 +99,23 @@ /* ::::: 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; +}