fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Poprawienie diva dla FlashView, tak żeby nie zasłaniał przycisków.
[redakcja.git]
/
project
/
templates
/
explorer
/
editor.html
diff --git
a/project/templates/explorer/editor.html
b/project/templates/explorer/editor.html
index
23641f9
..
eecfb57
100644
(file)
--- a/
project/templates/explorer/editor.html
+++ b/
project/templates/explorer/editor.html
@@
-52,9
+52,9
@@
</script>
<script type="text/html" charset="utf-8" id="flash-view-template">
</script>
<script type="text/html" charset="utf-8" id="flash-view-template">
- <div class="flashview"
style="position: relative; margin-left: auto; margin-right: auto; width: 400px; background-color: yellow"
>
+ <div class="flashview">
<% if (shownMessage) { %>
<% if (shownMessage) { %>
- <p style="margin: 0; padding: 0.2em 0.5em; line-height: 1.8em" class="<%= shownMessage.type %>"><%= shownMessage.text %></p>
+ <p style="margin: 0; padding: 0.2em 0.5em; line-height: 1.8em
; background-color: yellow
" class="<%= shownMessage.type %>"><%= shownMessage.text %></p>
<% } %>
</div>
</script>
<% } %>
</div>
</script>
@@
-177,5
+177,5
@@
{% endblock maincontent %}
{% block extrabody %}
{% endblock maincontent %}
{% block extrabody %}
- <div style="position: absolute; left:
0; right: 0
; top: 0; height: 20px; z-index: 1000" id="flashview"></div>
+ <div style="position: absolute; left:
35%; right: 35%
; top: 0; height: 20px; z-index: 1000" id="flashview"></div>
{% endblock %}
\ No newline at end of file
{% endblock %}
\ No newline at end of file