mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Move button bar related classes together.
This commit is contained in:
@@ -363,6 +363,40 @@ iframe {
|
|||||||
.pg-prop-btn-group > button:last-child {
|
.pg-prop-btn-group > button:last-child {
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
}
|
}
|
||||||
|
.btn-group-sm>.btn, .btn-sm{
|
||||||
|
font-size: 11px;
|
||||||
|
padding: 3px 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pg-prop-btn-group > .btn {
|
||||||
|
min-width: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pg-prop-btn-group > .btn-group > .btn {
|
||||||
|
min-width: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pg-prop-btn-group > .btn-group > .btn + .dropdown-toggle {
|
||||||
|
min-width: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pg-prop-btn-group button.dropdown-toggle {
|
||||||
|
padding-left: 5px !important;
|
||||||
|
padding-right: 5px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pg-prop-btn-group .dropdown-menu {
|
||||||
|
min-width: initial;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pg-prop-btn-group .backgrid-filter.form-search {
|
||||||
|
position: relative;
|
||||||
|
width: 248px;
|
||||||
|
height: 30px;
|
||||||
|
float: right;
|
||||||
|
margin-top: 2px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.pg-prop-content {
|
.pg-prop-content {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -772,41 +806,6 @@ div.inline-tab-panel > ul.tab-content > div.tab-pane > *:last-child {
|
|||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-group-sm>.btn, .btn-sm{
|
|
||||||
font-size: 11px;
|
|
||||||
padding: 3px 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pg-prop-btn-group > .btn {
|
|
||||||
min-width: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pg-prop-btn-group > .btn-group > .btn {
|
|
||||||
min-width: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pg-prop-btn-group > .btn-group > .btn + .dropdown-toggle {
|
|
||||||
min-width: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pg-prop-btn-group button.dropdown-toggle {
|
|
||||||
padding-left: 5px !important;
|
|
||||||
padding-right: 5px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pg-prop-btn-group .dropdown-menu {
|
|
||||||
min-width: initial;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pg-prop-btn-group .backgrid-filter.form-search {
|
|
||||||
position: relative;
|
|
||||||
width: 248px;
|
|
||||||
height: 30px;
|
|
||||||
float: right;
|
|
||||||
margin-top: 2px;
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
td.edit-cell.editable.sortable.renderable.editor {
|
td.edit-cell.editable.sortable.renderable.editor {
|
||||||
outline: 0px;
|
outline: 0px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user