Tweaks to version template, styling and more tweaking of inconsistent styling

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44167 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2007-11-02 03:12:12 +00:00
parent 77be4f43f1
commit a129de4c1a
3 changed files with 10 additions and 4 deletions

View File

@ -82,6 +82,11 @@
margin: 0;
}
#deletepage_options p {
margin: 4px 0;
font-size: 11px;
color: #666;
}
/**
@ -401,6 +406,10 @@ ul.tree li.untranslated a:visited {
width: 70%;
}
#left #batchactionsforms label {
padding-bottom: 2px;
}
#right ins * {
background-color: green;
}

View File

@ -11,7 +11,7 @@
<% control Versions %>
<tr id="page-$RecordID-version-$Version" class="$EvenOdd $PublishedClass">
<td>$Version</td>
<td class="$LastEdited" title="$LastEdited.Ago">$LastEdited.Ago</td>
<td class="$LastEdited" title="$LastEdited.Ago - $LastEdited.Nice">$LastEdited.Ago</td>
<td>$Author.FirstName $Author.Surname.Initial</td>
<td>
<% if Published %>
@ -19,11 +19,9 @@
$Publisher.FirstName $Publisher.Surname.Initial
<% else %>
<% _t('UNKNOWN','Unknown') %>
<% end_if %>
<% else %>
<% _t('NOTPUB','Not published') %>
<% end_if %>
</td>
</tr>

View File

@ -13,7 +13,6 @@
<li class="action" id="addpage"><button><% _t('CREATE','Create') %></button></li>
<li class="action" id="deletepage"><button><% _t('DELETE','Delete...') %></button></li>
</ul>
<div style="clear:both;"></div>
<form class="actionparams" id="addpage_options" style="display: none" action="admin/assets/addfolder">
<div>
<input type="hidden" name="ParentID" />