mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
footer styling
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44134 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
77b00605f6
commit
afd16bf60b
@ -46,7 +46,7 @@ body.stillLoading select {
|
||||
}
|
||||
#left {
|
||||
position: absolute;
|
||||
top: 35px;
|
||||
top: 45px;
|
||||
left: 3px;
|
||||
width: 205px;
|
||||
height: 91%;
|
||||
@ -57,7 +57,7 @@ body.stillLoading select {
|
||||
#right, #rightbottom {
|
||||
position: absolute;
|
||||
left: 208px;
|
||||
top: 35px;
|
||||
top: 45px;
|
||||
height: 91%;
|
||||
width: 600px;
|
||||
overflow: auto;
|
||||
@ -104,15 +104,10 @@ body.stillLoading select {
|
||||
background-color : #0075C9;
|
||||
background-repeat : repeat-x !important;
|
||||
background-position: 0px 0px;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
#rightbottom div.light {
|
||||
|
||||
background-image: url(../images/textures/obar-light.png) !important;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -163,8 +158,8 @@ body.stillLoading select {
|
||||
float: left;
|
||||
padding: 0 6px;
|
||||
font-size: 14px;
|
||||
letter-spacing: -0.4px;
|
||||
font-family: Verdana, Arial, Sans-serif;
|
||||
letter-spacing: -0.1px;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
|
||||
font-weight: normal;
|
||||
line-height: 32px;
|
||||
color: #fff;
|
||||
@ -219,24 +214,18 @@ html>body #top #Logo {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
border-top: 3px solid #d4d0c8;
|
||||
background-color:#81858d;
|
||||
height: 18px;
|
||||
height: 23px;
|
||||
overflow:hidden;
|
||||
background-image:url(../images/textures/bottom.png);
|
||||
|
||||
background: #4d4e5a url(../images/textures/footerBg.gif) repeat-x left top;
|
||||
}
|
||||
|
||||
#bottom .holder {
|
||||
|
||||
text-align: center;
|
||||
padding-top : 3px;
|
||||
padding-top: 5px;
|
||||
padding-left : 3px;
|
||||
padding-right : 6px;
|
||||
font-size: 10px;
|
||||
color: white;
|
||||
border-top: 1px solid #555555;
|
||||
|
||||
}
|
||||
|
||||
#bottom #logInStatus {
|
||||
@ -247,10 +236,13 @@ html>body #top #Logo {
|
||||
text-decoration: underline;
|
||||
}
|
||||
#bottom #logInStatus a:hover {
|
||||
color: #CDC9C1;
|
||||
color: #fff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#bottom #logInStatus a#LogoutLink {
|
||||
background: url(../images/logout.gif) no-repeat right bottom;
|
||||
padding-right: 20px;
|
||||
}
|
||||
#bottom #switchView {
|
||||
float: left;
|
||||
|
||||
@ -259,53 +251,36 @@ html>body #top #Logo {
|
||||
#bottom .bottomTabs a {
|
||||
display: block;
|
||||
float : left;
|
||||
height : 13px;
|
||||
padding-left : 12px;
|
||||
padding-right : 12px;
|
||||
height : 23px;
|
||||
line-height: 25px;
|
||||
padding-left : 6px;
|
||||
padding-right : 6px;
|
||||
position:relative;
|
||||
top : -3px;
|
||||
border : 1px solid #65686e;
|
||||
top : -5px;
|
||||
border-top : none;
|
||||
cursor:pointer;
|
||||
background-color: #cdc9c1;
|
||||
color : #333333;
|
||||
-moz-border-radius-bottomright : 4px;
|
||||
-moz-border-radius-bottomleft : 4px;
|
||||
text-decoration: none;
|
||||
color : #fff;
|
||||
}
|
||||
|
||||
#bottom .bottomTabs div.blank {
|
||||
display: block;
|
||||
float : left;
|
||||
height : 13px;
|
||||
padding-left : 12px;
|
||||
padding-right : 12px;
|
||||
position:relative;
|
||||
top : -3px;
|
||||
border : 1px solid #65686e;
|
||||
border-top : none;
|
||||
cursor:pointer;
|
||||
background-color: #cdc9c1;
|
||||
color : #333333;
|
||||
|
||||
border : none;
|
||||
background-color: transparent;
|
||||
padding-right: 2px;
|
||||
padding-right: 4px;
|
||||
font-weight: bold;
|
||||
line-height: 13px;
|
||||
font-size: 11px;
|
||||
padding-left: 2px;
|
||||
padding-top : 2px;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
#bottom .bottomTabs a.current {
|
||||
background-color : #d4d0c8;
|
||||
padding-top : 1px;
|
||||
top : -5px;
|
||||
height : 15px;
|
||||
font-weight:bold;
|
||||
font-size : 11px;
|
||||
border : 1px solid #555555;
|
||||
cursor: auto;
|
||||
}
|
||||
#bottom .bottomTabs a:hover {
|
||||
background: url(../images/mainmenu/hover.gif) repeat-x center center;
|
||||
}
|
||||
|
||||
|
||||
/** LEFT PANEL **/
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB |
BIN
images/textures/footerBg.gif
Normal file
BIN
images/textures/footerBg.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 167 B |
@ -39,7 +39,7 @@
|
||||
<a href="http://www.silverstripe.com" title="<% _t('SSWEB','Silverstripe Website') %>">Silverstripe CMS</a> -
|
||||
<abbr style="border-style: none" title="<% _t('APPVERSIONTEXT1',"This is the") %> $ApplicationName <% _t('APPVERSIONTEXT2',"version that you are currently running, technically it's the CVS branch") %>">$CMSVersion</abbr>
|
||||
<% control CurrentMember %>
|
||||
<% _t('LOGGEDINAS','Logged in as') %> $FirstName $Surname - <a href="{$BaseHref}admin/myprofile" id="EditMemberProfile"><% _t('EDITPROFILE','Profile') %></a> - <a href="Security/logout"><% _t('LOGOUT','log out') %></a>
|
||||
<% _t('LOGGEDINAS','Logged in as') %> $FirstName $Surname - <a href="{$BaseHref}admin/myprofile" id="EditMemberProfile"><% _t('EDITPROFILE','Profile') %></a> - <a href="Security/logout" id="LogoutLink"><% _t('LOGOUT','log out') %></a>
|
||||
<% end_control %>
|
||||
</div>
|
||||
|
||||
@ -49,10 +49,13 @@
|
||||
<% else %>
|
||||
<div class="blank"> <% _t('SWITCHTO','Switch to:') %> </div>
|
||||
<% end_if %>
|
||||
<a class="current"><% _t('EDIT','Edit') %></a>
|
||||
<a id="viewStageSite" href="home/?stage=Stage" style="left : -1px;"><% _t('DRAFTS','Draft Site') %></a>
|
||||
<% if class = CMSMain %>
|
||||
<% else %>
|
||||
<a class="current" title="Edit this page in the CMS"><% _t('EDIT','Edit') %></a>
|
||||
<% end_if %>
|
||||
<a id="viewStageSite" title="View the Page in the Draft Site" href="home/?stage=Stage"><% _t('DRAFTS','Draft Site') %></a>
|
||||
<div class="blank" style="width:1em;"> </div>
|
||||
<a id="viewLiveSite" href="home/?stage=Live" style="left : -3px;"><% _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>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user