Compact display of query results status
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
4d74053e3f
commit
bb86835332
@ -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']; ?>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user