Changeset 339 for Dev/branches/rest-dojo-ui/client/rft/css/rftSelector.css
- Timestamp:
- 06/04/12 18:09:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/css/rftSelector.css
r338 r339 1 . gamelab.rftSelector {1 .claro .rftSelector { 2 2 margin: 4px; 3 3 font-size: 13px; 4 4 } 5 . gamelab.rftLineWithButtons {5 .claro .rftLineWithButtons { 6 6 height: 24px; 7 7 line-height: 24px; 8 8 font-size: 13px; 9 margin: 0;9 margin: 4px 0; 10 10 white-space: nowrap; 11 11 } 12 .gamelab .rftLineWithButtons .rftLineWithButtonsButtons { 12 .claro .rftSelector .rftLineWithButtons { 13 margin: 0; 14 } 15 .claro .rftLineWithButtons .rftLineWithButtonsButtons { 13 16 float: right; 14 17 height: 24px; … … 17 20 padding: 0; 18 21 } 19 . gamelab.rftLineWithButtons .rftLineWithButtonsButtons .rftBlockButton {22 .claro .rftLineWithButtons .rftLineWithButtonsButtons .rftBlockButton { 20 23 float: right; 21 24 clear: none; 22 25 } 23 . gamelab.rftLineWithButtons .rftLineWithButtonsTitle {26 .claro .rftLineWithButtons .rftLineWithButtonsTitle { 24 27 float: left; 25 28 margin: 0 8px 0 8px; 26 29 } 27 . gamelab.rftSelectorSelected .rftSelectorColor {30 .claro .rftSelectorSelected .rftSelectorColor { 28 31 width: 8px; 29 32 height: 24px; … … 32 35 } 33 36 37 /* Own standard colour settings */ 38 .claro .rftLineWithButtons.blue { 39 background-color: #0072bc; 40 color: #ffffff; 41 } 42 .claro .rftLineWithButtons.red { 43 background-color: #8c0310; 44 color: #ffffff; 45 } 46 .claro .rftLineWithButtons.green { 47 background-color: #3aa605; 48 color: #ffffff; 49 } 50 .claro .rftLineWithButtons.purple { 51 background-color: #6529b7; 52 color: #ffffff; 53 } 54 .claro .rftLineWithButtons.orange { 55 background-color: #ff5b12; 56 color: #ffffff; 57 } 58 34 59 /* Background colour settings for the various contexts of rftLineWithButtons */ 35 . gamelab.rftSelector .rftLineWithButtons {60 .claro .rftSelector .rftLineWithButtons { 36 61 background-color: #ffffff; 37 62 color: #000000; 38 63 } 39 . gamelab.blue.rftSelector .rftLineWithButtons {64 .claro .blue.rftSelector .rftLineWithButtons { 40 65 background-color: #0072bc; 41 66 color: #ffffff; 42 67 } 43 . gamelab.red.rftSelector .rftLineWithButtons {68 .claro .red.rftSelector .rftLineWithButtons { 44 69 background-color: #8c0310; 45 70 color: #ffffff; 46 71 } 47 . gamelab.green.rftSelector .rftLineWithButtons {72 .claro .green.rftSelector .rftLineWithButtons { 48 73 background-color: #3aa605; 49 74 color: #ffffff; 50 75 } 51 . gamelab.purple.rftSelector .rftLineWithButtons {76 .claro .purple.rftSelector .rftLineWithButtons { 52 77 background-color: #6529b7; 53 78 color: #ffffff; 54 79 } 55 . gamelab.orange.rftSelector .rftLineWithButtons {80 .claro .orange.rftSelector .rftLineWithButtons { 56 81 background-color: #ff5b12; 57 82 color: #ffffff; … … 59 84 60 85 /* Black-on-white setting for non-header lines in the rftSelector */ 61 . gamelab.rftSelector .rftSelectorSelected .rftLineWithButtons {86 .claro .rftSelector .rftSelectorSelected .rftLineWithButtons { 62 87 background-color: #ffffff; 63 88 color: #000000; 64 89 } 65 . gamelab.rftSelector .rftSelectorOptions .rftLineWithButtons {90 .claro .rftSelector .rftSelectorOptions .rftLineWithButtons { 66 91 background-color: #ffffff; 67 92 color: #000000; … … 69 94 70 95 /* Colour settings for the rftSelectorColor status indicator */ 71 . gamelab.rftSelectorSelected .rftSelectorColor.conflict {96 .claro .rftSelectorSelected .rftSelectorColor.conflict { 72 97 background-color: #ff0000; 73 98 } 74 . gamelab.rftSelectorSelected .rftSelectorColor.pending {99 .claro .rftSelectorSelected .rftSelectorColor.pending { 75 100 background-color: #ff8000; 76 101 } 77 . gamelab.rftSelectorSelected .rftSelectorColor.success {102 .claro .rftSelectorSelected .rftSelectorColor.success { 78 103 background-color: #00ff00; 79 104 } 80 81 /* NOT SURE WHAT THIS DOES ATM...KEEP HERE FOR FUTURE REFERENCE IF NON-SELECTOR LINES FAIL TO DISPLAY PROPERLY82 .gamelab .rftSelector .rftSelectorCategory .rftLineWithButtons {83 display: inline-block;84 width: 100% !important;85 }86 */
Note: See TracChangeset
for help on using the changeset viewer.