# HG changeset patch # User Katia Saurfelt # Date 1241095015 -7200 # Node ID 5f9889daf662ceda84dc4f8d62b2c16f8cc4c7e1 # Parent d38e10f9293843d128f8a55336ca44e00e5553ed style for preferences diff -r d38e10f92938 -r 5f9889daf662 web/data/cubicweb.preferences.css --- a/web/data/cubicweb.preferences.css Thu Apr 30 14:26:57 2009 +0200 +++ b/web/data/cubicweb.preferences.css Thu Apr 30 14:36:55 2009 +0200 @@ -5,12 +5,46 @@ * :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr */ -.componentTitle{ + +table.preferences td{ + padding: 0 0.5em 1em; + } + +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; +} + +div.componentLink{ + margin-top:0.3em; + } + +a.componentTitle{ font-weight:bold; - color: #ff7700; - padding:0px 4px; + color: #000; + } + +a.componentTitle:visited{ + color: #000; } + + h2.propertiesform a{ display:block; margin: 10px 0px 6px 0px; @@ -26,3 +60,56 @@ background-color:#cfceb7; text-decoration:none; } + +div.prefinput select.changed, +div.prefinput input.changed{ + background:#eeedd9; + border: 1px solid #eeedd9; +} + +div.prefinput select, +div.prefinput input{ + background:#fff; + border: 1px solid #CFCEB7; +} + +.prefinput input.error { + background:transparent url(error.png) no-repeat scroll 100% 50% !important; +} + + +div.formsg{ + font-weight:bold; + margin:0.5em 0px; + } + + +div.formsg .critical{ + color:red; + padding-left:20px; + background:#fff url(critical.png) no-repeat; + } + +div.formsg .message{ + color : green; +} + +.helper{ + font-size: 96%; + color: #555544; + padding:0; +} + +div.prefinput .helper:hover { + color: #000; + cursor: default; +} + +.error{ + color:red; + padding-right:1em; + } + +div.openlink{ + display:inline; + } \ No newline at end of file