[Pkg-owncloud-commits] [owncloud] 51/61: set max width for notifications so they won't overlap the whole header
David Prévot
taffit at moszumanska.debian.org
Thu Jul 31 03:51:48 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 a0f024fec22854509de19a1aa735a1567c3b534c
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Wed Jul 30 18:16:32 2014 +0200
set max width for notifications so they won't overlap the whole header
---
core/css/styles.css | 1 +
1 file changed, 1 insertion(+)
diff --git a/core/css/styles.css b/core/css/styles.css
index 066126b..3390b30 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -688,6 +688,7 @@ label.infield {
}
#notification, #update-notification {
margin: 0 auto;
+ max-width: 60%;
z-index: 101;
background-color: #fc4;
border: 0;
--
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