(*) slices list has links towards the slice page with the details area closed and...
[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 /* internal toggles */
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 /* qualify enough so that this wins over the even/odd row patterns in tables */
22 tbody>tr>td.node-ok {
23     background: #a0f0e6;
24 }
25 tbody>tr>td.node-ko {
26     background: #ffa7a8;
27 }