Fix: Hide the call button

This commit is contained in:
Sébastien Hut 2015-02-12 01:32:19 +01:00
parent 2d8199b40c
commit ddbccf7556
2 changed files with 16 additions and 39 deletions

View File

@ -976,21 +976,6 @@ button.secondary:hover:not(:disabled) {
height: 55px; height: 55px;
z-index: 101; z-index: 101;
} }
.conversation header .avatar {
margin-right: 5px;
width: 36px;
height: 36px;
-moz-border-radius: 0.2rem;
-webkit-border-radius: 0.2rem;
-khtml-border-radius: 0.2rem;
-o-border-radius: 0.2rem;
-border-radius: 0.2rem;
border-radius: 0.2rem;
position: absolute;
top: 11px;
left: 11px;
vertical-align: top;
}
.conversation header h1 { .conversation header h1 {
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
@ -1120,14 +1105,6 @@ button.secondary:hover:not(:disabled) {
content: 'Current Time: '; content: 'Current Time: ';
font-weight: bold; font-weight: bold;
} }
.conversation header .call {
display: none;
width: 50px;
height: 38px;
position: absolute;
top: 0px;
right: 11px;
}
.conversation .activeCall { .conversation .activeCall {
display: none; display: none;
height: 0px; height: 0px;
@ -1229,6 +1206,14 @@ button.secondary:hover:not(:disabled) {
.conversation .chatBox textarea:focus { .conversation .chatBox textarea:focus {
box-shadow: none; box-shadow: none;
} }
.conversation .chatBox .call {
display: none;
width: 50px;
height: 38px;
position: absolute;
top: 0px;
right: 11px;
}
.messages { .messages {
margin: 0px; margin: 0px;
padding: 0px 1.5rem; padding: 0px 1.5rem;

View File

@ -22,14 +22,6 @@
height: 55px height: 55px
z-index: 101 z-index: 101
.avatar
margin-right: 5px
avatar()
position: absolute
top: 11px
left: 11px
vertical-align: top
h1 h1
padding: 0px padding: 0px
margin: 0px margin: 0px
@ -143,14 +135,6 @@
content: 'Current Time: ' content: 'Current Time: '
font-weight: bold font-weight: bold
.call
display: none
width: 50px
height: 38px
position: absolute
top: 0px
right: 11px
.activeCall .activeCall
display: none display: none
transition(height 250ms) transition(height 250ms)
@ -248,6 +232,14 @@
&:focus &:focus
box-shadow: none box-shadow: none
.call
display: none
width: 50px
height: 38px
position: absolute
top: 0px
right: 11px
.messages .messages
margin: 0px margin: 0px
padding: 0px 1.5rem padding: 0px 1.5rem