Ticket #1498 - clean up, added coloured link for links, ensure bottom footer doesn't receive this

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44284 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2007-11-05 21:51:17 +00:00
parent 26b4da92fa
commit b264b411a2
3 changed files with 9 additions and 4 deletions

View File

@ -199,6 +199,7 @@ body.stillLoading select {
#bottom #logInStatus a,
#bottom #logInStatus a:hover {
color: #fff;
background: none;
}
#bottom #logInStatus a {
text-decoration: underline;
@ -213,6 +214,9 @@ body.stillLoading select {
#bottom #switchView {
float: left;
}
#bottom #switchView a {
background: none;
}
#bottom .bottomTabs a {
color: #fff;

View File

@ -18,13 +18,14 @@ h2 {
}
a {
color: #162F42;
font-size: inherit;
color: #0074C6;
text-decoration: underline;
}
a:hover {
color: #0074C6;
text-decoration: underline;
text-decoration: none;
background: #ccc;
}
a img {

View File

@ -52,7 +52,7 @@
<a class="current" title="Edit this page in the CMS"><% _t('EDIT','Edit') %></a>
| <a id="viewStageSite" title="View the Page in the Draft Site" href="home/?stage=Stage"><% _t('DRAFTS','Draft Site') %></a>
| <a id="viewLiveSite" title="View the Page in the Published Site" href="home/?stage=Live"><% _t('PUBLIS','Published Site') %></a>
<a style="display: none;left : -5px;" id="viewArchivedSite" href="home/"><% _t('ARCHS','Archived Site') %></a>
<a style="margin-left: 20px;" id="viewArchivedSite" href="home/"><% _t('ARCHS','Archived Site') %></a>
</div>
</div>