source: Dev/branches/rest-dojo-ui/client/rft/css/rftLineWithButtons.css @ 344

Last change on this file since 344 was 344, checked in by tjcschipper, 13 years ago
  • mSessions.html is more or less done
  • mMenu.html is nearly done, still needs non-hover overlays on the menu boxes/buttons
  • Fixed theme dependency, style overrides now work on a stock copy of Dojo claro theme!
  • Improved iconset alignment somewhat, still needs pixel tweaks to rftIcons24.png and rftIcons16.png (Icons are sometimes 1px too wide!)
  • Fixed MainMenu? template and applied styling classes. Replaced markup version with rft.ui.MainMenu? version in all mockups.
  • Fixed colour settings/context on LineWithButtons?
File size: 1.2 KB
Line 
1.claro .rftLineWithButtons {
2    height: 24px;
3    line-height: 24px;
4    font-size: 13px;
5    margin: 4px 0;
6    white-space: nowrap;
7}
8.claro .rftLineWithButtons .rftLineWithButtonsButtons {
9    float: right;
10    height: 24px;
11    line-height: 24px;
12    margin: 0;
13    padding: 0;
14}
15.claro .rftLineWithButtons .rftLineWithButtonsButtons .rftBlockButton {
16    float: right;
17    clear: none;
18}
19.claro .rftLineWithButtons .rftLineWithButtonsTitle {
20    float: left;
21    margin: 0 8px 0 8px;
22}
23
24/* Colour settings */
25.claro div.blue.rftLineWithButtons,
26.claro .blue .rftLineWithButtons {
27    background-color: #0072bc;
28    color: #ffffff;
29}
30.claro div.red.rftLineWithButtons,
31.claro .red .rftLineWithButtons {
32    background-color: #8c0310;
33    color: #ffffff;
34}
35.claro div.green.rftLineWithButtons,
36.claro .green .rftLineWithButtons {
37    background-color: #3aa605;
38    color: #ffffff;
39}
40.claro div.purple.rftLineWithButtons,
41.claro .purple .rftLineWithButtons {
42    background-color: #6529b7;
43    color: #ffffff;
44}
45.claro div.orange.rftLineWithButtons,
46.claro .orange .ftLineWithButtons {
47    background-color: #ff5b12;
48    color: #ffffff;
49}
50.claro div.trans.rftLineWithButtons,
51.claro .trans .rftLineWithButtons {
52    background-color: transparent;
53    color: #ffffff;
54}
Note: See TracBrowser for help on using the repository browser.