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;
|
margin : 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
width: 250px;
|
width: 350px;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
#SubsiteActions fieldset {
|
#SubsiteActions fieldset {
|
||||||
background-color : #a5aab0;
|
background-color : #a5aab0;
|
||||||
padding : 3px;
|
padding : 3px;
|
||||||
border : 1px solid #65686e;
|
border-style : none;
|
||||||
border-top : none;
|
|
||||||
border-right : none;
|
|
||||||
margin-top : 1px;
|
margin-top : 1px;
|
||||||
background: 30%;
|
background: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#SubsiteActions fieldset span {
|
||||||
|
padding: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
#SubsiteActions fieldset #SubsitesSelect{
|
#SubsiteActions fieldset #SubsitesSelect{
|
||||||
font-size : 12px;
|
font-size : 12px;
|
||||||
width: 240px;
|
width: 240px;
|
||||||
|
@ -5,8 +5,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<form id="SubsiteActions">
|
<form id="SubsiteActions">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<span style="float: right">$ApplicationLogoText</span>
|
$SubsiteList
|
||||||
$SubsiteList
|
<span>$ApplicationLogoText</span>
|
||||||
<!-- <img src="../images/mainmenu/help.gif" alt="Get Help"> -->
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user