- Timestamp:
- 10/10/12 17:45:49 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/css/LESS/rftIcons.less
r403 r411 9 9 background-repeat: no-repeat; 10 10 11 &.rftMainIcon { 12 .setIcon(@icon_mainSize); 13 } 14 &.rftMidIcon { 15 .setIcon(@icon_midSize); 16 } 17 &.rftSmallIcon { 18 .setIcon(@icon_smallSize); 19 } 11 //Probably not needed anymore! Commenting out to see if code breaks 12 // &.rftMainIcon { 13 // .setIcon(@icon_mainSize); 14 // } 15 // &.rftMidIcon { 16 // .setIcon(@icon_midSize); 17 // } 18 // &.rftSmallIcon { 19 // .setIcon(@icon_smallSize); 20 // } 20 21 21 22 } … … 61 62 background-position: -384px 0px; 62 63 } 63 64 //Actions 64 //Actions 65 65 .rftIconAccept { 66 66 background-position: -416px 0px; … … 153 153 background-position: -1344px 0px; 154 154 } 155 156 155 //Arrows 157 156 .rftIconFullArrowUp {
Note: See TracChangeset
for help on using the changeset viewer.