Improve display of error messages on dialogues.

This commit is contained in:
Arun Kollan
2016-03-09 16:03:24 +00:00
committed by Dave Page
parent f08aa6a313
commit 5d6c5bc74d
2 changed files with 8 additions and 4 deletions

View File

@@ -718,3 +718,7 @@ div.inline-tab-panel > ul.tab-content > div.tab-pane > *:first-child {
div.inline-tab-panel > ul.tab-content > div.tab-pane > *:last-child {
margin-bottom: 5px;
}
.pgadmin-control-error-message
{
padding-left:4px;
}