From 735e9ba67bff176abc3081ea9cf921ec3571ead4 Mon Sep 17 00:00:00 2001 From: Ashesh Vashi Date: Mon, 16 May 2016 19:05:36 +0530 Subject: [PATCH] Show the error div only when it has some data within it. Changed its colour for better attendtion. Reduced the margin-bottom for the backform-tab, so that - we can see the control well in the properties dialog. --- web/pgadmin/static/css/overrides.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/web/pgadmin/static/css/overrides.css b/web/pgadmin/static/css/overrides.css index e69a5b162..d841b9320 100755 --- a/web/pgadmin/static/css/overrides.css +++ b/web/pgadmin/static/css/overrides.css @@ -152,7 +152,7 @@ iframe { .obj_properties .backform-tab { position: absolute; - margin: 0px 0px 110px; + margin: 0px 0px 75px; padding: 0px; top: 0px; bottom: 0px; @@ -620,9 +620,18 @@ table.backgrid tr.new { .pg-prop-status-bar { left: 0px; right: 0px; - background-color: #d2d2d2; - color: #b92c28; + background-color: #8E1A17; + color: white; padding: 5px; + opacity: 0.8; +} + +.pg-prop-status-bar:empty { + display: none; +} + +.pg-prop-status-bar:hover { + opacity: 1; } .pg-prop-header { @@ -637,6 +646,7 @@ table.backgrid tr.new { left: 0px; right: 0px; bottom : 0; + z-index: 4; } .subnode-header-form { background-color: #F5F5F5;