summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-10-31 17:31:12 +0100
committerSem <sembrestels@riseup.net>2012-10-31 17:31:12 +0100
commit74895a430a7eb9a31f0555eae29e098608bdf049 (patch)
tree61ca59e2b384ea06b7cf2595a30a39487faf21d4
parent22af64e512f4c77cbd9742325e93e7f330de61a4 (diff)
downloadsaravea_theme-74895a430a7eb9a31f0555eae29e098608bdf049.tar.gz
saravea_theme-74895a430a7eb9a31f0555eae29e098608bdf049.tar.bz2
Improved lightbox CSS.
-rw-r--r--views/default/n1_theme/css.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php
index 986efe3..aa1f677 100644
--- a/views/default/n1_theme/css.php
+++ b/views/default/n1_theme/css.php
@@ -104,11 +104,20 @@
margin: 10px;
}
+#cboxTitle, #cboxTitle h3, #cboxCurrent {
+ color: #000;
+}
#cboxTitle h3 {
- color: #eee;
font-weight: bold;
font-size: 160%;
}
+#cboxOverlay {
+ background-color: #FFF;
+ opacity: 0.6 !important;
+}
+.event-calendar-lightbox {
+ padding: 5px;
+}
.groups-profile-icon {
height: 201px;