cfoe
2012-06-13 f0a0ea04e142be9ec67104ffbe6bb6a3e4f55b34
interface/web/themes/default/css/screen/content_ispc.css
@@ -88,6 +88,8 @@
   table.list .tbl_row_even { background: #fcfcfc; }
   table.list .tbl_row_uneven { background: #f0f8ff; }
   table.list tr:hover { background: #fffacd; }
   table.list td { word-wrap:break-word;white-space:pre-wrap; }
   table.list td.tbl_col_buttons { word-wrap:normal;white-space:normal; }
    /* Password Strength */
    #passBar {
@@ -1252,5 +1254,25 @@
      -ms-border-radius:0 0 5px 5px;
      border-radius:0 0 5px 5px;
   }
   span.icons16-empty{
      float:left;
      display:block;
      height:20px;
      width:20px;
      margin:0 7px 0 0;
   }
   .ttip{
      width:16px;
      height:16px;
      cursor:pointer;
      background: url(../../icons/x16/question_frame.png) no-repeat center center;
      float:right;
      display:inline;
      position:relative;
      right:-2px;
      top:-2px;
   }
}