From eebb0b323d8e542f898870e4b05beb7029bd395d Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 5 Mar 2013 17:30:03 -0800 Subject: tweaks --- view/theme/redbasic/css/style.css | 18 +++++++++--------- view/theme/redbasic/php/style.php | 2 +- view/tpl/contact_template.tpl | 2 +- view/tpl/head.tpl | 2 +- view/tpl/smarty3/contact_template.tpl | 2 +- view/tpl/smarty3/head.tpl | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f02f79c2e..65f9f2760 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -171,7 +171,7 @@ blockquote { nav { display: block; - border-bottom: 1px solid #d00; + } #langselector { @@ -237,7 +237,7 @@ header #banner { font-family: tahoma, "Lucida Sans", sans; color: #eec; font-weight: bold; - + margin-top: 1px; } header #banner a, header #banner a:active, @@ -1674,7 +1674,7 @@ tr.mceLast { color: #000000; } -.wall-item-photo, .photo, .contact-block-img, .my-comment-photo { +.wall-item-photo, .photo, .contact-block-img, .my-comment-photo, .contact-photo { border-radius: 5px; -moz-border-radius: 5px; box-shadow: 4px 4px 3px 0 #444444; @@ -2417,7 +2417,7 @@ aside input[type='text'] { #nav-searchbar { float: right; - margin-top: 4px; + margin-top: 3px; } #nav-search-spinner { @@ -2434,9 +2434,9 @@ aside input[type='text'] { #nav-search-text { margin-top: -2px; - font-size: 0.9em; + font-size: 0.8em; border-radius: 14px; - background-color: #AAAAAA; + background-color: #FFDDDD; color: #eec; } @@ -3367,9 +3367,9 @@ nav { background-color: #d00; color: #eec; z-index: 100; - -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); +/* -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); - box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); + box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); */ /* TODO find a better way to do this without different code for every single browser. */ @@ -3470,7 +3470,7 @@ nav .nav-menu { position: relative; height: 16px; padding: 5px; - margin: 3px 5px 0px; + margin: 0px 5px 0px; font-size: 1.0em; /* border-bottom: 3px solid #f88; */ } diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 2b1d68519..8ada7ee4c 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -76,7 +76,7 @@ // Minimum value shadows - they shouldn't all be the same size; just get it working, clean up later. if($shadows === "true") { - echo "code, blockquote, .wall-item-content-wrapper, .wall-item-content-wrapper.comment, .wall-item-content img, #profile-jot-perms, #profile-jot-submit, .tab, .tab.active, .settings-widget li, .wall-item-photo, .photo, .contact-block-img, .my-comment-photo, #posted-date-selector:hover, .contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo, .group-selected, .nets-selected, .fileas-selected, .categories-selected { + echo "code, blockquote, .wall-item-content-wrapper, .wall-item-content-wrapper.comment, .wall-item-content img, #profile-jot-perms, #profile-jot-submit, .tab, .tab.active, .settings-widget li, .wall-item-photo, .photo, .contact-block-img, .my-comment-photo, #posted-date-selector:hover, .contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .contact-photo, .photo-album-photo, .photo-top-photo, .group-selected, .nets-selected, .fileas-selected, .categories-selected { box-shadow: 5px 5px 5px #111;}\r\n .tab.active, #jot-title, #jot-category, .comment-edit-text-empty, .comment-edit-text-full, iframe#profile-jot-text_ifr, #profile-jot-text { diff --git a/view/tpl/contact_template.tpl b/view/tpl/contact_template.tpl index 905892d9f..d287c8e04 100644 --- a/view/tpl/contact_template.tpl +++ b/view/tpl/contact_template.tpl @@ -1,7 +1,7 @@
- $contact.name + $contact.name
$contact.name
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index 632ab21ca..f1f02a2f0 100644 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -12,7 +12,7 @@ $js_strings $head_js - +
- {{$contact.name}} + {{$contact.name}}
{{$contact.name}}
diff --git a/view/tpl/smarty3/head.tpl b/view/tpl/smarty3/head.tpl index 314d159d6..6d298cbb5 100644 --- a/view/tpl/smarty3/head.tpl +++ b/view/tpl/smarty3/head.tpl @@ -17,7 +17,7 @@ {{$head_js}} - +