X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fconfig.css;h=c1073372997e9caa662726101889c0bdd01e6c22;hp=71e5761b7203bbecf452d4f8a8cb942df07900c3;hb=df8c26c46020f7b778d46e6ceedc93e4d4cb6202;hpb=f9e30662e160ad9a7ccd313dc21ecda3ac5f7b61 diff --git a/EarlyBlue/global/config.css b/EarlyBlue/global/config.css index 71e5761b..c1073372 100644 --- a/EarlyBlue/global/config.css +++ b/EarlyBlue/global/config.css @@ -98,12 +98,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; +}