Remove an inline style for lastName.
Remove a bit of superfluous text.
This commit is contained in:
parent
12d733932b
commit
d95268f069
|
@ -30,7 +30,7 @@
|
|||
{{if .CurrentUser.Perms.CreateTopic}}
|
||||
<div id="forum_topic_create_form" class="rowblock topic_create_form quick_create_form" style="display:none;" aria-label="{{lang "quick_topic.aria"}}">
|
||||
<form id="quick_post_form" enctype="multipart/form-data" action="/topic/create/submit/?session={{.CurrentUser.Session}}" method="post"></form>
|
||||
<img class="little_row_avatar" src="{{.CurrentUser.MicroAvatar}}" height="64" alt="{{lang "quick_topic.avatar_alt"}}" title="{{lang "quick_topic.avatar_tooltip"}}" />
|
||||
<img class="little_row_avatar" src="{{.CurrentUser.MicroAvatar}}" height=64 alt="{{lang "quick_topic.avatar_alt"}}" title="{{lang "quick_topic.avatar_tooltip"}}" />
|
||||
<input form="quick_post_form" id="topic_board_input" name="topic-board" value="{{.Forum.ID}}" type="hidden">
|
||||
<div class="main_form">
|
||||
<div class="topic_meta">
|
||||
|
@ -74,7 +74,7 @@
|
|||
<div class="topic_right_inside">
|
||||
<a href="{{.LastUser.Link}}"><img src="{{.LastUser.MicroAvatar}}" height=64 alt="Avatar" title="{{.LastUser.Name}}'s Avatar" aria-hidden="true" /></a>
|
||||
<span>
|
||||
<a href="{{.LastUser.Link}}" class="lastName" style="font-size: 14px;" title="{{.LastUser.Name}}">{{.LastUser.Name}}</a><br>
|
||||
<a href="{{.LastUser.Link}}" class="lastName" title="{{.LastUser.Name}}">{{.LastUser.Name}}</a><br>
|
||||
<a href="{{.Link}}?page={{.LastPage}}{{if .LastReplyID}}#post-{{.LastReplyID}}{{end}}" class="rowsmall lastReplyAt" title="{{abstime .LastReplyAt}}">{{reltime .LastReplyAt}}</a>
|
||||
</span>
|
||||
</div>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
{{if .CurrentUser.Perms.CreateTopic}}
|
||||
<div id="forum_topic_create_form" class="rowblock topic_create_form quick_create_form" style="display: none;" aria-label="{{lang "quick_topic.aria"}}">
|
||||
<form id="quick_post_form" enctype="multipart/form-data" action="/topic/create/submit/?session={{.CurrentUser.Session}}" method="post"></form>
|
||||
<img class="little_row_avatar" src="{{.CurrentUser.MicroAvatar}}" height="64" alt="{{lang "quick_topic.avatar_alt"}}" title="{{lang "quick_topic.avatar_tooltip"}}" />
|
||||
<img class="little_row_avatar" src="{{.CurrentUser.MicroAvatar}}" height=64 alt="{{lang "quick_topic.avatar_alt"}}" title="{{lang "quick_topic.avatar_tooltip"}}" />
|
||||
<input form="quick_post_form" id="topic_board_input" name="topic-board" value="{{.Forum.ID}}" type="hidden">
|
||||
<div class="main_form">
|
||||
<div class="topic_meta">
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
{{/** TODO: Add ARIA attributes for this **/}}
|
||||
<div id="mod_topic_mover" class="modal_pane auto_hide">
|
||||
<form action="/topic/move/submit/?session={{.CurrentUser.Session}}" method="post">
|
||||
<input id="mover_fid" name="fid" value="0" type="hidden" />
|
||||
<input id="mover_fid" name="fid" value=0 type="hidden" />
|
||||
<div class="pane_header">
|
||||
<h3>{{lang "topic_list.move_head"}}</h3>
|
||||
</div>
|
||||
|
@ -55,7 +55,7 @@
|
|||
</div>
|
||||
<div class="rowblock topic_create_form quick_create_form" style="display:none;" aria-label="{{lang "quick_topic.aria"}}">
|
||||
<form name="topic_create_form_form" id="quick_post_form" enctype="multipart/form-data" action="/topic/create/submit/?session={{.CurrentUser.Session}}" method="post"></form>
|
||||
<img class="little_row_avatar" src="{{.CurrentUser.MicroAvatar}}" height="64" alt="{{lang "quick_topic.avatar_alt"}}" title="{{lang "quick_topic.avatar_tooltip"}}" />
|
||||
<img class="little_row_avatar" src="{{.CurrentUser.MicroAvatar}}" height=64 alt="{{lang "quick_topic.avatar_alt"}}" title="{{lang "quick_topic.avatar_tooltip"}}" />
|
||||
<div class="main_form">
|
||||
<div class="topic_meta">
|
||||
<div class="formrow topic_board_row real_first_child">
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<div class="topic_right_inside">
|
||||
<a href="{{.LastUser.Link}}"><img src="{{.LastUser.MicroAvatar}}" height=64 alt="Avatar" title="{{.LastUser.Name}}'s Avatar" aria-hidden="true" /></a>
|
||||
<span>
|
||||
<a href="{{.LastUser.Link}}" class="lastName" style="font-size: 14px;" title="{{.LastUser.Name}}">{{.LastUser.Name}}</a><br>
|
||||
<a href="{{.LastUser.Link}}" class="lastName" title="{{.LastUser.Name}}">{{.LastUser.Name}}</a><br>
|
||||
<a href="{{.Link}}?page={{.LastPage}}{{if .LastReplyID}}#post-{{.LastReplyID}}{{end}}" class="rowsmall lastReplyAt" title="{{abstime .LastReplyAt}}">{{reltime .LastReplyAt}}</a>
|
||||
</span>
|
||||
</div>
|
||||
|
|
|
@ -892,6 +892,9 @@ textarea {
|
|||
margin-top: 12px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.topic_right_inside .lastName {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.topic_sticky .topic_left, .topic_sticky .topic_right {
|
||||
border-bottom: 2px solid hsl(51, 60%, 70%);
|
||||
|
|
|
@ -578,6 +578,9 @@ h2 {
|
|||
line-height: 22px;
|
||||
margin-top: -2px;
|
||||
}
|
||||
.topic_right_inside .lastName {
|
||||
font-size: 14px;
|
||||
}
|
||||
.topic_right_inside .lastReplyAt, .topic_left .starter {
|
||||
font-size: 14px;
|
||||
line-height: 14px;
|
||||
|
|
|
@ -865,6 +865,9 @@ input[type=checkbox]:checked + label.poll_option_label .sel {
|
|||
margin-left: 8px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
.topic_right_inside .lastName {
|
||||
font-size: 14px;
|
||||
}
|
||||
.topic_list .topic_row:last-child {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
|
|
@ -535,6 +535,9 @@ input, select {
|
|||
margin-top: 10px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.topic_right_inside .lastName {
|
||||
font-size: 14px;
|
||||
}
|
||||
.topic_middle {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue