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:
Sean Harvey 2007-11-06 03:57:40 +00:00
parent 1cf8093821
commit e49d31a322
3 changed files with 27 additions and 9 deletions

View File

@ -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>";

View File

@ -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;
}

View File

@ -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;