mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
60 lines
948 B
CSS
60 lines
948 B
CSS
/**
|
|
* Styling for the subsite actions section in the CMS
|
|
*/
|
|
#SubsiteActions{
|
|
position: absolute;
|
|
padding : 0px;
|
|
margin : 0px;
|
|
right: 0px;
|
|
top: 0px;
|
|
width: 350px;
|
|
text-align: right;
|
|
}
|
|
|
|
#SubsiteActions fieldset {
|
|
background-color : #a5aab0;
|
|
padding : 3px;
|
|
border-style : none;
|
|
margin-top : 1px;
|
|
background: 30%;
|
|
}
|
|
|
|
#SubsiteActions fieldset span {
|
|
padding: 3px;
|
|
}
|
|
|
|
#SubsiteActions fieldset #SubsitesSelect{
|
|
font-size : 12px;
|
|
width: 240px;
|
|
}
|
|
|
|
#SubsiteActions {
|
|
height : 51px;
|
|
border-bottom: 3px solid #d4d0c8;
|
|
background: url(../images/mainmenu/top-bg.gif) top left repeat-x;
|
|
color: #FFF;
|
|
}
|
|
|
|
#top #MainMenu #Menu-help {
|
|
margin-right: 260px;
|
|
}
|
|
|
|
#AddSubsiteLink {
|
|
display: block;
|
|
font-size: 80%;
|
|
margin-left: 3px;
|
|
}
|
|
|
|
#Form_AddSubsiteForm .field {
|
|
margin-left: 100px;
|
|
}
|
|
|
|
#Form_AddSubsiteForm label.left {
|
|
float: left;
|
|
width: 100px;
|
|
margin-left: -100px;
|
|
}
|
|
|
|
body.SubsiteAdmin .right form #URL .fieldgroup * {
|
|
font-size: 11px;
|
|
} |