template default en HTML5
[mtweb] / mw / app / out / default / css / actions / admin_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   margin: 0.3em 0 0 0;
31 }
32
33 li.plugin ul.plugin_links{
34   margin-top: 0.5em;
35   text-align: right;
36 }
37
38 li.plugin ul.plugin_links li{
39   display: inline;
40   padding: 0 7px;
41   margin: 0;
42   border-left: solid 1px #c0c0c0;
43 }
44
45 li.plugin ul.plugin_links li:after{
46   content: "";
47   display: none;
48   clear: none;
49 }
50
51 li.plugin ul.plugin_links li:first-child{
52   border-left: none;
53 }
54
55 li.plugin ul.plugin_links li input{
56   width: 2em;
57   border: solid 1px #c0c0c0;
58 }