From cee751db6a9c4d5b80451bf2a0efff929f9d84a7 Mon Sep 17 00:00:00 2001 From: Gustavo Cruz Date: Mon, 24 Feb 2014 13:04:44 -0300 Subject: [PATCH] updating theme --- style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index af87fb9..58050e5 100644 --- a/style.css +++ b/style.css @@ -872,11 +872,16 @@ p { width: 99px; } -.common-profile-list-block { +.common-profile-list-block, +ul.profile-list .common-profile-list-block { display: inline-block; vertical-align: top; } +.main-block .common-profile-list-block { + display: block; +} + #search-results .common-profile-list-block { display: block; } @@ -1100,6 +1105,13 @@ div#article-parent { background-color: transparent; } +#public-profile-search .search-field .formfield { + float: left; +} +#public-profile-search .search-field .formfield input { + margin-top: 0px; +} + .formfield input, .formfield textarea{ /*background: url("../images/input-bg.gif") no-repeat scroll left top transparent;*/ background-image: none; -- libgit2 0.21.2