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

min-width: initial !important; min-width: initial !important;
left: 0 !important; left: 0 !important;
padding-left: 0; padding-left: 0;
padding-right: 0 !important;
} }
/* position controls for apps with app-navigation */ /* position controls for apps with app-navigation */
#app-navigation+#app-content #controls { #app-navigation+#app-content #controls {

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

/* position controls for apps with app-navigation */ /* position controls for apps with app-navigation */
#app-navigation+#app-content #controls { #app-navigation+#app-content #controls {
left: 250px; left: 250px;
padding-right: 250px;
} }
.viewer-mode #app-navigation+#app-content #controls { .viewer-mode #app-navigation+#app-content #controls {
left: 0; left: 0;
padding-right: 0;
} }


#controls .button, #controls .button,

Loading…
Cancel
Save