Smaller layout, grid and styling fixes

This commit is contained in:
Zsolt Kocsmarszky
2017-11-13 21:24:43 +01:00
parent fa7eaaebcd
commit 2c2c626c42
3 changed files with 6 additions and 6 deletions

View File

@@ -205,6 +205,10 @@ page-header, .dashboard__header {
}
}
.menu-search {
margin-top: 2px;
}
.dropdown-menu--profile {
li {
width: 200px;

View File

@@ -1,7 +1,3 @@
.menu-search {
margin-top: 3px;
}
.menu-search input[type="text"] {
height: 30px;
}
}

View File

@@ -17,7 +17,7 @@
<alert-unsaved-changes ng-if="canEdit" is-dirty="isDirty"></alert-unsaved-changes>
<div class="row p-10 m-b-10">
<div class="row p-10">
<div class="col-sm-9">
<h3>
<edit-in-place editable="canEdit" done="saveName" ignore-blanks="true" value="query.name"></edit-in-place>