diff --git a/web/pgadmin/static/css/overrides.css b/web/pgadmin/static/css/overrides.css index 15d9f8fe5..f31bc3d7e 100755 --- a/web/pgadmin/static/css/overrides.css +++ b/web/pgadmin/static/css/overrides.css @@ -363,6 +363,40 @@ iframe { .pg-prop-btn-group > button:last-child { 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 { position: absolute; @@ -772,41 +806,6 @@ div.inline-tab-panel > ul.tab-content > div.tab-pane > *:last-child { 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 { outline: 0px; }