Commit cee751db6a9c4d5b80451bf2a0efff929f9d84a7
1 parent
14eb4d0d
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
13 additions
and
1 deletions
Show diff stats
style.css
... | ... | @@ -872,11 +872,16 @@ p { |
872 | 872 | width: 99px; |
873 | 873 | } |
874 | 874 | |
875 | -.common-profile-list-block { | |
875 | +.common-profile-list-block, | |
876 | +ul.profile-list .common-profile-list-block { | |
876 | 877 | display: inline-block; |
877 | 878 | vertical-align: top; |
878 | 879 | } |
879 | 880 | |
881 | +.main-block .common-profile-list-block { | |
882 | + display: block; | |
883 | +} | |
884 | + | |
880 | 885 | #search-results .common-profile-list-block { |
881 | 886 | display: block; |
882 | 887 | } |
... | ... | @@ -1100,6 +1105,13 @@ div#article-parent { |
1100 | 1105 | background-color: transparent; |
1101 | 1106 | } |
1102 | 1107 | |
1108 | +#public-profile-search .search-field .formfield { | |
1109 | + float: left; | |
1110 | +} | |
1111 | +#public-profile-search .search-field .formfield input { | |
1112 | + margin-top: 0px; | |
1113 | +} | |
1114 | + | |
1103 | 1115 | .formfield input, .formfield textarea{ |
1104 | 1116 | /*background: url("../images/input-bg.gif") no-repeat scroll left top transparent;*/ |
1105 | 1117 | background-image: none; | ... | ... |