diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-05-12 17:05:53 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-05-12 17:05:53 +0200 |
commit | b693dcf4e3981425df7b3cda504cab3966d32ebe (patch) | |
tree | cb05dec92cedb623a9737aa6290fd324b01e4d3a /skins/larry/styles.css | |
parent | 5983ba959db52d232a074414cbb781a784ca916f (diff) | |
parent | 618318ba036f083071182e49170abd1b96dd8ba8 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 1baca0963..580b20f1a 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -2489,6 +2489,11 @@ ul.toolbarmenu li span.copy { margin-bottom: 1px; } +.attachmentslist li.txt, +.attachmentslist li.text { + background-position: 0 -416px; +} + .attachmentslist li.pdf { background-position: 0 -26px; } @@ -2548,11 +2553,6 @@ ul.toolbarmenu li span.copy { background-position: 0 -338px; } -.attachmentslist li.txt, -.attachmentslist li.text { - background-position: 0 -416px; -} - .attachmentslist li.ics, .attachmentslist li.calendar { background-position: 0 -364px; |