forked from johntron/moodle-theme-selector-block
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
41 lines (35 loc) · 947 Bytes
/
styles.css
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
.block_theme_selector label#themeselectorselectlabel {
display: inline;
vertical-align: middle;
}
.dir-ltr .block_theme_selector label#themeselectorselectlabel {
margin-right: .25rem;
}
.dir-rtl .block_theme_selector label#themeselectorselectlabel {
margin-left: .25rem;
}
.block_theme_selector .themeselectorselect select {
margin-bottom: 0;
}
.block_theme_selector .themeselectorreset button {
margin: .5rem 0 0;
}
.block_theme_selector .themeselectorwindow {
padding-top: .5rem;
}
.block_theme_selector .themeselectorwindow input[type='number'] {
width: 4rem;
}
.block_theme_selector .themeselectorwindow span {
padding: 0 .25rem;
vertical-align: baseline;
}
.block_theme_selector #themeselectorcreatewindow {
display: block;
}
.dir-ltr .block_theme_selector #themeselectorcreatewindow {
margin-left: 0;
}
.dir-rtl .block_theme_selector #themeselectorcreatewindow {
margin-right: 0;
}