admin.drupalexp.css
1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
ul#dexp_sections,
ul.dexp-section-inner{
margin:0 !important;
min-height: 30px;
}
li.dexp-section{
border: 1px solid #DDD;
margin-bottom: 20px;
}
.dexp-section-header{
background: #DDD;
line-height: 30px;
}
.dexp-region{
margin: 5px 0;
}
.region-inner{
background-color: #FFF;
border: 1px solid #EEE;
line-height: 30px;
}
.region-settings,
.section-settings{
line-height: 30px;
margin-right:5px;
cursor: pointer;
}
.section-sortable,
.region-sortable{
margin: 0 5px;
cursor: move;
}
ul#dexp_sections li{
list-style: none;
}
ul#dexp_layouts{
margin: 10px 0;
}
li.dexp_layout{
background: none repeat scroll 0 0 #EEEEEE;
border-radius: 5px;
display: inline-block;
margin-right: 10px;
padding: 2px 10px;
opacity: 0.8;
margin-bottom:10px;
}
li.dexp_layout span.fa{
display: none;
}
li.dexp_layout.active span.fa{
display: inline;
}
li.dexp_layout a{
border-radius: 5px;
padding: 2px 10px;
}
li.dexp_layout.active{
background: none repeat scroll 0 0 #DDDDDD;
box-shadow: 3px 3px 3px -1px;
opacity: 1;
}
#edit-preset-settings .form-item{
max-width: 250px;
}
#edit-preset-settings #placeholder{
position: absolute;
top: 0;
left: 50%;
}
#edit-preset-settings .form-item.focus{
background: #EEEEEE;
}