equal
deleted
inserted
replaced
198 .hidden { |
198 .hidden { |
199 display: none; |
199 display: none; |
200 visibility: hidden; |
200 visibility: hidden; |
201 } |
201 } |
202 |
202 |
203 |
|
204 /* FIXME need to be moved to cubicweb.forms.css */ |
|
205 li.invisible { list-style: none; background: none; padding: 0px 0px |
203 li.invisible { list-style: none; background: none; padding: 0px 0px |
206 1px 1px; } |
204 1px 1px; } |
207 |
205 |
208 /* FIXME Should use span in html insteed */ |
206 li.invisible div{ |
209 li.invisible div { |
|
210 display: inline; |
207 display: inline; |
211 } |
208 } |
212 |
209 |
213 |
210 |
214 /***************************************/ |
211 /***************************************/ |
496 |
493 |
497 div.boxPrefTitle span{ |
494 div.boxPrefTitle span{ |
498 padding:0px 5px; |
495 padding:0px 5px; |
499 } |
496 } |
500 |
497 |
501 /* FIXME rqlboxsubmit2 still necessary ? */ |
498 input.rqlsubmit{ |
502 |
|
503 input.rqlsubmit, |
|
504 input#rqlboxsubmit2 { |
|
505 background: #fffff8 url("go.png") 50% 50% no-repeat; |
499 background: #fffff8 url("go.png") 50% 50% no-repeat; |
506 width: 20px; |
500 width: 20px; |
507 height: 20px; |
501 height: 20px; |
508 margin: 0px; |
502 margin: 0px; |
509 } |
503 } |
551 div.navigation a { |
545 div.navigation a { |
552 text-align: center; |
546 text-align: center; |
553 text-decoration: none; |
547 text-decoration: none; |
554 } |
548 } |
555 |
549 |
556 /* FIXME seems to be not used in cubicweb framework */ |
|
557 div.prevnext { |
550 div.prevnext { |
558 width: 100%; |
551 width: 100%; |
559 margin-bottom: 1em; |
552 margin-bottom: 1em; |
560 } |
553 } |
561 |
554 |
562 div.prevnext a { |
555 div.prevnext a { |
563 color: #000; |
556 color: #000; |
564 } |
557 } |
565 |
|
566 |
558 |
567 /***************************************/ |
559 /***************************************/ |
568 /* entity views */ |
560 /* entity views */ |
569 /***************************************/ |
561 /***************************************/ |
570 |
562 |
716 table.listing thead th.over { |
708 table.listing thead th.over { |
717 background-color: #746B6B; |
709 background-color: #746B6B; |
718 cursor: pointer; |
710 cursor: pointer; |
719 } |
711 } |
720 |
712 |
|
713 table.listing tr th { |
|
714 border: 1px solid #dfdfdf; |
|
715 border-right:none; |
|
716 font-size: 8pt; |
|
717 padding: 4px; |
|
718 } |
|
719 |
|
720 table.listing tr .header { |
|
721 border-right: 1px solid #dfdfdf; |
|
722 cursor: pointer; |
|
723 } |
|
724 |
|
725 table.listing td { |
|
726 color: #3D3D3D; |
|
727 padding: 4px; |
|
728 background-color: #FFF; |
|
729 vertical-align: top; |
|
730 } |
|
731 |
721 table.listing th, |
732 table.listing th, |
722 table.listing td { |
733 table.listing td { |
723 padding: 3px 0px 3px 5px; |
734 padding: 3px 0px 3px 5px; |
724 border: 1px solid #dfdfdf; |
735 border: 1px solid #dfdfdf; |
725 border-right: none; |
736 border-right: none; |
748 position: relative; |
759 position: relative; |
749 left: -1px; |
760 left: -1px; |
750 top: -1px; |
761 top: -1px; |
751 } |
762 } |
752 |
763 |
753 /***************************************/ |
|
754 /* drag and drop zone */ |
|
755 /* (XXX only used in seo for now) */ |
|
756 /***************************************/ |
|
757 |
|
758 div.droppable { |
|
759 border: 1px dashed black; |
|
760 margin: 2px; |
|
761 padding: 2px; |
|
762 height: 15px; |
|
763 } |
|
764 |
|
765 div.drophover { |
|
766 background: #f4f5ed; |
|
767 } |
|
768 |
|
769 /****************************************/ |
|
770 /* filter box FIXME is not used anymore*/ |
|
771 /****************************************/ |
|
772 |
|
773 /* |
|
774 #filter_box input { |
|
775 width: 180px; |
|
776 } |
|
777 #filter_box label { |
|
778 float: left; |
|
779 } |
|
780 #filter_box select.radio { |
|
781 width: 47px; |
|
782 float: right; |
|
783 } |
|
784 #filter_box select { |
|
785 width: 185px; |
|
786 } |
|
787 #filter_box option.disabled { |
|
788 background: lightgray; |
|
789 } |
|
790 */ |
|
791 |
764 |
792 /***************************************/ |
765 /***************************************/ |
793 /* error view (views/management.py) */ |
766 /* error view (views/management.py) */ |
794 /***************************************/ |
767 /***************************************/ |
795 |
768 |
873 .title { |
846 .title { |
874 text-align: left; |
847 text-align: left; |
875 font-size: large; |
848 font-size: large; |
876 font-weight: bold; |
849 font-weight: bold; |
877 } |
850 } |
|
851 |
|
852 input.validateButton { |
|
853 margin: 1em 1em 0px 0px; |
|
854 border: 1px solid #edecd2; |
|
855 border-color:#edecd2 #cfceb7 #cfceb7 #edecd2; |
|
856 background: #fffff8 url("button.png") bottom left repeat-x; |
|
857 } |