diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-06-24 10:58:59 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-06-24 16:32:18 +0200 |
commit | 8aa51a69fae60b7b4cb415d923a9978f5698fe0d (patch) | |
tree | 8ad87ed70bc962f360716a47978fa1450a95c302 /core/css/styles.css | |
parent | a7e7e86df0f8494de253e2d81e1fae13be2c138c (diff) | |
download | nextcloud-server-8aa51a69fae60b7b4cb415d923a9978f5698fe0d.tar.gz nextcloud-server-8aa51a69fae60b7b4cb415d923a9978f5698fe0d.zip |
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.
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 75791378ad8..a4f09c33fc3 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, |