bootsstrap'ified dashboard - 3 columns layout, much less css again
[unfold.git] / portal / static / css / 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 /*
38 #ms-dashboard-profile {
39     float: left;
40     position: relative;
41     top: 1em;
42     width: 45%;
43     min-height:200px;
44     height:auto !important;
45     height:200px; 
46 }
47
48 #ms-dashboard-testbeds {
49     float: right;
50     border: 1px #CCC;
51     padding: 15px;
52     top: 0.5em;
53     width: 45%;
54     min-height:200px;
55     height:auto !important;
56     height:200px; 
57 }
58
59 #ms-dashboard-slices {
60     float: left;
61     position: relative;
62     width: 45%;
63     padding-top: 1em;
64 }
65 */
66
67 li.icn {
68     padding: 0 0 0 0;
69     list-style: none;
70     padding-left: 20px;
71 }
72
73 img.icn {
74     padding: 0 0 0 0;
75     position: relative;
76     top: 4px;
77     padding-right: 5px;
78 }
79
80 li.icn-warning {
81     background: no-repeat url(images/button-warning-12x12.png) 0 2px;
82 }
83 li.icn-play {
84     background: no-repeat url(images/button-play-12x12.png) 0 2px;
85 }
86 li.icn-stop {
87     background: no-repeat url(images/button-stop-12x12.png) 0 2px;
88 }
89 li.icn-forbidden {
90     background: no-repeat url(images/button-forbidden-12x12.png) 0 2px;
91 }
92 li.icn a {
93     text-decoration: none;
94 }