Merge pull request #17 from fransallen/dev

Fix element position for demo server
This commit is contained in:
Michal Čihař
2016-12-20 13:34:49 +01:00
committed by GitHub
3 changed files with 13 additions and 0 deletions
+13
View File
@@ -1408,3 +1408,16 @@ p.print_ignore {
.prefsmanage_opts .localStorage-empty .notice {
margin-left: -18px
}
/* Fix element position for demo server */
#pma_navigation #serverChoice, #pma_navigation #databaseList, #pma_navigation div.pageselector.dbselector {
margin-top: 10px
}
li.fast_filter.db_fast_filter {
margin-top: 20px;
margin-left: -8px!important
}
/* End */
Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 B