ftimme
2012-06-08 7968a13f1fa4b2318e1647e537240780ea5ea1a5
- Added CSS to make to make words wrap automatically in list tables.
1 files modified
2 ■■■■■ changed files
interface/web/themes/default/css/screen/content_ispc.css 2 ●●●●● patch | view | raw | blame | history
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 {