X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fconfig.css;h=5da2f377a51bc8326888104392f4835d18d756da;hp=189559a623cf30d66020d74056b7f4ef9550d5e1;hb=7278d3809f0c07daa5a06d0be502c96f00cdef36;hpb=4c6d77ede6246ee07a9d9d571df1266ea11189d1 diff --git a/LCARStrek/global/config.css b/LCARStrek/global/config.css index 189559a6..5da2f377 100644 --- a/LCARStrek/global/config.css +++ b/LCARStrek/global/config.css @@ -54,12 +54,13 @@ #warningBox { background: #000000; + color: #FF9F00; border: 1px solid #9C9FFF; -moz-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 #008484; } @@ -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; +}