- 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/rftLineWithActions.less
r403 r411 4 4 &.claro { 5 5 6 .rftLineWith Buttons {6 .rftLineWithActions { 7 7 .flatShading(); 8 8 position: relative; … … 10 10 white-space: nowrap; 11 11 margin: @std_offset 0; 12 color: @text; 12 13 13 14 &.dojoDndItem { … … 26 27 border: none; 27 28 padding: 2px; 28 * { 29 background-color: fade(#fff, 10%); // Not sure if this will work. 30 // This is an attempt to lighten the rftLWB's colour by overlaying with transparent white. 31 } 29 background-color: fade(#fff, 10%); // Not sure if this will work. 30 // This is an attempt to lighten the rftLWA's colour by overlaying with transparent white. 32 31 } 33 32 } 34 33 35 .rftLineWith ButtonsTitle {34 .rftLineWithActionsTitle { 36 35 float: left; 37 36 margin: 0 8px; … … 41 40 } 42 41 43 .rftLineWith ButtonsButtons {42 .rftLineWithActionsButtons { 44 43 .noOffset(); 45 44 line-height: @std_height; … … 50 49 } 51 50 } 52 51 52 // Make the currently lineWithActions draggable "wipe out" when dragging, so only the Avatar is visible! 53 53 .dojoDndSourceMoved { 54 .rftLineWith Buttons.dojoDndItemAnchor {54 .rftLineWithActions.dojoDndItemAnchor { 55 55 height: 0; 56 56 }
Note: See TracChangeset
for help on using the changeset viewer.