diff --git a/code/AssetAdmin.php b/code/AssetAdmin.php
index 0cdafe8c..72de1f42 100755
--- a/code/AssetAdmin.php
+++ b/code/AssetAdmin.php
@@ -470,7 +470,7 @@ JS;
$rootLink = $this->Link() . 'show/root';
- if(!isset($rootID)) $siteTree = "
- http://www.yoursite.com/assets"
+ if(!isset($rootID)) $siteTree = "";
diff --git a/css/cms_right.css b/css/cms_right.css
index 55bb12b5..834ef074 100644
--- a/css/cms_right.css
+++ b/css/cms_right.css
@@ -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;
}
diff --git a/css/typography.css b/css/typography.css
index 14a30972..304a1f5c 100644
--- a/css/typography.css
+++ b/css/typography.css
@@ -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;