[Pkg-owncloud-commits] [owncloud] 01/104: fix the legacy popup to make calendar settings look nicer

David Prévot taffit at moszumanska.debian.org
Sat Jan 18 13:33:35 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 4feafda822d82aa07d67bbb08afb8fbbe7160386
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Wed Nov 20 16:29:00 2013 +0100

    fix the legacy popup to make calendar settings look nicer
---
 core/css/styles.css | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/core/css/styles.css b/core/css/styles.css
index fa001d4..5cb4b0d 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -829,8 +829,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; }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list