Working on adding overlays for file drag and drop

Этот коммит содержится в:
Reed Garmsen
2015-08-09 13:04:24 -07:00
родитель 1fa436b4f9
Коммит 81d7599f75
5 изменённых файлов: 36 добавлений и 15 удалений

Просмотреть файл

@@ -107,6 +107,11 @@ body.ios {
}
#post-list {
.post-list-file-overlay {
width: 100%;
height: 100%;
background:rgba(255,255,255,0.5);
}
.post-list-holder-by-time {
background: #fff;
overflow-y: scroll;

Просмотреть файл

@@ -1,5 +1,11 @@
.post-right__container {
.post-right-file-overlay {
width: 100%;
height: 100%;
background:rgba(255,255,255,0.5);
}
.post-right-root-message {
padding: 1em 1em 0;
}