diff -r 76b3cd5d4f31 -r 01152fffd593 web/data/cubicweb.css --- a/web/data/cubicweb.css Mon Apr 06 12:37:45 2009 +0200 +++ b/web/data/cubicweb.css Tue Apr 07 09:30:23 2009 +0200 @@ -200,13 +200,10 @@ visibility: hidden; } - -/* FIXME need to be moved to cubicweb.forms.css */ li.invisible { list-style: none; background: none; padding: 0px 0px 1px 1px; } -/* FIXME Should use span in html insteed */ -li.invisible div { +li.invisible div{ display: inline; } @@ -498,10 +495,7 @@ padding:0px 5px; } -/* FIXME rqlboxsubmit2 still necessary ? */ - -input.rqlsubmit, -input#rqlboxsubmit2 { +input.rqlsubmit{ background: #fffff8 url("go.png") 50% 50% no-repeat; width: 20px; height: 20px; @@ -553,7 +547,6 @@ text-decoration: none; } -/* FIXME seems to be not used in cubicweb framework */ div.prevnext { width: 100%; margin-bottom: 1em; @@ -563,7 +556,6 @@ color: #000; } - /***************************************/ /* entity views */ /***************************************/ @@ -718,6 +710,25 @@ cursor: pointer; } +table.listing tr th { + border: 1px solid #dfdfdf; + border-right:none; + font-size: 8pt; + padding: 4px; +} + +table.listing tr .header { + border-right: 1px solid #dfdfdf; + cursor: pointer; +} + +table.listing td { + color: #3D3D3D; + padding: 4px; + background-color: #FFF; + vertical-align: top; +} + table.listing th, table.listing td { padding: 3px 0px 3px 5px; @@ -750,44 +761,6 @@ top: -1px; } -/***************************************/ -/* drag and drop zone */ -/* (XXX only used in seo for now) */ -/***************************************/ - -div.droppable { - border: 1px dashed black; - margin: 2px; - padding: 2px; - height: 15px; -} - -div.drophover { - background: #f4f5ed; -} - -/****************************************/ -/* filter box FIXME is not used anymore*/ -/****************************************/ - -/* -#filter_box input { - width: 180px; -} -#filter_box label { - float: left; -} -#filter_box select.radio { - width: 47px; - float: right; -} -#filter_box select { - width: 185px; -} -#filter_box option.disabled { - background: lightgray; -} -*/ /***************************************/ /* error view (views/management.py) */ @@ -875,3 +848,10 @@ font-size: large; font-weight: bold; } + +input.validateButton { + margin: 1em 1em 0px 0px; + border: 1px solid #edecd2; + border-color:#edecd2 #cfceb7 #cfceb7 #edecd2; + background: #fffff8 url("button.png") bottom left repeat-x; +} \ No newline at end of file