Move the inline filter opt styles into Nox's main.css
This commit is contained in:
parent
80657813da
commit
a4117d1cf8
|
@ -6,8 +6,8 @@
|
||||||
{{if ne .CurrentUser.ID 0}}
|
{{if ne .CurrentUser.ID 0}}
|
||||||
<div class="optbox">
|
<div class="optbox">
|
||||||
{{if .ForumList}}
|
{{if .ForumList}}
|
||||||
<div class="opt filter_opt" style="margin-right: auto;">
|
<div class="opt filter_opt">
|
||||||
<a href="#" style="font-size: 18px;margin-left: 5px;"> / Most Recent <span style="margin-left: -5px;">▾</span></a>
|
<a href="#" class="filter_opt_label"> / Most Recent <span class="filter_opt_pointy">▾</span></a>
|
||||||
<div class="link_select">
|
<div class="link_select">
|
||||||
<div class="link_option link_selected">
|
<div class="link_option link_selected">
|
||||||
<a href="/topics/">Most Recent</a>
|
<a href="/topics/">Most Recent</a>
|
||||||
|
|
|
@ -355,6 +355,16 @@ h2 {
|
||||||
content: "Moderate";
|
content: "Moderate";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.filter_opt {
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
.filter_opt_label {
|
||||||
|
font-size: 18px;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
.filter_opt_pointy {
|
||||||
|
margin-left: -5px;
|
||||||
|
}
|
||||||
.link_select {
|
.link_select {
|
||||||
background: #333333;
|
background: #333333;
|
||||||
background-color: #444444;
|
background-color: #444444;
|
||||||
|
|
Loading…
Reference in New Issue