fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixes #778: better handle ajax problems in html view
[redakcja.git]
/
redakcja
/
static
/
css
/
gallery.css
diff --git
a/redakcja/static/css/gallery.css
b/redakcja/static/css/gallery.css
index
379abcc
..
9c6e3a5
100644
(file)
--- a/
redakcja/static/css/gallery.css
+++ b/
redakcja/static/css/gallery.css
@@
-1,19
+1,28
@@
-/* =========== */
-/* = Gallery = */
-/* =========== */
-
-#side-gallery {
+#sidebar {
+ display:none;
position: absolute;
position: absolute;
- /* overflow: hidden; */
top: 0px;
right: 0px;
bottom: 0px;
width: 480px;
top: 0px;
right: 0px;
bottom: 0px;
width: 480px;
- display: none;
background-color: #FFF;
}
background-color: #FFF;
}
-#side-gallery .error_message
+#side-search {
+ height: 100%;
+ display: none;
+ background-color: #C1C1C1;
+}
+
+#side-search p {
+ padding: .5em;
+}
+
+/* =========== */
+/* = Gallery = */
+/* =========== */
+
+#side-gallery .error_message
{
background-color: white;
color: black;
{
background-color: white;
color: black;
@@
-49,12
+58,12
@@
-khtml-user-select: none;
-moz-user-select: none;
cursor: pointer;
-khtml-user-select: none;
-moz-user-select: none;
cursor: pointer;
-
+
background-color: white;
min-height: 100px;
min-width: 100px;
}
.gallery-image img[src=''] {
background-color: white;
min-height: 100px;
min-width: 100px;
}
.gallery-image img[src=''] {
- background-color: red;
+ background-color: red;
}
}