| | |
| | | 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 { |
| | |
| | | -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; |
| | | } |
| | | } |
| | | |