Changeset 344 for Dev/branches/rest-dojo-ui/client/rft/css/rftSelector.css
- Timestamp:
- 06/20/12 19:07:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/css/rftSelector.css
r342 r344 3 3 font-size: 13px; 4 4 } 5 .claro .rftLineWithButtons {6 height: 24px;7 line-height: 24px;8 font-size: 13px;9 margin: 4px 0;10 white-space: nowrap;11 }12 5 .claro .rftSelector .rftLineWithButtons { 13 6 margin: 0; 14 }15 .claro .rftLineWithButtons .rftLineWithButtonsButtons {16 float: right;17 height: 24px;18 line-height: 24px;19 margin: 0;20 padding: 0;21 }22 .claro .rftLineWithButtons .rftLineWithButtonsButtons .rftBlockButton {23 float: right;24 clear: none;25 }26 .claro .rftLineWithButtons .rftLineWithButtonsTitle {27 float: left;28 margin: 0 8px 0 8px;29 7 } 30 8 .claro .rftSelectorSelected .rftSelectorColor { … … 35 13 } 36 14 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 .claro .rftLineWithButtons.trans { 59 background-color: transparent; 60 color: #ffffff; 61 } 62 63 /* Background colour settings for the various contexts of rftLineWithButtons */ 15 /* Set default LWB colour to white. */ 64 16 .claro .rftSelector .rftLineWithButtons { 65 17 background-color: #ffffff; 66 18 color: #000000; 67 }68 .claro .blue.rftSelector .rftLineWithButtons {69 background-color: #0072bc;70 color: #ffffff;71 }72 .claro .red.rftSelector .rftLineWithButtons {73 background-color: #8c0310;74 color: #ffffff;75 }76 .claro .green.rftSelector .rftLineWithButtons {77 background-color: #3aa605;78 color: #ffffff;79 }80 .claro .purple.rftSelector .rftLineWithButtons {81 background-color: #6529b7;82 color: #ffffff;83 }84 .claro .orange.rftSelector .rftLineWithButtons {85 background-color: #ff5b12;86 color: #ffffff;87 19 } 88 20 … … 107 39 background-color: #00ff00; 108 40 } 109 110 /* rftSessionBar */111 .claro .rftSessionBar {112 margin: 8px 0;113 }114 .claro .rftSessionBar .rftIcon.typeIcon {115 background-image: url('images/icons/rftIcons32.png');116 height: 32px;117 width: 32px;118 margin: 20px 8px;119 float: left;120 }121 .claro .rftSessionBar .rftLineWithButtons {122 margin: 0;123 padding: 0;124 }
Note: See TracChangeset
for help on using the changeset viewer.