Changeset 3811 in subversion
- Timestamp:
- Jul 8, 2010 9:27:29 AM (3 years ago)
- Location:
- trunk/roundcubemail/skins/default
- Files:
-
- 3 edited
-
addressbook.css (modified) (1 diff)
-
mail.css (modified) (1 diff)
-
settings.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/default/addressbook.css
r3789 r3811 188 188 { 189 189 cursor: default; 190 text-overflow: ellipsis; 191 -o-text-overflow: ellipsis; 190 192 } 191 193 -
trunk/roundcubemail/skins/default/mail.css
r3810 r3811 1249 1249 white-space: nowrap; 1250 1250 overflow: hidden; 1251 text-overflow: ellipsis; 1252 -o-text-overflow: ellipsis; 1251 1253 } 1252 1254 -
trunk/roundcubemail/skins/default/settings.css
r3789 r3811 92 92 93 93 #subscription-table tbody td, 94 #identities-table tbody td 94 #identities-table tbody td, 95 #sections-table tbody td 95 96 { 96 97 cursor: default; … … 196 197 } 197 198 198 fieldset 199 fieldset 199 200 { 200 201 margin-bottom: 0.5em; … … 224 225 width: 100%; 225 226 table-layout: fixed; 226 }227 228 #sections-table tbody td229 {230 cursor: default;231 227 } 232 228
Note: See TracChangeset
for help on using the changeset viewer.
