fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Dodanie fabfile pozwalające na wdrożenie nowej wersji projektu na stigma (przy użyciu...
[redakcja.git]
/
project
/
static
/
css
/
master.css
diff --git
a/project/static/css/master.css
b/project/static/css/master.css
index
1649a4b
..
653b864
100644
(file)
--- a/
project/static/css/master.css
+++ b/
project/static/css/master.css
@@
-210,7
+210,7
@@
text#commit-dialog-message {
right: 0;
bottom: 0;
left: 0;
right: 0;
bottom: 0;
left: 0;
- overflow:
none
;
+ overflow:
hidden
;
}
.panel-main-toolbar {
}
.panel-main-toolbar {
@@
-323,7
+323,30
@@
input.image-gallery-current-page {
padding: 0px;
}
padding: 0px;
}
+.htmlview {
+ position: absolute;
+ top: 25px;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ overflow: auto;
+ margin: 0;
+}
+
.image-gallery-page-container img {
/* border: 2px solid green; */
margin: 0px;
.image-gallery-page-container img {
/* border: 2px solid green; */
margin: 0px;
+}
+
+body#base button {
+ background-color: #DDD;
+ border-width: 1px;
+ padding: 0px 0.5em;
+ font-family: Sans-Serif;
+ color: #000;
+ margin: 2px 4px;
+}
+
+body#base button:hover {
+ background-color: #EEE;
}
\ No newline at end of file
}
\ No newline at end of file