Horizontal layout.

This commit is contained in:
Paulo Reis 2016-09-26 16:09:27 +01:00
parent 23671c7b18
commit d97313d22c
2 changed files with 24 additions and 29 deletions

View file

@ -134,17 +134,17 @@ div(sixpack-switch="editor-header")
ng-hide="state.loading"
sixpack-when="labels"
)
a.btn.btn-full-height(
href,
ng-click="ui.leftMenuShown = true"
)
i.fa.fa-fw.fa-bars
p.toolbar-label Menu
a(
href="/project"
)
i.fa.fa-fw.fa-level-up
p.toolbar-label Back
.toolbar-left
a.btn.btn-full-height(
href,
ng-click="ui.leftMenuShown = true"
)
i.fa.fa-fw.fa-bars
p.toolbar-label Menu
a(
href="/project"
)
i.fa.fa-fw.fa-level-up
span(ng-controller="PdfViewToggleController")
a(
@ -234,7 +234,7 @@ div(sixpack-switch="editor-header")
ng-class="{ active: (ui.view == 'track-changes') }"
)
i.fa.fa-fw.fa-history
p.toolbar-label Changes
p.toolbar-label History
a.btn.btn-full-height(
href,
ng-class="{ active: ui.chatOpen }",

View file

@ -17,7 +17,9 @@
outline: none;
}
> a:not(.btn), .toolbar-right > a:not(.btn) {
> a:not(.btn),
.toolbar-left > a:not(.btn),
.toolbar-right > a:not(.btn) {
display: inline-block;
color: @gray-light;
padding: 4px 10px 5px;
@ -64,6 +66,11 @@
}
}
.toolbar-left {
float: left;
text-align: center;
}
.toolbar-right {
float: right;
.btn-full-height {
@ -131,26 +138,14 @@
}
.toolbar.toolbar-with-labels {
height: 50px;
.btn-full-height {
padding: 0 10px;
}
& ~ #ide-body {
top: 50px;
}
.project-name .name {
padding: 12px;
}
}
.toolbar-label {
margin: 0;
font-size: 0.6em;
display: inline-block;
margin: 0 4px;
font-size: 12px;
font-weight: normal;
min-width: 35px;
vertical-align: middle;
}
.editor-dark {