Dodanie aplikacji django-cas-provider.
[redakcja.git] / project / static / css / toolbar.css
1 /* .toolbar {
2     overflow: hidden;
3     z-index: 100;
4     background: #AAA;
5     position: absolute;
6     top: 0px; left:0px; right: 0px; 
7     height: auto;
8     padding: 2px;
9     margin: 0px;
10 }
11
12 .toolbar p {
13     margin: 0px;
14
15     padding: 0px;
16     padding-left: 0.5em;
17
18     border: none;
19     background: #AAA;
20     font-size: 10px;
21     line-height: 12px;
22 }
23
24 .toolbar div {
25     background: green;
26     margin: 0px;
27     padding: 0px;
28 } */
29
30 .toolbar-buttons-container {
31     background: #DDD;
32     padding-top: 2px;
33     padding-bottom: 2px;
34 }
35
36 .toolbar-buttons-container a {
37     background: #DDD;
38     border: none;
39     padding: 2px 0.5em;
40     background: #AAA;
41     font-family: Sans-Serif;
42     color: #000;
43     text-decoration: none;
44 }
45
46 .toolbar-buttons-container a:hover {
47     background: #EEE;
48 }
49
50 .toolbar-buttons-container a:active {
51     background: yellow;
52 }
53
54 .panel-toolbar-extra a {
55     background: inherit;    
56 }
57
58 .toolbar-tabs-container a {
59     background: #CCC;
60 }
61
62 .toolbar-tabs-container a.active {
63     background: #DDD;
64 }