web/data/cubicweb.preferences.css
branchstable
changeset 1865 62d3726ad8cb
parent 1611 5f9889daf662
child 1870 015dfeaf1d89
--- a/web/data/cubicweb.preferences.css	Tue May 19 11:48:55 2009 +0200
+++ b/web/data/cubicweb.preferences.css	Tue May 19 11:50:15 2009 +0200
@@ -6,28 +6,14 @@
  */
 
 
-table.preferences td{ 
- padding: 0 0.5em 1em;
+.preferences .validateButton{ 
+ margin-top:0px;
  }
 
 fieldset.preferences{  
  border : 1px solid #CFCEB7;
- margin:1em 0;
- padding:0 1em 1em;
-}
-
-div.preffield {
- margin-bottom: 0.8em ;
-}
-
-/*
-div.preffield label{ 
- font-size:110%
- }
-*/
-
-div.prefinput{ 
- margin:.3em 0;
+ margin:7px 1em 0;
+ padding:2px 6px 6px;
 }
 
 div.componentLink{ 
@@ -36,35 +22,49 @@
 
 a.componentTitle{
  font-weight:bold;
- color: #000;
+ color: #000/*#0083AB;*/
  }
 
 a.componentTitle:visited{
  color: #000;
 }
 
-
-
 h2.propertiesform a{
  display:block;
  margin: 10px 0px 6px 0px;
  font-weight: bold;
- color: #222211;
+ color: #000;
  padding: 0.2em 0.2em 0.2em 16px;
  background:#eeedd9 url("puce_down.png") 3px center no-repeat;
- font-size:76%;
+ font-size:89%;
+}
+
+h2.propertiesform a:hover{ 
+ background-color:#cfceb7;
 }
 
-h2.propertiesform a:hover{
- color:#000;
- background-color:#cfceb7;
+h2.propertiesform a:hover,
+h2.propertiesform a:visited{
  text-decoration:none;
+ color: #000;
 }
 
+div.preffield {
+ margin-bottom: 5px; 
+ padding:2px 5px;
+ background:#eeedd9;
+}
+
+div.prefinput{ 
+ margin:.3em;  
+}
+
+
 div.prefinput select.changed,
 div.prefinput input.changed{ 
- background:#eeedd9;
- border: 1px solid #eeedd9;
+ border: 1px solid #000;
+ font-weight:bold;
+
 }
 
 div.prefinput select,
@@ -74,23 +74,26 @@
 }
 
 .prefinput input.error {
- background:transparent url(error.png) no-repeat scroll 100% 50% !important;
+ /* background:#fff url(error.png) no-repeat scroll 100% 50% !important; */
+ border:1px solid red !important; 
+ color:red;
+ padding-right:1em;
 }
 
 
 div.formsg{ 
  font-weight:bold;
  margin:0.5em 0px;
- }
+}
 
 
-div.formsg .critical{ 
+div.critical{ 
  color:red;
  padding-left:20px;
  background:#fff url(critical.png) no-repeat;
  }
 
-div.formsg .message{ 
+div.formsg .msg{ 
  color : green;
 }
 
@@ -105,11 +108,6 @@
   cursor: default;
 }
 
-.error{ 
- color:red;
- padding-right:1em;
- }
-
 div.openlink{ 
  display:inline;
- }
\ No newline at end of file
+ }