Compact display of query results status

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2015-12-14 16:37:19 +01:00
parent 4d74053e3f
commit bb86835332

View File

@ -1801,6 +1801,14 @@ div.sqlvalidate {
background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
}
.result_query .success {
margin-bottom: 0;
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
padding-bottom: 5px;
}
#PMA_slidingMessage code.sql,
div.sqlvalidate {
background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;