- Timestamp:
- 08/31/12 19:02:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/css/rftLineWithButtons.css
r395 r403 1 1 .claro .rftLineWithButtons { 2 position: relative; 2 3 height: 24px; 3 4 line-height: 24px; … … 7 8 } 8 9 .claro .rftLineWithButtons .rftLineWithButtonsButtons { 9 float: right; 10 position: absolute; 11 right: 0; 10 12 height: 24px; 11 13 line-height: 24px; … … 24 26 25 27 /* SurveyListView stuff */ 28 /* 26 29 .claro div.blue.inheritBgColor.dojoDndItemAnchor, 27 30 .claro .blue .inheritBgColor.dojoDndItemAnchor, … … 53 56 background-color: #bd0013; 54 57 color: #ffffff; 55 } 58 }*/ 56 59 57 60 .claro .rftLineWithButtons.dojoDndItem { … … 76 79 overflow: hidden; 77 80 } 81 82 83 .claro .rftLineWithButtons.dojoDndItemOver { 84 background-image: none; 85 border: none; 86 padding: 2px; 87 } 88 .claro .rftLineWithButtons.dojoDndItemAnchor { 89 background-image: none; 90 padding: 2px; 91 border: none; 92 }
Note: See TracChangeset
for help on using the changeset viewer.