improve positioning and coloring in page info and properties window
authorRobert Kaiser <kairo@kairo.at>
Tue, 13 Jul 2010 16:01:55 +0000 (18:01 +0200)
committerRobert Kaiser <kairo@kairo.at>
Tue, 13 Jul 2010 16:01:55 +0000 (18:01 +0200)
LCARStrek/global/global.css
LCARStrek/global/textbox.css
LCARStrek/navigator/pageInfo.css

index 866d0c6647c1ecb2e24325f4190c2d33b3339457..927b699ae7c3413d58ed30e221fad049559a58d0 100644 (file)
@@ -303,7 +303,7 @@ separator[orient="vertical"].groove-thin {
 
 description, label  {
   cursor: default;
-  margin: 1px 3px;
+  margin: 1px 2px;
 }
 
 label[disabled="true"] {
index 760cf756d748550a2220de22eb428be875c9baa9..a08ac4342578f85fb97a5cb51cbf9c49ab191019 100644 (file)
@@ -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;
index a2febc105be7acfad49fce795640d26d6f0f015d..ca20d8d084fff84fbab81642224460e27b5a610e 100644 (file)
@@ -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;