myslice.ini possible themes = onelab, fed4fire, fibre, smartfire
[myslice.git] / portal / static / css / dashboard.css
1 .ms-dashboard {
2     width: 100%;
3 }
4
5 .ms-dashboard-caption {
6     padding-left: 40px;
7 }
8
9 .ms-dashboard-caption h2 {
10     position: relative;
11     border-bottom: solid 1px #CCC;
12     width: 100%;
13 }
14
15 .ms-dashboard-content {
16     padding-left: 40px;
17 }
18
19 #ms-dashboard-profile>div.ms-dashboard-caption {
20     background: no-repeat url(../img/user.png);
21 }   
22
23 #ms-dashboard-testbeds>div.ms-dashboard-caption {
24     background: no-repeat url(../img/testbeds.png);
25 }   
26
27 #ms-dashboard-slices>div.ms-dashboard-caption {
28     background: no-repeat url(../img/experiments.png);
29 }   
30
31
32 li.icn {
33     padding: 0 0 0 0;
34     list-style: none;
35     padding-left: 20px;
36 }
37
38 img.icn {
39     padding: 0 0 0 0;
40     position: relative;
41     top: 4px;
42     padding-right: 5px;
43 }
44
45 li.icn-warning {
46     background: no-repeat url(images/button-warning-12x12.png) 0 2px;
47 }
48 li.icn-play {
49     background: no-repeat url(images/button-play-12x12.png) 0 2px;
50 }
51 li.icn-stop {
52     background: no-repeat url(images/button-stop-12x12.png) 0 2px;
53 }
54 li.icn-forbidden {
55     background: no-repeat url(images/button-forbidden-12x12.png) 0 2px;
56 }
57 li.icn a {
58     text-decoration: none;
59 }