fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
DC form changed to support multiple translators and technical_editors.
[redakcja.git]
/
project
/
static
/
css
/
master.css
diff --git
a/project/static/css/master.css
b/project/static/css/master.css
index
040549e
..
7e39942
100644
(file)
--- a/
project/static/css/master.css
+++ b/
project/static/css/master.css
@@
-353,12
+353,13
@@
div.isection p {
#message-box {
position: fixed;
top: 2px;
#message-box {
position: fixed;
top: 2px;
- left: 40%;
+ left: 35%;
+ width: 33%;
}
.msg-error, .msg-success, .msg-warning {
overflow: hidden;
}
.msg-error, .msg-success, .msg-warning {
overflow: hidden;
- padding: 0.1em 0.
2
em;
+ padding: 0.1em 0.
5
em;
text-align: center;
border: 1px solid;
-moz-border-radius: 8px;
text-align: center;
border: 1px solid;
-moz-border-radius: 8px;
@@
-367,13
+368,19
@@
div.isection p {
line-height: 11pt;
display: none;
line-height: 11pt;
display: none;
- width:
200px
;
+ width:
100%
;
}
}
+#message-box * p {
+ padding: 0em;
+ margin: 0.1em;
+}
.msg-error {
background-color: red;
border-color: red;
.msg-error {
background-color: red;
border-color: red;
+ color: white;
+ font-weight: bold;
}
.msg-success {
}
.msg-success {
@@
-416,4
+423,4
@@
div.isection p {
position: relative;
text-align: center;
background-color: #CCC;
position: relative;
text-align: center;
background-color: #CCC;
- }
\ No newline at end of file
+ }