CSS chnages
This commit is contained in:
parent
88d7fa955a
commit
b68ca164dd
|
@ -22,7 +22,7 @@
|
|||
|
||||
<hr>
|
||||
|
||||
<div class="query-edit">
|
||||
<div class="query-edit {{if editName "editing"}}">
|
||||
{{partial "admin/plugins-explorer-show" model=selectedItem}}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
.https-warning {
|
||||
color: $danger;
|
||||
}
|
||||
.query-list {
|
||||
margin: 10px 0;
|
||||
}
|
||||
.query-create {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.query-edit {
|
||||
.name h2 {
|
||||
|
@ -15,6 +9,9 @@
|
|||
.desc textarea {
|
||||
width: 200px;
|
||||
}
|
||||
&:not(.editing) .desc {
|
||||
margin: 10px 0;
|
||||
}
|
||||
.sql textarea {
|
||||
width: calc(100% - 8px);
|
||||
height: 100px;
|
||||
|
@ -49,6 +46,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.query-list, .query-edit, .query-results, .query-params, .https-warning {
|
||||
.query-list, .query-create, .query-edit, .query-results, .query-params, .https-warning {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue