Dotclear

source: admin/style/scss/partials/_debug.scss @ 3389:57c2b37ea3d5

Revision 3389:57c2b37ea3d5, 614 bytes checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Reduce collapser width (12 to 10px)

Line 
1/* debug */
2
3#debug {
4    position: absolute;
5    top: 0;
6    width: 100%;
7    height: 4px;
8    background: #ffd478;
9}
10
11#debug div {
12    display: none;
13    padding: 3px 0.5em 2px;
14}
15
16#debug p {
17    margin: 0.5em 0;
18}
19
20#debug:hover {
21    height: auto;
22    padding: 2px 1em;
23    z-index: 100;
24}
25
26#debug:hover div {
27    display: block;
28}
29
30.debug {
31    background: #ffd478;
32    padding: 3px 0.5em 2px;
33}
34
35input[type=submit].delete.debug,
36a.delete.debug {
37    border-color: #ffd478;
38}
39
40input[type=submit].delete.debug:hover,
41a.delete.debug:hover {
42    background: #ffd478;
43    color: #900;
44    border-color: #ffd478;
45}
Note: See TracBrowser for help on using the repository browser.

Sites map