Changeset 5909 in subversion
- Timestamp:
- Feb 25, 2012 12:47:44 PM (15 months ago)
- Location:
- trunk/roundcubemail/skins/larry
- Files:
-
- 1 added
- 2 edited
-
ie7hacks.css (modified) (4 diffs)
-
images/buttons.gif (added)
-
mail.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/larry/ie7hacks.css
r5905 r5909 45 45 } 46 46 47 .toolbar a.button.disabled, 48 .boxpagenav a.icon.disabled, 49 .pagenav a.button.disabled span.inner, 50 .boxfooter .listbutton.disabled .inner, 51 .dropbutton a.button.disabled + .dropbuttontip { 52 background-image: url(images/buttons.gif); 53 } 54 55 .dropbutton .dropbuttontip { 56 right: -2px; 57 } 58 47 59 #messagepreviewheader .iconlink { 48 60 color: #fff; … … 62 74 } 63 75 64 .dropbutton .dropbuttontip {65 right: 0;66 }67 68 76 #threadselectmenu li a { 69 77 width: 160px; … … 74 82 } 75 83 84 #rcmKSearchpane { 85 width: 400px; 86 } 87 #rcmKSearchpane ul li { 88 width: 380px; 89 text-overflow: ellipsis; 90 } 91 92 76 93 table.listing, 77 94 table.records-table { … … 79 96 width: auto; 80 97 border-collapse: expression('separate', cellSpacing = '0'); 98 } 99 100 .records-table tbody td span { 101 white-space: nowrap; 81 102 } 82 103 -
trunk/roundcubemail/skins/larry/mail.css
r5900 r5909 749 749 box-shadow: 0px 3px 4px 0px rgba(80, 80, 80, 0.6); 750 750 background: #fff; 751 background: -moz-linear-gradient(top, #f 3f3f3 0%, #fff 8px, #fff 100%);752 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f 3f3f3), color-stop(8px,#fff), color-stop(100%,#fff));753 background: -o-linear-gradient(top, #f 3f3f3 0%, #fff 8px, #fff 100%);754 background: -ms-linear-gradient(top, #f 3f3f3 0%, #fff 8px, #fff 100%);755 background: linear-gradient(top, #f 3f3f3 0%, #fff 8px, #fff 100%);751 background: -moz-linear-gradient(top, #f0f0f0 0%, #fff 8%, #fff 100%); 752 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(8%,#fff), color-stop(100%,#fff)); 753 background: -o-linear-gradient(top, #f0f0f0 0%, #fff 8%, #fff 100%); 754 background: -ms-linear-gradient(top, #f0f0f0 0%, #fff 8%, #fff 100%); 755 background: linear-gradient(top, #f0f0f0 0%, #fff 8%, #fff 100%); 756 756 } 757 757
Note: See TracChangeset
for help on using the changeset viewer.
