mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-25 10:42:17 -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;
|
top: 60px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
border: 2px solid #eee;
|
|
||||||
}
|
}
|
||||||
.conversation header .activeCall .local {
|
.conversation header .activeCall .local {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -1130,6 +1129,7 @@ button.secondary:hover:not(:disabled) {
|
|||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
|
background: #fcfcfc;
|
||||||
}
|
}
|
||||||
.uploadRegion p {
|
.uploadRegion p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -73,7 +73,6 @@
|
|||||||
top: 60px
|
top: 60px
|
||||||
left: 10px
|
left: 10px
|
||||||
height: 50%
|
height: 50%
|
||||||
border: 2px solid $gray-lighter
|
|
||||||
|
|
||||||
.local
|
.local
|
||||||
position: absolute
|
position: absolute
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
roundall(3px)
|
roundall(3px)
|
||||||
margin: 10px 0
|
margin: 10px 0
|
||||||
border: 1px solid $gray-lighter
|
border: 1px solid $gray-lighter
|
||||||
|
background: lighten($gray-lighter, 80%)
|
||||||
|
|
||||||
p
|
p
|
||||||
margin: 0
|
margin: 0
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# 0.0.1 1382696342294
|
# 0.0.1 1382697161857
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
/app.js
|
/app.js
|
||||||
|
Loading…
Reference in New Issue
Block a user