Changeset 3820 in subversion
- Timestamp:
- Jul 24, 2010 2:23:02 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/skins/default/settings.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/default/settings.css
r3811 r3820 127 127 #subscription-table thead td.name 128 128 { 129 width: 360px; 130 } 131 132 #subscription-table thead td.msgcount 133 { 134 width: 90px; 135 } 136 137 #subscription-table thead td.subscribed 138 { 139 width: 90px; 129 width: 95%; 130 } 131 132 #subscription-table thead td.msgcount, 133 #subscription-table thead td.subscribed, 134 #subscription-table thead td.threaded 135 { 136 white-space: nowrap; 137 min-width: 50px; 140 138 } 141 139 … … 156 154 { 157 155 font: inherit; 158 width: 240px;156 width: 90%; 159 157 } 160 158
Note: See TracChangeset
for help on using the changeset viewer.
