Changed options expandos spacing to look better

This commit is contained in:
Paradox
2011-07-11 16:47:19 -07:00
committed by Max Goodman
parent b47984ce07
commit b29f6347df
3 changed files with 7 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 970 B

After

Width:  |  Height:  |  Size: 855 B

View File

@@ -159,7 +159,7 @@ button.button {
text-decoration: none;
font-size: 11px;
padding: 10px;
width: 40px;
width: 50px; height: 40px;
text-align: center;
border-right: 1px solid hsl(210,35%,10%);
border-left: 1px solid hsl(210,35%,30%);
@@ -193,8 +193,10 @@ button.button {
}
}
}
.comment .options_expando {
margin: 10px -4px; //Overwrite the link styles
.comment, .message { //For the funky styles on comments/messages
.options_expando {
margin: 10px -4px; //Overwrite the link styles
}
}
.email-icon, .report-icon, .save-icon, .unsave-icon, .domain-icon, .edit-icon, .reply-icon, .permalink-icon,
@@ -439,7 +441,7 @@ body[orient="landscape"] > #topbar > h1 {
.link > .midcol {
float: left;
width: 25px;
margin: 0 3px 1px 0px;
margin: 0 10px 1px 0px;
padding-bottom: 5px;
position: relative;
}

View File

@@ -88,7 +88,7 @@
%if thing.was_comment:
<a href="${thing.permalink}?context=3"><div class="context-icon"></div>Context</a>
%endif
<a href="javascript:void(0)" onclick="change_state(this, 'unread_message', unread_thing, true)"><div class="unread-icon"></div>mark unread</a>
<a href="javascript:void(0)" onclick="change_state(this, 'unread_message', unread_thing, true)"><div class="unread-icon"></div>Unread</a>
</div>
</div>
<div style="clear: both;"></div>