portal.dashboard: static files location + css
[myslice.git] / portal / static / dashboard.css
1
2 .ms-dashboard {
3     width: 100%;
4 }
5
6 .ms-dashboard-panel {
7
8 }
9
10 .ms-dashboard-caption {
11     padding-left: 40px;
12 }
13
14 .ms-dashboard-caption h2 {
15     position: relative;
16     border-bottom: solid 1px #CCC;
17     width: 100%;
18 }
19
20 .ms-dashboard-content {
21     padding-left: 40px;
22 }
23
24 #ms-dashboard-profile>div.ms-dashboard-caption {
25     background: no-repeat url(../img/user.png);
26 }   
27
28 #ms-dashboard-testbeds>div.ms-dashboard-caption {
29     background: no-repeat url(../img/testbeds.png);
30 }   
31
32 #ms-dashboard-slices>div.ms-dashboard-caption {
33     background: no-repeat url(../img/experiments.png);
34 }   
35
36
37 #ms-dashboard-profile {
38     float: left;
39     position: relative;
40     top: 1em;
41     width: 45%;
42 }
43
44 #ms-dashboard-slices {
45     float: left;
46     position: relative;
47     width: 45%;
48     padding-top: 1em;
49 }
50
51 #ms-dashboard-testbeds {
52     float: right;
53     border: 1px #CCC;
54     padding: 15px;
55     top: 0.5em;
56     width: 45%;
57 }
58
59 li.icn {
60     padding: 0 0 0 0;
61     list-style: none;
62     padding-left: 20px;
63 }
64
65 img.icn {
66     padding: 0 0 0 0;
67     position: relative;
68     top: 4px;
69     padding-right: 5px;
70 }
71
72 li.icn-warning {
73     background: no-repeat url(images/button-warning-12x12.png) 0 2px;
74 }
75 li.icn-play {
76     background: no-repeat url(images/button-play-12x12.png) 0 2px;
77 }
78 li.icn-stop {
79     background: no-repeat url(images/button-stop-12x12.png) 0 2px;
80 }
81 li.icn-forbidden {
82     background: no-repeat url(images/button-forbidden-12x12.png) 0 2px;
83 }
84 li.icn a {
85     text-decoration: none;
86 }