diff --git a/admin/css/style.css b/admin/css/style.css index a25744c1..b0f9e84c 100644 --- a/admin/css/style.css +++ b/admin/css/style.css @@ -581,7 +581,7 @@ button { color: #444; font-size: 2em; font-style: normal; - font-family: Georgia; } + font-family: Georgia, serif; } #start-link { margin-bottom: 25px; @@ -590,14 +590,17 @@ button { #start-link li { float: left; margin-right: 1.5em; } + #start-link .balloon { + margin-top: 2px; } .latest-link li { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .latest-link span { + display: inline-block; margin-right: 4px; - padding-right: 8px; + width: 45px; border-right: 1px solid #ECECEC; color: #999; } diff --git a/admin/scss/style.scss b/admin/scss/style.scss index f072f532..4572bbd1 100644 --- a/admin/scss/style.scss +++ b/admin/scss/style.scss @@ -250,7 +250,7 @@ a.button:hover, a.balloon-button:hover { color: #444; font-size: 2em; font-style: normal; - font-family: Georgia; + font-family: Georgia, serif; } } @@ -262,6 +262,9 @@ a.button:hover, a.balloon-button:hover { float: left; margin-right: 1.5em; } + .balloon { + margin-top: 2px; + } } .latest-link { @@ -271,8 +274,9 @@ a.button:hover, a.balloon-button:hover { text-overflow: ellipsis; } span { + display: inline-block; margin-right: 4px; - padding-right: 8px; + width: 45px; border-right: 1px solid #ECECEC; color: #999; } diff --git a/usr/themes/default/screenshot.png b/usr/themes/default/screenshot.png index 58f4f29c..5c1e9f5a 100644 Binary files a/usr/themes/default/screenshot.png and b/usr/themes/default/screenshot.png differ