pool views
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user