2015-02-05 08:06:20 -06:00
|
|
|
/* Styles for the main browser */
|
|
|
|
.browser-pane-container {
|
2017-09-13 10:01:14 -05:00
|
|
|
position: absolute;
|
|
|
|
top: 50px;
|
|
|
|
left: 0px;
|
|
|
|
width: 100%;
|
2015-02-05 08:06:20 -06:00
|
|
|
height: calc(100% - 50px); /* Offset for the nav bar */
|
|
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.browser-browser-pane {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.browser-inner-pane {
|
2017-09-13 10:01:14 -05:00
|
|
|
padding: 0px;
|
2015-02-05 08:06:20 -06:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.browser-center-pane {
|
2017-09-13 10:01:14 -05:00
|
|
|
overflow: hidden;
|
|
|
|
padding: 0px;
|
2015-02-05 08:06:20 -06:00
|
|
|
padding-bottom: 50px /* Offset the nav bar to ensure there's enough scroll space */
|
|
|
|
}
|
|
|
|
|
|
|
|
.browser-tab-panes {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.browser-tab-pane {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.browser-tab-content {
|
2017-09-13 10:01:14 -05:00
|
|
|
width: 100%;
|
2015-02-05 08:06:20 -06:00
|
|
|
height: 100%;
|
2015-12-27 13:30:20 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.pgadmin-node-select option {
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
2017-04-21 04:00:22 -05:00
|
|
|
|
2018-03-07 10:35:33 -06:00
|
|
|
.pg-login-icon {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2018-07-05 05:38:43 -05:00
|
|
|
|
2018-09-04 05:24:51 -05:00
|
|
|
.pgadmin_header_logo {
|
|
|
|
cursor: default;
|
|
|
|
}
|
2019-11-07 07:21:03 -06:00
|
|
|
|
|
|
|
.icon-drop-cascade:before {
|
|
|
|
font-icon: url('../img/drop_cascade.svg');
|
|
|
|
font-size: 1.6em !important;
|
|
|
|
}
|
2019-12-06 07:57:55 -06:00
|
|
|
|
|
|
|
.icon-filter-table-toolbar:before {
|
|
|
|
font-icon: url('../img/row_filter.svg');
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-query-tool:before {
|
|
|
|
font-icon: url('../img/query_tool.svg');
|
|
|
|
}
|