Commit aa0a24a36bbe038508e82d09da3ab3dd2a9bfeab

Authored by Francisco Marcelo de Araújo Lima Júnior
2 parents 37835fb9 c5fcb03f

Merge branch 'AI3074-community_dashboard' of gitlab.com:participa/noosfero into …

…AI3074-community_dashboard
Showing 1 changed file with 7 additions and 1 deletions   Show diff stats
plugins/community_hub/public/style.css
... ... @@ -178,6 +178,7 @@
178 178 overflow-x: hidden;
179 179 overflow-y: scroll;
180 180 margin-top: -1px;
  181 + margin-bottom: 14px;
181 182 border: 1px solid lightgray;
182 183 /*border-bottom: 1px solid lightgray;
183 184 border-left: 1px solid lightgray;*/
... ... @@ -243,7 +244,8 @@
243 244 /*background-color: #f4f4f4;*/
244 245 border: 1px solid lightGray;
245 246 border-top: 1px solid #96110D;
246   - border-bottom: 1px solid #FFFFFF;
  247 + border-bottom: 0px solid #FFFFFF;
  248 + top: 1px;
247 249 float: left;
248 250 font-weight: normal;
249 251 margin-bottom: -1px;
... ... @@ -263,6 +265,8 @@ z-index: 99;
263 265 float: right;
264 266 margin-right: 0px;
265 267 margin-left: 20px;
  268 + top: 2px;
  269 + left: 2px;
266 270 }
267 271  
268 272 #content .main-block .hub .live h1.mediation,
... ... @@ -278,12 +282,14 @@ z-index: 99;
278 282 margin-top: 8px;
279 283 line-height: 27px;
280 284 cursor: pointer;
  285 +
281 286 }
282 287  
283 288 #content .main-block .hub .live h1.mediation {}
284 289  
285 290 #content .main-block .hub .mediation h1.live {
286 291 margin-left: 20px;
  292 + top:1px;
287 293 /*border-bottom: 0px;*/
288 294 }
289 295  
... ...