Dotclear

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

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

Prettify scss code

Line 
1.fav-list {
2     list-style-type: none;
3     margin-left: 0;
4     padding-left: 0;
5     #my-favs & {
6          border-top: 1px solid #eee;
7     }
8     li {
9          margin-left: 0;
10          padding-left: 0;
11          padding-top: 3px;
12          padding-bottom: 3px;
13          position: relative;
14          #my-favs & {
15               line-height: 2;
16               border-bottom: 1px solid #eee;
17               padding-top: 3px;
18               padding-bottom: 3px;
19               position: relative;
20          }
21          span.zoom {
22               display: none;
23          }
24          &:hover span.zoom {
25               display: block;
26               position: absolute;
27               bottom: 0;
28               left: 10em;
29               background-color: #f7f7f7;
30               border: 1px solid #dfdfdf;
31               padding: .2em;
32               border-radius: .5em;
33          }
34     }
35     img {
36          vertical-align: middle;
37          margin-right: .2em;
38     }
39}
40
41#my-favs {
42     border-color: #9bca1c;
43     input.position {
44          margin: 0 0 .4em .2em;
45     }
46}
47
48#available-favs {
49     input,
50     label,
51     label span {
52          white-space: normal;
53          display: inline;
54     }
55     label span.zoom {
56          display: none;
57     }
58     li:hover label span.zoom {
59          display: block;
60          position: absolute;
61          bottom: 0;
62          left: 10em;
63          background-color: #f7f7f7;
64          border: 1px solid #dfdfdf;
65          padding: .2em;
66          border-radius: .5em;
67     }
68}
69
70#user-options label.ib {
71     display: inline-block;
72     width: 14em;
73     padding-right: 1em;
74}
Note: See TracBrowser for help on using the repository browser.

Sites map