quelques modifications sur le template default
[mtweb] / mw / app / out / default / css / actions / config_plugins.css
1 li.plugin{
2   padding: 5px 10px;
3   margin: 10px 0;
4   border-radius: 3px;
5   border: solid 1px #c0c0c0;
6 }
7
8 li.plugin.enabled{
9   background-color: #ffffff;
10 }
11
12 li.plugin.disabled{
13   background-color: #f7f7f7;
14 }
15
16 li.plugin.uninstalled{
17   background-color: #e5e5e5;
18 }
19
20 li.plugin h3{
21   margin: 0 0 10px 0;
22   border-bottom: solid 1px #d5d5d5;
23   font-size: 1.4em;
24   line-height: 1em;
25 }
26
27 li.plugin h3 span{
28   float: right;
29   font-size: 0.7em;
30 }
31
32 li.plugin ul.plugin_links{
33   margin-top: 0.5em;
34   text-align: right;
35 }
36
37 li.plugin ul.plugin_links li{
38   display: inline;
39   padding: 0 7px;
40   margin: 0;
41   border-left: solid 1px #c0c0c0;
42 }
43
44 li.plugin ul.plugin_links li:after{
45   content: "";
46   display: none;
47   clear: none;
48 }
49
50 li.plugin ul.plugin_links li:first-child{
51   border-left: none;
52 }
53
54 li.plugin ul.plugin_links li input{
55   width: 2em;
56   border: solid 1px #c0c0c0;
57 }