mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00: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;
|
||||
}
|
||||
|
||||
.noBottomBorder {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.checkboxAboveTree {
|
||||
border-top: 1px solid #cccccc;
|
||||
padding: 5px 0 0 0;
|
||||
|
@ -81,7 +81,7 @@
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div class="checkboxAboveTree" style="border-bottom:none">
|
||||
<div class="checkboxAboveTree noBottomBorder">
|
||||
Show: <select id="siteTreeFilterList">
|
||||
<% control SiteTreeFilters %>
|
||||
<option value="$ClassName">$Title</option>
|
||||
|
Loading…
x
Reference in New Issue
Block a user