mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-25 06:48:01 -05:00
Changed options expandos spacing to look better
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 970 B After Width: | Height: | Size: 855 B |
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user