summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-11-20 16:29:00 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-11-20 16:29:00 +0100
commit5cb8fd2badfb18396e9701aad47bdfd13fab740e (patch)
treef8446a5cb3f341976d70a3351726118f343dfa82 /core/css
parent30b8f4ec8e3dbf8e2d5d3627e0447bc20da50335 (diff)
downloadnextcloud-server-5cb8fd2badfb18396e9701aad47bdfd13fab740e.tar.gz
nextcloud-server-5cb8fd2badfb18396e9701aad47bdfd13fab740e.zip
fix the legacy popup to make calendar settings look nicer
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index f2561dd4620..32e1b8d2a52 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -810,8 +810,16 @@ span.ui-icon {float: left; margin: 3px 7px 30px 0;}
#tagsdialog .taglist li:hover, #tagsdialog .taglist li:active { background:#eee; }
#tagsdialog .addinput { width: 90%; clear: both; }
-/* ---- APP SETTINGS ---- */
-.popup { background-color:white; border-radius:10px 10px 10px 10px; box-shadow:0 0 20px #888; color:#333; padding:10px; position:fixed !important; z-index:100; }
+/* ---- APP SETTINGS - LEGACY, DO NOT USE THE POPUP! ---- */
+.popup {
+ background-color: #fff;
+ border-radius: 3px;
+ box-shadow: 0 0 20px #aaa;
+ color: #333;
+ padding: 10px;
+ position: fixed !important;
+ z-index: 100;
+}
.popup.topright { top:7em; right:1em; }
.popup.bottomleft { bottom:1em; left:33em; }
.popup .close { position:absolute; top:0.2em; right:0.2em; height:20px; width:20px; background:url('../img/actions/close.svg') no-repeat center; }