Dotclear

source: admin/style/scss/partials/_plugins.scss @ 3439:640a478849cf

Revision 3439:640a478849cf, 1.2 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Prettify scss code

Line 
1.modules td {
2     &.module-actions,
3     &.module-icon {
4          vertical-align: middle;
5     }
6     &.module-icon img {
7          &:last-child {
8               width: 16px;
9               height: 16px;
10          }
11          &.expand {
12               margin-bottom: 3px;
13          }
14     }
15     &.module-distrib img {
16          display: block;
17          float: right;
18     }
19}
20
21.modules tr.expand,
22.modules td.expand {
23     background: #f7f7f7;
24     border-color: #bee74b;
25}
26
27.modules tr.expand td:first-child {
28     font-weight: bold;
29     background: #dfe5e7;
30}
31
32.modules td.expand {
33     padding: 0 0 1em;
34     border-top: 1px solid #eaeaea;
35     div {
36          display: inline-block;
37          vertical-align: top;
38          margin-right: 3em;
39     }
40}
41
42.modules dt {
43     font-weight: bold;
44}
45
46.modules a {
47     &.module-details {
48          background: transparent url(search.png) no-repeat 2px center;
49          padding: 4px 4px 0 20px;
50     }
51     &.module-support {
52          background: transparent url(help12.png) no-repeat 2px center;
53          padding: 4px 4px 0 20px;
54     }
55     &.module-config {
56          background: transparent url(settings.png) no-repeat 2px 6px;
57          padding: 4px 4px 0 18px;
58     }
59}
60
61#m_search {
62     background: transparent url(search.png) no-repeat 4px center;
63     padding-left: 20px;
64}
65
66.mod-more {
67     padding-top: .5em;
68     &,
69     li {
70          margin: .25em 0 0 1em;
71          padding: 0;
72          list-style-type: none;
73     }
74}
75
76#plugin-update td {
77     vertical-align: baseline;
78}
Note: See TracBrowser for help on using the repository browser.

Sites map