Changeset 5673 in subversion
- Timestamp:
- Dec 31, 2011 6:54:56 AM (17 months ago)
- Location:
- trunk/roundcubemail/skins/larry
- Files:
-
- 1 added
- 3 edited
-
images/buttons.png (modified) (previous)
-
styles.css (modified) (3 diffs)
-
templates/importcontacts.html (modified) (1 diff)
-
templates/messageerror.html (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/larry/styles.css
r5670 r5673 750 750 751 751 .boxfooter .listbutton.add .inner { 752 background-position: 10px -1 291px;752 background-position: 10px -1301px; 753 753 } 754 754 755 755 .boxfooter .listbutton.delete .inner { 756 background-position: 10px -13 32px;756 background-position: 10px -1342px; 757 757 } 758 758 759 759 .boxfooter .listbutton.groupactions .inner { 760 background-position: 5px -13 72px;760 background-position: 5px -1382px; 761 761 } 762 762 … … 1226 1226 height: 42px; 1227 1227 width: 18px; 1228 background: url(images/buttons.png) -24px -12 49px no-repeat;1228 background: url(images/buttons.png) -24px -1255px no-repeat; 1229 1229 cursor: pointer; 1230 1230 } 1231 1231 1232 1232 .dropbutton .dropbuttontip:hover { 1233 background-position: 0 -12 49px;1233 background-position: 0 -1255px; 1234 1234 } 1235 1235 1236 1236 .toolbar a.button.back { 1237 background-position: 0 -121 0px;1237 background-position: 0 -1216px; 1238 1238 } 1239 1239 1240 1240 .toolbar a.button.checkmail { 1241 background-position: center -117 0px;1241 background-position: center -1176px; 1242 1242 } 1243 1243 … … 1293 1293 1294 1294 .toolbar a.button.import { 1295 background-position: center -101 0px;1295 background-position: center -1012px; 1296 1296 } 1297 1297 1298 1298 .toolbar a.button.export { 1299 background-position: center -105 0px;1299 background-position: center -1054px; 1300 1300 } 1301 1301 -
trunk/roundcubemail/skins/larry/templates/importcontacts.html
r5646 r5673 21 21 <roundcube:object name="importstep" /> 22 22 23 <br/> 24 23 25 <p class="formbuttons"> 24 26 <roundcube:object name="importnav" class="button" />
Note: See TracChangeset
for help on using the changeset viewer.
