fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix for covers generation.
[redakcja.git]
/
src
/
redakcja
/
static
/
css
/
dialogs.scss
1
.dialog {
2
display: none;
3
padding: 5px;
4
text-align: left;
5
cursor: auto;
6
background-color: #E1E1E1; /* #e0ffb8; */
7
}
8
9
.dialog .help_text {
10
font-size: 11px;
11
color: #2e3536;
12
}
13
14
.dialog .action_area {
15
padding: 1em 0.5em 0.5em;
16
border-top: 1px solid black;
17
margin-top: 0.5em;
18
}
19
20
.dialog p {
21
margin: 0.5em;
22
}
23
24
*[data-ui-error-for] {
25
color: red;
26
font-weight: bold;
27
}
28
29
#save_dialog textarea, #revert_dialog textarea {
30
width: 90%;
31
margin: 0.2em 4%;
32
}
33
34
35
36
#meta-chooser {
37
.form-check {
38
margin: 1em;
39
}
40
.meta-chooser_toggle {
41
position: absolute;
42
top: 1.5em;
43
left: 0;
44
cursor: pointer;
45
}
46
.name {
47
font-weight: bold;
48
}
49
}