[Pkg-owncloud-commits] [owncloud] 36/273: Removed unused padding-right of the controls bar
David Prévot
taffit at moszumanska.debian.org
Fri Jul 4 03:12:55 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 8aa51a69fae60b7b4cb415d923a9978f5698fe0d
Author: Vincent Petry <pvince81 at owncloud.com>
Date: Tue Jun 24 10:58:59 2014 +0200
Removed unused padding-right of the controls bar
Removing this doesn't affect the controls bar visually but does affect
the breadcrumb calculation when getting available width.
---
core/css/mobile.css | 1 -
core/css/styles.css | 2 --
2 files changed, 3 deletions(-)
diff --git a/core/css/mobile.css b/core/css/mobile.css
index d840cda..2003e0a 100644
--- a/core/css/mobile.css
+++ b/core/css/mobile.css
@@ -110,7 +110,6 @@
min-width: initial !important;
left: 0 !important;
padding-left: 0;
- padding-right: 0 !important;
}
/* position controls for apps with app-navigation */
#app-navigation+#app-content #controls {
diff --git a/core/css/styles.css b/core/css/styles.css
index 7579137..a4f09c3 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -261,11 +261,9 @@ input[type="submit"].enabled {
/* position controls for apps with app-navigation */
#app-navigation+#app-content #controls {
left: 250px;
- padding-right: 250px;
}
.viewer-mode #app-navigation+#app-content #controls {
left: 0;
- padding-right: 0;
}
#controls .button,
--
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