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

Last change on this file since 349 was 349, checked in by tjcschipper, 13 years ago
  • Finally fixed icon offsets and added a couple new icons for use in the Question/Survey? editors,as well as general purpose ones.
  • Styled the dropdown menu in the MainMenu?
  • Fixed a weird offset bug in the IndexMenu?
  • Included another way of colouring objects by their parent classes, not applied yet (in layout.css)
  • Styled the AccordionContainer?, to be used in Survey/Question? editors.
  • Removed default colour in LineWithActionsWidgetThijs?, this would override the colours inherited from parent elements (not desirable).
  • Drank a lot of coffee.
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 .rftLineWithButtons {
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.