mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
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:
parent
26b4da92fa
commit
b264b411a2
@ -199,6 +199,7 @@ body.stillLoading select {
|
|||||||
#bottom #logInStatus a,
|
#bottom #logInStatus a,
|
||||||
#bottom #logInStatus a:hover {
|
#bottom #logInStatus a:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
background: none;
|
||||||
}
|
}
|
||||||
#bottom #logInStatus a {
|
#bottom #logInStatus a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
@ -213,6 +214,9 @@ body.stillLoading select {
|
|||||||
#bottom #switchView {
|
#bottom #switchView {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
#bottom #switchView a {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
#bottom .bottomTabs a {
|
#bottom .bottomTabs a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -18,13 +18,14 @@ h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #162F42;
|
font-size: inherit;
|
||||||
|
color: #0074C6;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #0074C6;
|
text-decoration: none;
|
||||||
text-decoration: underline;
|
background: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
a img {
|
a img {
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
<a class="current" title="Edit this page in the CMS"><% _t('EDIT','Edit') %></a>
|
<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="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 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>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user