A small change at my_slice.css to bring the information box of the node
[plewww.git] / planetlab / css / my_slice.css
1 /*
2  $Id: toggle.css 12435 2009-03-11 15:07:00Z thierry $
3  */
4
5 /* space around various messages */
6 div.my-slice-renewal {
7     margin: 30px;
8 }
9
10 /* toggles for the nodes sections */
11 div#toggle-container-my-slice-persons-current,
12 div#toggle-container-my-slice-nodes-current {
13     background: #f0f0f0;
14 }
15
16 div#toggle-container-my-slice-persons-add,
17 div#toggle-container-my-slice-nodes-add {
18     background: #f0e0e0;
19 }
20
21 /* the scheduler area */
22 div#toggle-container-my-slice-nodes-reserve {
23     background: #def;
24 }
25
26 /* where the graphics go */
27 div#leases_area {
28   padding: 10px 25px;
29 }
30
31 /* don't display the scheduler data table - not quite sure this works */
32 table#leases_data {
33     display: none;
34 }
35
36 /* the various controls for the scheduler */
37 /* upper section, with selection mode */
38 #leases_modes { padding: 10px; text-align: center; color: #333; }
39
40 #leases_buttons { padding: 0px 10px 10px 10px; }
41 #leases_clear { position: relative; left: 30%;}
42 #leases_submit { position: relative; left: 60%; }
43         
44
45 /* column configuation style */
46
47 div#toggle-container-my-slice-nodes-configuration {
48     background: #f8f8f8;
49 }
50
51 OPTION.out{background-color:white; color:black}
52 OPTION.in{background-color:#CAE8EA; color:#4f6b72}
53
54 div.out{background-color:white; color:black}
55 div.in{background-color:#CAE8EA; color:#4f6b72}
56 div.selected{background-color:gray; color:black}
57 div.invisible{display:none}
58
59 div.note-div {
60         padding: 4px;
61         background-color: #cae8ea;
62         width: 800px;
63         margin-left:auto;
64         margin-right:auto;
65
66 }
67
68 div#scrolldiv {
69         border : solid 2px grey; 
70         padding:4px; 
71         width:300px; 
72         height:180px; 
73         overflow:auto;
74 }
75
76 th,td.top {
77         vertical-align: top;
78         text-align: left;
79         padding:10px;
80 }
81
82 td.smallright {
83         text-align: right;
84         width:20px;
85 }
86
87 table.center {
88         margin-left:auto; 
89         margin-right:auto;
90 }
91
92 table.columnlist {
93         width:280px;
94 }
95
96 td.header {
97         background-color: #CAE8EA;
98         text-align: center;
99         width:30px;
100 }
101
102 span.header {
103         font-weight: bold;
104         color: #3399CC;
105 }
106
107 a.source-url{
108         font-weight: bold;
109 }
110
111 span.gray{
112         color: #555555;
113 }
114
115 span.short {
116         height:10px;
117 }
118
119 span.column-title {
120         font-size: 15px;
121         font-weight: bold;
122 }
123
124 span.column-detail {
125         font-size: 11px; 
126         font-style: italic;
127 }
128
129
130
131