improved pool simple edit interface

This commit is contained in:
albert
2011-03-03 18:26:50 -05:00
parent 9e7efbd295
commit e431452a11
17 changed files with 150 additions and 85 deletions

View File

@@ -311,12 +311,39 @@ div.dtext {
/*** Pools ***/
div.pools {
div.edit {
div#c-pools {
div#a-edit {
p {
margin-bottom: 1em;
width: 40em;
}
ul.ui-sortable {
list-style-type: none;
span {
margin: 0;
float: right;
cursor: pointer;
}
li {
padding: 0.5em;
}
li.ui-state-default {
margin-bottom: 20px;
width: 250px;
background: none;
}
li.ui-state-placeholder {
margin-bottom: 20px;
width: 250px;
height: 150px;
background: none;
}
}
}
}
@@ -386,7 +413,13 @@ div.favorites {
/*** Posts ***/
div.posts {
article.post-preview {
margin-right: 4em;
margin-bottom: 4em;
float: left;
}
div#c-posts {
h1 {
font-size: 1.2em;
}