web/data/cubicweb.old.css
branchstable
changeset 8831 f7e140182df1
parent 8464 895e34d9ae0d
child 8871 7d1ccaac5ae3
equal deleted inserted replaced
8827:0d81a474c0fe 8831:f7e140182df1
   114 ul{
   114 ul{
   115   margin: 1px 0px 1px 4px;
   115   margin: 1px 0px 1px 4px;
   116   list-style-type: none;
   116   list-style-type: none;
   117 }
   117 }
   118 
   118 
   119 ul li {
   119 ul > li {
   120   margin-top: 2px;
   120   margin-top: 2px;
   121   padding: 0px 0px 2px 8px;
   121   padding: 0px 0px 2px 8px;
   122   background: url("bullet_orange.png") 0% 6px no-repeat;
   122   background: url("bullet_orange.png") 0% 6px no-repeat;
   123 }
   123 }
   124 
   124 
  1075 div.ui-tabs .ui-tabs-panel {
  1075 div.ui-tabs .ui-tabs-panel {
  1076   border-top:1px solid #97A5B0;
  1076   border-top:1px solid #97A5B0;
  1077   padding-left:0.5em;
  1077   padding-left:0.5em;
  1078   color:inherit;
  1078   color:inherit;
  1079 }
  1079 }
       
  1080 
       
  1081 /* cubicweb.views.undohistory uses :
       
  1082  *   - span.undo around undo link
       
  1083  *   - ul.undo-transactions to list transaction
       
  1084  *   - ol.undo-actions to list actions in a transaction
       
  1085  */
       
  1086 
       
  1087 span.undo {
       
  1088   border: 1pt;
       
  1089 }
       
  1090 
       
  1091 ol.undo-actions > li {
       
  1092   margin-left: 2em;
       
  1093   margin-top: 2px;
       
  1094   padding: 0px 0px 2px 0px;
       
  1095   background-image: none;
       
  1096 }
       
  1097