[Pkg-owncloud-commits] [owncloud] 44/121: simplify app navigation look
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 16:44:30 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 b50a4e918b7c7524deb8d3404576b2f8f3ed38c7
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Wed Jul 23 12:59:40 2014 +0200
simplify app navigation look
* remove superfluous border as it is distinguished enough via background color
* remove superfluous border from settings entry
* fix settings entry width
---
core/css/apps.css | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/core/css/apps.css b/core/css/apps.css
index be1a98c..6761677 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -22,8 +22,7 @@
height: 100%;
float: left;
-moz-box-sizing: border-box; box-sizing: border-box;
- background-color: #f8f8f8;
- border-right: 1px solid #ccc;
+ background-color: #f5f5f5;
padding-bottom: 44px;
-webkit-user-select: none;
-moz-user-select: none;
@@ -51,11 +50,6 @@
background-color: #ccc;
}
-/* special rules for first-level entries and folders */
-#app-navigation > ul > li {
- background-color: #f8f8f8;
-}
-
#app-navigation .with-icon a {
padding-left: 44px;
background-size: 16px 16px;
@@ -197,9 +191,8 @@
/* settings area */
#app-settings {
position: fixed;
- width: 249px;
+ width: 250px; /* change to 100% when layout positions are absolute */
bottom: 0;
- border-top: 1px solid #ccc;
}
#app-settings.opened #app-settings-content {
display: block;
--
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