mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
Ticket #1498 - CSS tweaks, and nesting of sitetree html was wrong, fail!
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44340 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
1cf8093821
commit
e49d31a322
@ -470,7 +470,7 @@ JS;
|
||||
|
||||
$rootLink = $this->Link() . 'show/root';
|
||||
|
||||
if(!isset($rootID)) $siteTree = "<ul id=\"sitetree\" class=\"tree unformatted\"><li id=\"record-root\" class=\"Root\"><strong><a href=\"$rootLink\">http://www.yoursite.com/assets</strong></a>"
|
||||
if(!isset($rootID)) $siteTree = "<ul id=\"sitetree\" class=\"tree unformatted\"><li id=\"record-root\" class=\"Root\"><a href=\"$rootLink\"><strong>http://www.yoursite.com/assets</strong></a>"
|
||||
|
||||
. $siteTree . "</li></ul>";
|
||||
|
||||
|
@ -27,6 +27,23 @@
|
||||
.right form .dropdowntime input {
|
||||
font-size: 14px;
|
||||
}
|
||||
.right form .field span.readonly {
|
||||
margin: 0;
|
||||
width: auto;
|
||||
}
|
||||
.right form #URL .fieldgroup label.left {
|
||||
float: left;
|
||||
width: 100px;
|
||||
}
|
||||
.right form #URL .fieldgroup span.readonly {
|
||||
background: none;
|
||||
display: inline;
|
||||
border: none;
|
||||
padding: 0;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.right form .dropdown {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
@ -7,15 +7,16 @@ p, ul, td, th {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 20px;
|
||||
color: #0074C6;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 18px;
|
||||
color: #0074C6;
|
||||
h1, h2 {
|
||||
line-height: 2;
|
||||
color: #333;
|
||||
}
|
||||
h1 {
|
||||
font-size: 20px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
a {
|
||||
font-size: inherit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user