X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fresources_selected%2Fstatic%2Fcss%2Fresources_selected.css;h=dfefb4662d7c4af6352071b44b53ae8b214e8737;hb=de527ca1d78c5e371ddde0528fcbe165f151028c;hp=a9a0bda0e5c708a2406ad923ef1b32c308a08ed1;hpb=1aea42c3668602aacfe22bc762ee939672129f53;p=myslice.git diff --git a/plugins/resources_selected/static/css/resources_selected.css b/plugins/resources_selected/static/css/resources_selected.css index a9a0bda0..dfefb466 100644 --- a/plugins/resources_selected/static/css/resources_selected.css +++ b/plugins/resources_selected/static/css/resources_selected.css @@ -1,34 +1,35 @@ /* Document : ResourcesSelected - Created on : 9 août 2012, 11:54:41 + Created on : 9 aout 2012, 11:54:41 Author : loicbaron Description: Purpose of the stylesheet follows. */ +div.resources-selected-spacer { + margin: 20px 15px; +} +table.resources-selected { + width: 100%; + margin: 10px; +} +table.resources-selected th { + background: url('../img/tablesort-header.png') repeat-x; + font-weight: normal; + font-style: italic; +} tr.add td{ background-color: #E3F6CE; } tr.remove td{ background-color: #F6CECE; } + .ResourceSelectedClose{ cursor: pointer; } -input.myslice_action { - font-size:13px; - font-family:Arial,sans-serif; - font-weight:bold; - color:#0066CC; - width:100px; - height:30px; - background-color:#FF9933; +#pending__table_paginate { + margin-bottom: 10px; } -.ResourcesSelected .added { - background-color: #E3F6CE; -} -.ResourcesSelected .removed { - background-color: #F6CECE; -}