diff options
author | Devlon Duthie <duthied@gmail.com> | 2011-09-25 16:01:05 -0500 |
---|---|---|
committer | Devlon Duthie <duthied@gmail.com> | 2011-09-25 16:01:05 -0500 |
commit | 7dbf11209267bab3b1ee7910fee0a6c67a49a001 (patch) | |
tree | 10a0a24761cb5e3b7abbc9575a2773951d0db3ec /view | |
parent | a1fc1be9da21d64f4c2a789b1686fa7b7348d2c0 (diff) | |
download | volse-hubzilla-7dbf11209267bab3b1ee7910fee0a6c67a49a001.tar.gz volse-hubzilla-7dbf11209267bab3b1ee7910fee0a6c67a49a001.tar.bz2 volse-hubzilla-7dbf11209267bab3b1ee7910fee0a6c67a49a001.zip |
added widget class to saved arch block on search page
added header to search results where there are results
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/testbubble/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index c1998a4cd..d8544310b 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; |