fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Konwersja HTML do XML przed zapisaniem XML na serwer.
[redakcja.git]
/
platforma
/
static
/
css
/
html.css
diff --git
a/platforma/static/css/html.css
b/platforma/static/css/html.css
index
3c168c1
..
d64cd6e
100755
(executable)
--- a/
platforma/static/css/html.css
+++ b/
platforma/static/css/html.css
@@
-390,6
+390,8
@@
.edit-button:hover, .edit-button:active {
.edit-button:hover, .edit-button:active {
+/* color: #FFF;*/
+ background-color: #999;
color: #FFF;
}
color: #FFF;
}
@@
-441,7
+443,7
@@
.html-editarea textarea
{
.html-editarea textarea
{
- border: 2px solid black;
+/* border: 2px solid black;*/
margin: 0px;
padding: 0px;
margin: 0px;
padding: 0px;
@@
-451,7
+453,7
@@
z-index: 0;
font-size: 10pt;
z-index: 0;
font-size: 10pt;
- background-color: ivory;
+/* background-color: ivory;*/
}
/*/
}
/*/
@@
-523,4
+525,9
@@
.out-of-flow-text {
border: 1px solid #C8B849;
background-color: #D4CB9C;
.out-of-flow-text {
border: 1px solid #C8B849;
background-color: #D4CB9C;
+ white-space: pre;
+ overflow: auto;
+ margin: 1.5em 0 0;
+ font-family: monospace;
+ font-size: 10pt;
}
\ No newline at end of file
}
\ No newline at end of file