pool views

This commit is contained in:
albert
2011-02-25 17:41:00 -05:00
parent f48000a8b5
commit 6d0157265c
39 changed files with 1213 additions and 674 deletions

View File

@@ -193,7 +193,10 @@ form.simple_form div.input {
display: inline-block;
width: 10em;
cursor: pointer;
font-weight: bold; }
font-weight: bold;
margin-top: 3px;
margin-right: 10px;
text-align: right; }
form.simple_form div.input span.hint {
margin-left: 10em;
color: #666;
@@ -214,6 +217,11 @@ form.simple_form div.input {
div.dtext p {
margin-bottom: 1em; }
/*** Pools ***/
div.pools div.edit p {
margin-bottom: 1em;
width: 40em; }
/*** Comments ***/
div.comments-for-post div.list-of-comments article {
margin-bottom: 2em; }
@@ -239,6 +247,12 @@ div.comments div.index div.post {
div.comments div.index div.post div.comments-for-post h1 {
font-size: 1.2em; }
/*** Favorites ***/
div.favorites aside#sidebar h1 {
font-size: 1.2em; }
div.favorites section#content > h1 {
display: none; }
/*** Posts ***/
div.posts h1 {
font-size: 1.2em; }