fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tiff2png fix for .tif files
[redakcja.git]
/
redakcja
/
static
/
css
/
dialogs.css
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
}