mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 17:38:54 +00:00
Separate Query styling and fix a small issue
This commit is contained in:
parent
27458599e8
commit
ca75eb63c6
@ -1,3 +1,30 @@
|
||||
// Editor
|
||||
edit-in-place p {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
edit-in-place p.editable:hover {
|
||||
background: #FCFCA2;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.editor__control {
|
||||
padding: 0 0 10px 0;
|
||||
|
||||
button {
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
.dropdown-toggle {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
button.btn-primary {
|
||||
margin-right: 0;
|
||||
margin-left: 7px;
|
||||
}
|
||||
}
|
||||
|
||||
.source-control {
|
||||
position: relative;
|
||||
min-height: 105px;
|
||||
@ -14,3 +41,9 @@
|
||||
background: #ffff005e;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.editor__control {
|
||||
.form-control {
|
||||
height: 30px;
|
||||
}
|
||||
}
|
||||
|
@ -173,34 +173,6 @@ page-header, .page-header--new {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Editor
|
||||
edit-in-place p {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
edit-in-place p.editable:hover {
|
||||
background: #FCFCA2;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.editor__control {
|
||||
padding: 0 0 10px 0;
|
||||
|
||||
button {
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
.dropdown-toggle {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
button.btn-primary {
|
||||
margin-right: 0;
|
||||
margin-left: 7px;
|
||||
}
|
||||
}
|
||||
|
||||
// Navigation
|
||||
.caret--nav {
|
||||
border-top: none;
|
||||
|
Loading…
Reference in New Issue
Block a user