web/data/cubicweb.old.css
branchstable
changeset 6892 e73245c14516
parent 6559 705b06981bf1
child 6950 8a17e6e34f0f
equal deleted inserted replaced
6891:e409a012c505 6892:e73245c14516
   226 
   226 
   227 /* header */
   227 /* header */
   228 
   228 
   229 table#header {
   229 table#header {
   230   background: #ff7700 url("banner.png") left top repeat-x;
   230   background: #ff7700 url("banner.png") left top repeat-x;
   231   text-align: left;
       
   232   width: 100%;
   231   width: 100%;
   233 }
   232 }
   234 
   233 
   235 table#header td {
   234 table#header td {
   236   vertical-align: middle;
   235   vertical-align: middle;
   237 }
   236 }
   238 
   237 
   239 table#header a {
   238 table#header a {
   240   color: #000;
   239   color: #000;
   241 }
       
   242 
       
   243 table#header td#headtext {
       
   244   float: left;
       
   245 }
   240 }
   246 
   241 
   247 table#header td#header-right {
   242 table#header td#header-right {
   248   padding-top: 1em;
   243   padding-top: 1em;
   249   float: right;
   244   float: right;
   259 div#stateheader{
   254 div#stateheader{
   260   min-width: 66%;
   255   min-width: 66%;
   261 }
   256 }
   262 
   257 
   263 /* Popup on login box and userActionBox */
   258 /* Popup on login box and userActionBox */
       
   259 
       
   260 .popupWrapper{
       
   261   position:relative;
       
   262 }
   264 
   263 
   265 div.popup {
   264 div.popup {
   266   position: absolute;
   265   position: absolute;
   267   background: #fff;
   266   background: #fff;
   268   border: 1px solid black;
   267   border: 1px solid black;
   269   text-align: left;
   268   text-align: left;
   270   z-index:400;
   269   z-index: 400;
   271 }
   270 }
   272 
   271 
   273 div.popup ul li a {
   272 div.popup ul li a {
   274   text-decoration: none;
   273   text-decoration: none;
   275   color: black;
   274   color: black;