mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-12 04:25:05 -05:00
[ux] uploadregion background and fix video display
This commit is contained in:
parent
dc59a19b1e
commit
bef8248185
@ -953,7 +953,6 @@ button.secondary:hover:not(:disabled) {
|
||||
top: 60px;
|
||||
left: 10px;
|
||||
height: 50%;
|
||||
border: 2px solid #eee;
|
||||
}
|
||||
.conversation header .activeCall .local {
|
||||
position: absolute;
|
||||
@ -1130,6 +1129,7 @@ button.secondary:hover:not(:disabled) {
|
||||
border-radius: 3px;
|
||||
margin: 10px 0;
|
||||
border: 1px solid #eee;
|
||||
background: #fcfcfc;
|
||||
}
|
||||
.uploadRegion p {
|
||||
margin: 0;
|
||||
|
@ -73,7 +73,6 @@
|
||||
top: 60px
|
||||
left: 10px
|
||||
height: 50%
|
||||
border: 2px solid $gray-lighter
|
||||
|
||||
.local
|
||||
position: absolute
|
||||
|
@ -21,6 +21,7 @@
|
||||
roundall(3px)
|
||||
margin: 10px 0
|
||||
border: 1px solid $gray-lighter
|
||||
background: lighten($gray-lighter, 80%)
|
||||
|
||||
p
|
||||
margin: 0
|
||||
|
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
# 0.0.1 1382696342294
|
||||
# 0.0.1 1382697161857
|
||||
|
||||
CACHE:
|
||||
/app.js
|
||||
|
Loading…
Reference in New Issue
Block a user