move mobile topic admin button to bottom

This commit is contained in:
Jeff Atwood 2017-06-23 00:36:50 -07:00
parent cbedc1a2ca
commit c1c778f1e5
2 changed files with 7 additions and 2 deletions

View File

@ -5,7 +5,7 @@
top: 120px; top: 120px;
right: 10px; right: 10px;
z-index: 999; z-index: 999;
outline: 0; height: 35px;
} }
.popup-menu { .popup-menu {

View File

@ -210,4 +210,9 @@ sup sup, sub sup, sup sub, sub sub { top: 0; }
.btn.pull-right { .btn.pull-right {
margin-right: 0; margin-right: 0;
} }
} }
.show-topic-admin {
top: 0px;
right: 150px;
}