New layout/design

Two column layout and style tweaks. Templatized conversation views.
Generalized list view.
This commit is contained in:
lilia
2014-07-22 08:55:26 -10:00
parent 6d5e32bca8
commit def32f42d4
9 changed files with 203 additions and 91 deletions

View File

@@ -3,14 +3,19 @@
position: relative;
min-height: 64px;
margin: auto;
padding: 1em;
border-radius: 10px;
border: 2px solid #acdbf5;
padding: 0.5em;
background-color: #7fd0ed;
color: #fff;
margin-bottom: 0.5em;
-webkit-animation-duration: 1s;
-webkit-animation-name: convoopen;
clear: both;
}
li.conversation {
border-bottom: 1px solid #ccc;
}
.conversation .name {
padding: 1em 0 1em 3em;
}
.conversation.closed {
@@ -54,9 +59,7 @@
float: right;
}
.conversation .image {
position: absolute;
top: 8px;
left: 10px;
float: left;
display: inline-block;
background-color: #fff;
border: 2px solid #acdbf5;