From 5f6129081145214b5566a771182a5affb6c8510e Mon Sep 17 00:00:00 2001 From: pixelroot Date: Tue, 23 Oct 2012 10:58:50 +0200 Subject: [PATCH] modified: view/theme/smoothly/css/typography.css modified: view/theme/smoothly/style.css --- view/theme/smoothly/css/typography.css | 4 ++-- view/theme/smoothly/style.css | 19 +++++++++++++++---- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/view/theme/smoothly/css/typography.css b/view/theme/smoothly/css/typography.css index bedb0a0f35..ffcb900034 100644 --- a/view/theme/smoothly/css/typography.css +++ b/view/theme/smoothly/css/typography.css @@ -47,13 +47,13 @@ h6 { } h1 { - font-size:250%; + font-size:200%; line-height: 0.8571em; margin: 0.4286em 0 0; } h2 { - font-size:200%; + font-size:170%; line-height: 1.2em; margin: 0.6em 0 0 0; } diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index fcd532e387..8bc50a0fe7 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -84,10 +84,21 @@ input[type=submit]:active { top: 1px; } -#search-submit { +#search-text, +#search-submit, +#search-save { margin: 10px 10px 0 0; } +#directory-search, +#directory-search-submit, +#search-save { +} + +.dirsearch-desc { + +} + .smalltext { font-size: 0.7em } @@ -104,7 +115,7 @@ input[type=submit]:active { section { float: left; - margin-top: 45px; + margin-top: 50px; width: 730px; font-size: 0.9em; line-height: 1.2em; @@ -3904,8 +3915,8 @@ footer { #global-directory-link { width: 150px; - padding: 7px; - margin-bottom: 10px; + padding: 4px; + /*margin-bottom: 10px;*/ background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');