Commit 800c491164f637365400b49e01cd21e4ad7fbca3

Authored by Gustavo Cruz
1 parent 10d1a9c8

updating theme

Showing 1 changed file with 25 additions and 10 deletions   Show diff stats
plugins/community_hub/public/style.css
@@ -175,9 +175,13 @@ @@ -175,9 +175,13 @@
175 } 175 }
176 176
177 .hub .envelope { 177 .hub .envelope {
178 - height: 500px; 178 +/* height: 500px;
179 overflow-x: hidden; 179 overflow-x: hidden;
180 - overflow-y: scroll; 180 + overflow-y: scroll;*/
  181 + margin-top: -1px;
  182 + border-top: 1px solid lightgray;
  183 + display: inline-block;
  184 + width: 100%;
181 } 185 }
182 186
183 .hub ul#live-posts, .hub ul#mediation-posts{ 187 .hub ul#live-posts, .hub ul#mediation-posts{
@@ -186,15 +190,20 @@ @@ -186,15 +190,20 @@
186 border-color: lightGray; 190 border-color: lightGray;
187 padding-top: 10px; 191 padding-top: 10px;
188 clear: both; 192 clear: both;
  193 + height: 475px;
  194 + overflow-y: scroll;
  195 +
189 } 196 }
190 197
191 /*modificação da scroll bar*/ 198 /*modificação da scroll bar*/
192 -.hub ul#live-posts::-webkit-scrollbar-button { 199 +.hub ul#live-posts::-webkit-scrollbar-button,
  200 +.hub ul#mediation-posts::-webkit-scrollbar-button {
193 height: 0; 201 height: 0;
194 width: 0; 202 width: 0;
195 } 203 }
196 204
197 -.hub ul#live-posts::-webkit-scrollbar-thumb { 205 +.hub ul#live-posts::-webkit-scrollbar-thumb,
  206 +.hub ul#mediation-posts::-webkit-scrollbar-thumb{
198 background-clip: padding-box; 207 background-clip: padding-box;
199 background-color: rgba(0,0,0,.3); 208 background-color: rgba(0,0,0,.3);
200 border: 5px solid transparent; 209 border: 5px solid transparent;
@@ -205,7 +214,8 @@ @@ -205,7 +214,8 @@
205 width: 5px; 214 width: 5px;
206 } 215 }
207 216
208 -.hub ul#live-posts::-webkit-scrollbar { 217 +.hub ul#live-posts::-webkit-scrollbar,
  218 +.hub ul#mediation-posts::-webkit-scrollbar {
209 height: 15px; 219 height: 15px;
210 width: 15px; 220 width: 15px;
211 } 221 }
@@ -232,8 +242,10 @@ @@ -232,8 +242,10 @@
232 float: left; 242 float: left;
233 font-weight: normal; 243 font-weight: normal;
234 margin-bottom: -1px; 244 margin-bottom: -1px;
235 - 245 + position: relative;
236 width: 60%; 246 width: 60%;
  247 +background-color: white;
  248 +z-index: 99;
237 } 249 }
238 250
239 #content .main-block .hub .live h1.live{ 251 #content .main-block .hub .live h1.live{
@@ -252,19 +264,22 @@ @@ -252,19 +264,22 @@
252 #content .main-block .hub .mediation h1.live { 264 #content .main-block .hub .mediation h1.live {
253 display: inline-block; 265 display: inline-block;
254 background-color: #EEEEEE; 266 background-color: #EEEEEE;
255 - border-bottom: 0px solid #CCCCCC; 267 + border-bottom: 1px solid #CCCCCC;
256 border-top-color: #CCCCCC; 268 border-top-color: #CCCCCC;
257 color: gray; 269 color: gray;
258 position: relative; 270 position: relative;
259 width: 30%; 271 width: 30%;
260 text-align: center; 272 text-align: center;
261 - margin-top: 9px; 273 + margin-top: 8px;
262 line-height: 27px; 274 line-height: 27px;
263 } 275 }
264 276
265 #content .main-block .hub .live h1.mediation {} 277 #content .main-block .hub .live h1.mediation {}
266 278
267 -#content .main-block .hub .mediation h1.live {margin-left: 20px;} 279 +#content .main-block .hub .mediation h1.live {
  280 + margin-left: 20px;
  281 + /*border-bottom: 0px;*/
  282 +}
268 283
269 284
270 /*fim de novos elementos: h1.live - h1.mediation*/ 285 /*fim de novos elementos: h1.live - h1.mediation*/
@@ -513,7 +528,7 @@ display: none; @@ -513,7 +528,7 @@ display: none;
513 /*width: 426px;*/ 528 /*width: 426px;*/
514 width: 60%; 529 width: 60%;
515 display: inline-block; 530 display: inline-block;
516 - height: 376px; 531 + /*height: 376px;*/
517 padding: 10px; 532 padding: 10px;
518 border: 1px solid #c0c0c0; 533 border: 1px solid #c0c0c0;
519 overflow-x: hidden; 534 overflow-x: hidden;