2007-07-19 12:40:28 +02:00
|
|
|
|
|
|
|
#SilverStripeNavigator {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
2009-02-02 00:49:53 +01:00
|
|
|
border-top: 2px solid #d4d0c8;
|
2007-07-19 12:40:28 +02:00
|
|
|
background-color:#81858d;
|
2009-02-02 00:49:53 +01:00
|
|
|
height: 22px;
|
|
|
|
background: #4d4e5a url(../../cms/images/textures/footerBg.gif) repeat-x left top;
|
|
|
|
}
|
2007-07-19 12:40:28 +02:00
|
|
|
|
2009-02-02 00:49:53 +01:00
|
|
|
#SilverStripeNavigator * {
|
|
|
|
font-family: Arial,Helvetica,sans-serif;
|
|
|
|
font-size: 10px !important;
|
2007-07-19 12:40:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#SilverStripeNavigator .holder {
|
|
|
|
text-align: center;
|
2009-02-02 00:49:53 +01:00
|
|
|
padding-top : 4px;
|
2007-07-19 12:40:28 +02:00
|
|
|
padding-left : 3px;
|
|
|
|
padding-right : 6px;
|
|
|
|
color: white;
|
|
|
|
border-top: 1px solid #555555;
|
|
|
|
}
|
|
|
|
#SilverStripeNavigator #logInStatus {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
#SilverStripeNavigator #switchView {
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#SilverStripeNavigator a {
|
2009-02-02 00:49:53 +01:00
|
|
|
color: #fff;
|
2007-07-19 12:40:28 +02:00
|
|
|
background-color: transparent;
|
2009-02-02 00:49:53 +01:00
|
|
|
text-decoration: underline;
|
2007-07-19 12:40:28 +02:00
|
|
|
}
|
|
|
|
#SilverStripeNavigator a:hover {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
#SilverStripeNavigator .bottomTabs a {
|
2009-02-02 00:49:53 +01:00
|
|
|
margin-right: 8px;
|
|
|
|
text-decoration: underline;
|
2007-07-19 12:40:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#SilverStripeNavigator .bottomTabs div.blank {
|
|
|
|
display: block;
|
|
|
|
float : left;
|
|
|
|
height : 13px;
|
|
|
|
position:relative;
|
2009-02-02 00:49:53 +01:00
|
|
|
top : -2px;
|
|
|
|
cursor: pointer;
|
2007-07-19 12:40:28 +02:00
|
|
|
border : none;
|
|
|
|
background-color: transparent;
|
2009-02-02 00:49:53 +01:00
|
|
|
padding: 2px 4px 2px 2px;
|
|
|
|
font-weight: bold;
|
2007-07-19 12:40:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#SilverStripeNavigator .bottomTabs a.current {
|
|
|
|
font-weight:bold;
|
2009-02-02 00:49:53 +01:00
|
|
|
text-decoration: none;
|
2007-07-19 12:40:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#SilverStripeNavigatorMessage {
|
2009-02-02 00:49:53 +01:00
|
|
|
font-family: 'Lucida Grande', Verdana, Arial, 'sans-serif';
|
2007-07-19 12:40:28 +02:00
|
|
|
position: absolute;
|
2009-02-02 00:49:53 +01:00
|
|
|
right: 20px;
|
|
|
|
top: 40px;
|
2007-07-19 12:40:28 +02:00
|
|
|
padding: 10px;
|
|
|
|
border-color: #c99;
|
|
|
|
color: #fff;
|
|
|
|
background-color: #c00;
|
2009-02-02 00:49:53 +01:00
|
|
|
border: 1px solid #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#SilverStripeNavigator #logInStatus {
|
|
|
|
background:transparent url(../../cms/images/logout.gif) no-repeat scroll right top !important;
|
|
|
|
padding-bottom:4px;
|
|
|
|
padding-right:20px;
|
2010-02-16 01:44:30 +01:00
|
|
|
}
|
2010-02-16 03:26:55 +01:00
|
|
|
|
|
|
|
#SilverStripeNavigatorLinkPopup {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
2010-02-16 03:40:19 +01:00
|
|
|
top: -60px;
|
|
|
|
height: 50px;
|
|
|
|
width: 350px;
|
2010-02-16 03:26:55 +01:00
|
|
|
left: 200px;
|
|
|
|
background-color: white;
|
|
|
|
border: 1px solid black;
|
|
|
|
z-index: 100;
|
|
|
|
color: black;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#SilverStripeNavigatorLinkPopup input {
|
|
|
|
width: 250px;
|
|
|
|
}
|
2010-02-16 03:40:19 +01:00
|
|
|
|
|
|
|
#SilverStripeNavigatorLinkPopup a.close {
|
|
|
|
color: blue;
|
|
|
|
text-align: right;
|
|
|
|
width: 80%;
|
|
|
|
border: none !important;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
|