Commit 173d7074259f7758735e27c2930296555f7242eb

Authored by Juliana
1 parent 5d6af8e0

Organization position and measures

Showing 1 changed file with 33 additions and 16 deletions   Show diff stats
page-catalog-software.css
@@ -41,22 +41,29 @@ border-bottom: 1px solid #ccc !important; @@ -41,22 +41,29 @@ border-bottom: 1px solid #ccc !important;
41 padding:0.55em; 41 padding:0.55em;
42 } 42 }
43 43
  44 +.controller-search .search-field .formfield {
  45 + width: 80%;
  46 +}
  47 +
44 .controller-search #content form input.button.submit { 48 .controller-search #content form input.button.submit {
45 height: 30px; 49 height: 30px;
46 max-height: 30px; 50 max-height: 30px;
47 width: 87px; 51 width: 87px;
48 - margin-bottom: 15px; 52 + margin-bottom: 14px;
49 margin-left: 32px; 53 margin-left: 32px;
50 - color:#ffffff; 54 + /*color:#ffffff;*/
51 /*background-color:#4562b1;*/ 55 /*background-color:#4562b1;*/
52 text-transform: uppercase; 56 text-transform: uppercase;
53 font-weight: bold; 57 font-weight: bold;
54 /*border: 1px solid #4562b1;*/ 58 /*border: 1px solid #4562b1;*/
55 - padding:0px; 59 + /*padding:0px;*/
56 } 60 }
57 .action-search-software_infos #content input.button{ 61 .action-search-software_infos #content input.button{
58 - background-color:#2B65cd;  
59 - border-radius: 1px solid #2B65cd; 62 + background-color:#2B65cd;
  63 + border: 1px solid #2B65cd;
  64 + color: #ffffff;
  65 + border-radius: 4px;
  66 + padding:0px;
60 } 67 }
61 68
62 .action-search-software_infos .icon-search{ 69 .action-search-software_infos .icon-search{
@@ -68,8 +75,8 @@ border-bottom: 1px solid #ccc !important; @@ -68,8 +75,8 @@ border-bottom: 1px solid #ccc !important;
68 border-bottom: 1px solid #eee; 75 border-bottom: 1px solid #eee;
69 }*/ 76 }*/
70 77
71 -.controller-search .search-field .formfield {  
72 - width: 720px; 78 +.controller-search .action-search-software_infos .search-field .formfield {
  79 + width: 80%;
73 } 80 }
74 81
75 .action-search-software_infos .only-one-result-box .search-enterprise-item { 82 .action-search-software_infos .only-one-result-box .search-enterprise-item {
@@ -102,13 +109,15 @@ border-bottom: 1px solid #ccc !important; @@ -102,13 +109,15 @@ border-bottom: 1px solid #ccc !important;
102 109
103 .action-search-software_infos .search-enterprise-item-column-left{ 110 .action-search-software_infos .search-enterprise-item-column-left{
104 border-right: 1px solid #ccc; 111 border-right: 1px solid #ccc;
105 - padding: 0px 50px 0px 10px;  
106 - margin:none;  
107 - position:absolute; 112 + width: 135px;
  113 + height: 130px;
  114 + /*padding: 0px 60px 0px 10px; /*50 no lugar coloquei 70*/
  115 + /*margin:none;*/
  116 + /*position:absolute;*/
108 } 117 }
109 118
110 .action-search-software_infos .search-enterprise-item-column-right{ 119 .action-search-software_infos .search-enterprise-item-column-right{
111 - width:65%; 120 + width:70%; /*470px;*/
112 } 121 }
113 122
114 .action-search-software_infos .common-profile-list-block .vcard { 123 .action-search-software_infos .common-profile-list-block .vcard {
@@ -122,8 +131,16 @@ border-bottom: 1px solid #ccc !important; @@ -122,8 +131,16 @@ border-bottom: 1px solid #ccc !important;
122 .action-search-software_infos .search-enterprise-item-column-left .vcard img { 131 .action-search-software_infos .search-enterprise-item-column-left .vcard img {
123 max-width: 90px; 132 max-width: 90px;
124 height: auto; 133 height: auto;
125 - max-height: 130px; /*90px;*/  
126 - margin-left:90px; 134 + /*margin-left: 15px;
  135 + margin-right: 15px;*/
  136 + /*max-height: 130px; /*90px;*/
  137 + /*margin-left: 60%; /*30%;90px;
  138 + position: absolute;
  139 + float: left;*/
  140 +}
  141 +
  142 +.action-search-software_infos .common-profile-list-block img{
  143 + max-height: none;
127 } 144 }
128 145
129 /* 146 /*
@@ -135,8 +152,8 @@ border: none; @@ -135,8 +152,8 @@ border: none;
135 152
136 .action-search-software_infos .common-profile-list-block .profile-image{ 153 .action-search-software_infos .common-profile-list-block .profile-image{
137 /*padding:20px 40px;*/ 154 /*padding:20px 40px;*/
138 - margin-left:100px;  
139 - margin-top: 10px; 155 + margin-left: 140px; /*85px; TESTANDO*/
  156 + /*margin-top: 10px;*/
140 width: 130px; 157 width: 130px;
141 height: 130px; 158 height: 130px;
142 } 159 }
@@ -167,7 +184,7 @@ border: none; @@ -167,7 +184,7 @@ border: none;
167 font-size:19px !important; 184 font-size:19px !important;
168 } 185 }
169 186
170 -.action-search-software_infos .search-community-content-block span b:last-child{ 187 +.action-search-software_infos .search-community-content-block span b:last-child {
171 float: left; 188 float: left;
172 margin-right: 10px; 189 margin-right: 10px;
173 } 190 }