Browse Source

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.
tags/v7.0.0RC1
Vincent Petry 10 years ago
parent
commit
8aa51a69fa
2 changed files with 0 additions and 3 deletions
  1. 0
    1
      core/css/mobile.css
  2. 0
    2
      core/css/styles.css

+ 0
- 1
core/css/mobile.css View File

@@ -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 {

+ 0
- 2
core/css/styles.css View File

@@ -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,

Loading…
Cancel
Save