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

View File

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