Tweaked refresh buttons on the dashboard/job page/portal mode

This commit is contained in:
Michael Abashian
2016-06-16 17:32:25 -04:00
parent d50cd9882d
commit 5f4da1023e
12 changed files with 94 additions and 76 deletions

View File

@@ -102,6 +102,11 @@
min-height: 30px;
}
.Form-tabs {
flex: 1 0 auto;
display: flex;
}
.Form-tab {
color: @btn-txt;
background-color: @btn-bg;
@@ -163,6 +168,10 @@
display: block;
}
.Form-tabActions {
display: flex;
}
.Form-formGroup {
flex: 1 0 auto;
margin-bottom: 20px;