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