Merge branch 'fed4fire' into onelab
[myslice.git] / plugins / apply / static / css / apply.css
1 .modal-dialog-large {
2     width: 800px;
3 }
4
5 div.resources-selected-spacer {
6     margin: 20px 15px;
7 }
8 table.resources-selected {
9     width: 100%;
10     margin: 10px;
11 }
12 table.resources-selected th {
13     background: url('../img/tablesort-header.png') repeat-x; 
14     font-weight: normal;
15     font-style: italic;
16 }
17 tr.add td{ 
18     background-color: #E3F6CE;
19 }
20 tr.remove td{ 
21     background-color: #F6CECE;
22 }
23
24 .ResourceSelectedClose{
25     cursor: pointer;
26 }
27
28 #pending__table_paginate {
29     margin-bottom: 10px;
30 }
31