Fix bug where theme-popup was under the navigation arrows making it impossible to change the theme

This commit is contained in:
Mathieu David 2016-02-16 08:50:57 +01:00
parent 394023f617
commit 5891e4b5db
2 changed files with 3 additions and 0 deletions

View File

@ -253,6 +253,7 @@ table thead td {
.theme-popup { .theme-popup {
position: relative; position: relative;
left: 10px; left: 10px;
z-index: 1000;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
font-size: 0.7em; font-size: 0.7em;

View File

@ -2,6 +2,8 @@
position: relative position: relative
left: 10px left: 10px
z-index: 1000;
border-radius: 4px border-radius: 4px
font-size: 0.7em font-size: 0.7em