mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 19:00:09 -04:00
Smaller layout, grid and styling fixes
This commit is contained in:
@@ -205,6 +205,10 @@ page-header, .dashboard__header {
|
||||
}
|
||||
}
|
||||
|
||||
.menu-search {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.dropdown-menu--profile {
|
||||
li {
|
||||
width: 200px;
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
.menu-search {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.menu-search input[type="text"] {
|
||||
height: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user