mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR moving inline css to a class
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@83698 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
dc6d0dfad7
commit
b087ef99c5
@ -413,6 +413,10 @@ ul.tree span.untranslated a:visited {
|
|||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.noBottomBorder {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
.checkboxAboveTree {
|
.checkboxAboveTree {
|
||||||
border-top: 1px solid #cccccc;
|
border-top: 1px solid #cccccc;
|
||||||
padding: 5px 0 0 0;
|
padding: 5px 0 0 0;
|
||||||
|
@ -81,7 +81,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkboxAboveTree" style="border-bottom:none">
|
<div class="checkboxAboveTree noBottomBorder">
|
||||||
Show: <select id="siteTreeFilterList">
|
Show: <select id="siteTreeFilterList">
|
||||||
<% control SiteTreeFilters %>
|
<% control SiteTreeFilters %>
|
||||||
<option value="$ClassName">$Title</option>
|
<option value="$ClassName">$Title</option>
|
||||||
|
Loading…
Reference in New Issue
Block a user