Fixes styles for filters on admin pages
This commit is contained in:
committed by
kikito
parent
1ab0b31d4b
commit
e5dff0552d
@@ -220,6 +220,16 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
.sub-nav {
|
||||
border-bottom: 1px solid $border;
|
||||
|
||||
dd.active {
|
||||
border-bottom: 2px solid $brand;
|
||||
color: $brand;
|
||||
padding-bottom: $line-height/4;
|
||||
}
|
||||
}
|
||||
|
||||
// 02. Header
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
@@ -1802,17 +1812,6 @@ table {
|
||||
|
||||
.activity {
|
||||
margin-bottom: $line-height*2;
|
||||
margin-top: $line-height;
|
||||
|
||||
.sub-nav {
|
||||
border-bottom: 1px solid $border;
|
||||
|
||||
dd.active {
|
||||
border-bottom: 2px solid $brand;
|
||||
color: $brand;
|
||||
padding-bottom: $line-height/4;
|
||||
}
|
||||
}
|
||||
|
||||
table {
|
||||
border: 0;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%>
|
||||
|
||||
<dl class="sub-nav">
|
||||
<dt><%= t("#{i18n_namespace}.filter") %>: </dt>
|
||||
<dt class="sr-only"><%= t("#{i18n_namespace}.filter") %>: </dt>
|
||||
|
||||
<% @valid_filters.each do |filter| %>
|
||||
<% if @current_filter == filter %>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<section role="main">
|
||||
<div class="activity row">
|
||||
<div class="activity row margin-top">
|
||||
<div class="small-12 column">
|
||||
|
||||
<h2>
|
||||
|
||||
Reference in New Issue
Block a user