From 7dbf11209267bab3b1ee7910fee0a6c67a49a001 Mon Sep 17 00:00:00 2001 From: Devlon Duthie Date: Sun, 25 Sep 2011 16:01:05 -0500 Subject: [PATCH] added widget class to saved arch block on search page added header to search results where there are results --- mod/search.php | 5 +++-- view/theme/testbubble/style.css | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/mod/search.php b/mod/search.php index d150b2e1e4..2ce3c8dcda 100644 --- a/mod/search.php +++ b/mod/search.php @@ -9,8 +9,9 @@ function search_saved_searches() { ); if(count($r)) { + $o .= '
'; $o .= '

' . t('Saved Searches') . '

' . "\r\n"; - $o .= '
    ' . "\r\n"; + $o .= '
      ' . "\r\n"; foreach($r as $rr) { $o .= '
    • ' . $rr['term'] . '
    • ' . "\r\n"; } @@ -140,7 +141,7 @@ function search_content(&$a) { ); - + $o .= '

      Search results for: ' . $search . '

      '; $o .= conversation($a,$r,'search',false); diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index c1998a4cdd..d8544310b3 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -2017,11 +2017,11 @@ margin-left: 90px; background-color: #ffffff; } -#contact-edit-banner-name { font-size: 1.5em; margin-left: 30px; } +#contact-edit-banner-name { font-size: 1.5em; margin-left: 30px; font-variant: small-caps; } #contact-edit-photo-wrapper {position: relative; float: left; padding: 20px;} #contact-edit-direction-icon { position: absolute; top: 60px; left:0px;} #contact-edit-nav-wrapper { margin-left: 210px; } -#contact-edit-links { float: left; margin-top: 43px; } +#contact-edit-links { float: left; margin-top: 23px; } #contact-drop-links {/*position: absolute; top: 150px; left: 348px;*/} #contact-edit-nav-wrapper .icon { border: 1px solid #babdb6;