From: Robert Kaiser Date: Tue, 13 Jul 2010 16:01:55 +0000 (+0200) Subject: improve positioning and coloring in page info and properties window X-Git-Tag: LCARStrek-2.1a3~9 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=d15efd045022e3553c5b4cdda26583ac2dcf867a improve positioning and coloring in page info and properties window --- diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index 866d0c66..927b699a 100644 --- a/LCARStrek/global/global.css +++ b/LCARStrek/global/global.css @@ -303,7 +303,7 @@ separator[orient="vertical"].groove-thin { description, label { cursor: default; - margin: 1px 3px; + margin: 1px 2px; } label[disabled="true"] { diff --git a/LCARStrek/global/textbox.css b/LCARStrek/global/textbox.css index 760cf756..a08ac434 100644 --- a/LCARStrek/global/textbox.css +++ b/LCARStrek/global/textbox.css @@ -48,7 +48,7 @@ textbox { -moz-border-radius: 3px; -moz-outline-radius: 5px; cursor: text; - margin: 2px 3px; + margin: 1px 2px; border: 1px solid #9C9CFF; padding: 1px 0px; -moz-padding-start: 2px; diff --git a/LCARStrek/navigator/pageInfo.css b/LCARStrek/navigator/pageInfo.css index a2febc10..ca20d8d0 100644 --- a/LCARStrek/navigator/pageInfo.css +++ b/LCARStrek/navigator/pageInfo.css @@ -68,10 +68,18 @@ textbox.header { height: 8.5em; } +textbox[readonly="true"] { + color: #9C9CFF; +} + textbox[disabled] { font-style: italic; } +row > label { + padding: 3px 0; +} + /* General Tab */ #general-security-identity { white-space: pre-wrap;