Commit cee751db6a9c4d5b80451bf2a0efff929f9d84a7

Authored by Gustavo Cruz
1 parent 14eb4d0d

updating theme

Showing 1 changed file with 13 additions and 1 deletions   Show diff stats
@@ -872,11 +872,16 @@ p { @@ -872,11 +872,16 @@ p {
872 width: 99px; 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 display: inline-block; 877 display: inline-block;
877 vertical-align: top; 878 vertical-align: top;
878 } 879 }
879 880
  881 +.main-block .common-profile-list-block {
  882 + display: block;
  883 +}
  884 +
880 #search-results .common-profile-list-block { 885 #search-results .common-profile-list-block {
881 display: block; 886 display: block;
882 } 887 }
@@ -1100,6 +1105,13 @@ div#article-parent { @@ -1100,6 +1105,13 @@ div#article-parent {
1100 background-color: transparent; 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 .formfield input, .formfield textarea{ 1115 .formfield input, .formfield textarea{
1104 /*background: url("../images/input-bg.gif") no-repeat scroll left top transparent;*/ 1116 /*background: url("../images/input-bg.gif") no-repeat scroll left top transparent;*/
1105 background-image: none; 1117 background-image: none;