mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-25 18:52:20 -05:00
[ux] fix call button appearance
This commit is contained in:
parent
ba9b0a7baf
commit
274febbc7c
@ -45,17 +45,21 @@
|
||||
left: 11px
|
||||
vertical-align: top
|
||||
|
||||
.name, .call
|
||||
float: left
|
||||
|
||||
.name
|
||||
margin: 15px
|
||||
padding: 0px
|
||||
margin-left: 45px
|
||||
font-size: 14px
|
||||
line-height: 14px
|
||||
max-width: 50%
|
||||
|
||||
.tzo:not(:empty)
|
||||
position: absolute
|
||||
right: 15px
|
||||
top: 25px
|
||||
top: 28px
|
||||
height: 20px
|
||||
margin-top: -10px
|
||||
padding: 0 5px
|
||||
@ -67,6 +71,12 @@
|
||||
color: lighten($baseText, 30%)
|
||||
background: $grayOutline
|
||||
|
||||
.call
|
||||
margin-top: 10px
|
||||
height: 25px
|
||||
line-height: 25px
|
||||
min-width: 60px
|
||||
|
||||
.messages
|
||||
margin: 0px
|
||||
padding: 0px
|
||||
|
@ -689,17 +689,22 @@ h3 {
|
||||
left: 11px;
|
||||
vertical-align: top;
|
||||
}
|
||||
.conversation header .name,
|
||||
.conversation header .call {
|
||||
float: left;
|
||||
}
|
||||
.conversation header .name {
|
||||
margin: 15px;
|
||||
padding: 0px;
|
||||
margin-left: 45px;
|
||||
font-size: 14px;
|
||||
line-height: 14px;
|
||||
max-width: 50%;
|
||||
}
|
||||
.conversation header .tzo:not(:empty) {
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: 25px;
|
||||
top: 28px;
|
||||
height: 20px;
|
||||
margin-top: -10px;
|
||||
padding: 0 5px;
|
||||
@ -716,6 +721,12 @@ h3 {
|
||||
color: #898989;
|
||||
background: #e4e4e4;
|
||||
}
|
||||
.conversation header .call {
|
||||
margin-top: 10px;
|
||||
height: 25px;
|
||||
line-height: 25px;
|
||||
min-width: 60px;
|
||||
}
|
||||
.messages {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
|
Loading…
Reference in New Issue
Block a user