mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
Improved subsites layout
This commit is contained in:
parent
ea940fcd0d
commit
3962b70a52
@ -7,19 +7,22 @@
|
||||
margin : 0px;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
width: 250px;
|
||||
width: 350px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#SubsiteActions fieldset {
|
||||
background-color : #a5aab0;
|
||||
padding : 3px;
|
||||
border : 1px solid #65686e;
|
||||
border-top : none;
|
||||
border-right : none;
|
||||
border-style : none;
|
||||
margin-top : 1px;
|
||||
background: 30%;
|
||||
}
|
||||
|
||||
#SubsiteActions fieldset span {
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
#SubsiteActions fieldset #SubsitesSelect{
|
||||
font-size : 12px;
|
||||
width: 240px;
|
||||
|
@ -5,8 +5,7 @@
|
||||
</ul>
|
||||
<form id="SubsiteActions">
|
||||
<fieldset>
|
||||
<span style="float: right">$ApplicationLogoText</span>
|
||||
$SubsiteList
|
||||
<!-- <img src="../images/mainmenu/help.gif" alt="Get Help"> -->
|
||||
$SubsiteList
|
||||
<span>$ApplicationLogoText</span>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user