Rooms members -> bottom right

This commit is contained in:
Sébastien Hut 2015-04-09 15:55:17 +02:00
parent cb85afb4d1
commit 7604d3e4ff
2 changed files with 6 additions and 6 deletions

View File

@ -1484,8 +1484,8 @@ button.secondary:hover:not(:disabled) {
} }
#members_toggle { #members_toggle {
position: absolute; position: absolute;
top: 50px; bottom: 50px;
right: 27px; right: 20px;
cursor: pointer; cursor: pointer;
color: #9e9ea6; color: #9e9ea6;
font-size: 16px; font-size: 16px;
@ -1505,7 +1505,7 @@ button.secondary:hover:not(:disabled) {
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
position: absolute; position: absolute;
top: 80px; bottom: 80px;
right: 20px; right: 20px;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;

View File

@ -493,8 +493,8 @@
*/ */
#members_toggle #members_toggle
position: absolute position: absolute
top: 50px bottom: 50px
right: 27px right: 20px
cursor: pointer cursor: pointer
color: $gray color: $gray
font-size: $font-size-h3 font-size: $font-size-h3
@ -514,7 +514,7 @@
overflow-y: auto overflow-y: auto
overflow-x: hidden overflow-x: hidden
position: absolute position: absolute
top: 80px bottom: 80px
right: 20px right: 20px
borderbox() borderbox()
box-shadow: 0px 2px 10px rgba(64, 54, 63, 0.25) box-shadow: 0px 2px 10px rgba(64, 54, 63, 0.25)