c9893cb06f6119fc0e4ec31912d04ac8e759f69f
[myslice.git] / plugins / resources_selected / static / css / resources_selected.css
1 /* 
2     Document   : ResourcesSelected
3     Created on : 9 août 2012, 11:54:41
4     Author     : loicbaron
5     Description:
6         Purpose of the stylesheet follows.
7 */
8
9 tr.add td{ 
10     background-color: #E3F6CE;
11 }
12 tr.remove td{ 
13     background-color: #F6CECE;
14 }
15 .ResourceSelectedClose{
16     cursor: pointer;
17 }
18
19 .ResourcesSelected .added {
20     background-color: #E3F6CE;
21 }
22 .ResourcesSelected .removed {
23     background-color: #F6CECE;
24 }
25
26 div.resources-selected-spacer {
27     margin: 20px 15px;
28 }
29
30 #pending__table_paginate {
31     margin-bottom: 10px;
32 }
33
34 thead.resources-selected th, tfoot.resources-selected th {
35     background: url('../img/tablesort-header.png') repeat-x; 
36 }