Index: components/catalogue/html/view.html =================================================================== --- components/catalogue/html/view.html (revision 9317) +++ components/catalogue/html/view.html (working copy) @@ -39,31 +39,28 @@
-
-
- -
- - Go back - -
- -
- - Go home - -
- -

Catalogue for This Exhibition

- - - +
+ + + +
+ + Go home + +
+ + + +

Catalogue for This Exhibition

Index: components/navigationBar/css/NavigationBar.css =================================================================== --- components/navigationBar/css/NavigationBar.css (revision 9317) +++ components/navigationBar/css/NavigationBar.css (working copy) @@ -1,3 +1,23 @@ +.fl-navbar.fl-col-mixed { + padding-top: 5px; + padding-bottom: 5px; + border-width: 0px; +} + +.fl-navbar.fl-col-mixed .fl-col-fixed { + width:35px; + padding-left: 5px; + padding-right: 5px; +} +.fl-navbar.fl-col-mixed .fl-col-flex { + margin-left: 0px; +} +.fl-navbar .fl-navbar-title { + overflow:hidden; + text-overflow:ellipsis; + white-space:nowrap; + width: auto; +} .fl-navbar .fl-button { margin-right: 5px; } @@ -2,4 +22,10 @@ +.fl-navbar .fl-button.fl-backButton { + vertical-align: middle; + display: table-cell; + padding: 0; +} + .fl-navbar .fl-button-inner.fl-button-icon { - padding: 2px; + padding: 0; }