aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-27 12:12:12 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-27 12:12:12 +0100
commit2899c500eec19c8ad17b6819c33e0f0414bd1387 (patch)
treeb631e7a08efc93f1372f7ce7b9366591b7bfbd36
parentb59e2870ab47dab424d043dd51f70d427d92d7a5 (diff)
downloadvolse-hubzilla-2899c500eec19c8ad17b6819c33e0f0414bd1387.tar.gz
volse-hubzilla-2899c500eec19c8ad17b6819c33e0f0414bd1387.tar.bz2
volse-hubzilla-2899c500eec19c8ad17b6819c33e0f0414bd1387.zip
some colorbox styling
-rw-r--r--view/theme/redbasic/css/style.css16
1 files changed, 11 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 647fcda34..565b793aa 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -493,10 +493,6 @@ footer {
font-size: 0.7em;
}
-#colorbox {
- padding: 5px;
-}
-
.app-name {
overflow: none;
}
@@ -962,10 +958,20 @@ nav .acpopup {
background: none repeat scroll 0% 0% #FCF8E3 !important;
}
+#cboxOverlay {
+ z-index: 1050;
+}
+
#colorbox {
+ z-index: 1051;
+}
+
+#cboxContent {
+ padding: 3px;
border: 0px solid #fff;
+ border-radius: $radiuspx;
background-color: #fff;
- z-index: 9;
+ z-index: 1052;
}
.settings-block {