Commit aa0a24a36bbe038508e82d09da3ab3dd2a9bfeab
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
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,6 +178,7 @@ | ||
178 | overflow-x: hidden; | 178 | overflow-x: hidden; |
179 | overflow-y: scroll; | 179 | overflow-y: scroll; |
180 | margin-top: -1px; | 180 | margin-top: -1px; |
181 | + margin-bottom: 14px; | ||
181 | border: 1px solid lightgray; | 182 | border: 1px solid lightgray; |
182 | /*border-bottom: 1px solid lightgray; | 183 | /*border-bottom: 1px solid lightgray; |
183 | border-left: 1px solid lightgray;*/ | 184 | border-left: 1px solid lightgray;*/ |
@@ -243,7 +244,8 @@ | @@ -243,7 +244,8 @@ | ||
243 | /*background-color: #f4f4f4;*/ | 244 | /*background-color: #f4f4f4;*/ |
244 | border: 1px solid lightGray; | 245 | border: 1px solid lightGray; |
245 | border-top: 1px solid #96110D; | 246 | border-top: 1px solid #96110D; |
246 | - border-bottom: 1px solid #FFFFFF; | 247 | + border-bottom: 0px solid #FFFFFF; |
248 | + top: 1px; | ||
247 | float: left; | 249 | float: left; |
248 | font-weight: normal; | 250 | font-weight: normal; |
249 | margin-bottom: -1px; | 251 | margin-bottom: -1px; |
@@ -263,6 +265,8 @@ z-index: 99; | @@ -263,6 +265,8 @@ z-index: 99; | ||
263 | float: right; | 265 | float: right; |
264 | margin-right: 0px; | 266 | margin-right: 0px; |
265 | margin-left: 20px; | 267 | margin-left: 20px; |
268 | + top: 2px; | ||
269 | + left: 2px; | ||
266 | } | 270 | } |
267 | 271 | ||
268 | #content .main-block .hub .live h1.mediation, | 272 | #content .main-block .hub .live h1.mediation, |
@@ -278,12 +282,14 @@ z-index: 99; | @@ -278,12 +282,14 @@ z-index: 99; | ||
278 | margin-top: 8px; | 282 | margin-top: 8px; |
279 | line-height: 27px; | 283 | line-height: 27px; |
280 | cursor: pointer; | 284 | cursor: pointer; |
285 | + | ||
281 | } | 286 | } |
282 | 287 | ||
283 | #content .main-block .hub .live h1.mediation {} | 288 | #content .main-block .hub .live h1.mediation {} |
284 | 289 | ||
285 | #content .main-block .hub .mediation h1.live { | 290 | #content .main-block .hub .mediation h1.live { |
286 | margin-left: 20px; | 291 | margin-left: 20px; |
292 | + top:1px; | ||
287 | /*border-bottom: 0px;*/ | 293 | /*border-bottom: 0px;*/ |
288 | } | 294 | } |
289 | 295 |