Commit 622315f179d1bbe1fc3652dbcf7e2c4cbb3496fb
Exists in
master
and in
48 other branches
Merge branch 'design_43' into 'master'
Design 43 Correções temporárias da Sprint 43. Closes #284 See merge request !94
Showing
2 changed files
with
43 additions
and
0 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
... | ... | @@ -1311,3 +1311,43 @@ float: left; |
1311 | 1311 | #content .box-2 .software-events-block .software-events-list-item:last-child{ |
1312 | 1312 | border:none; |
1313 | 1313 | } |
1314 | + | |
1315 | +/* Events page - Solution temporary*/ | |
1316 | + | |
1317 | + | |
1318 | +.action-events-events #content #agenda-title{ | |
1319 | + font-size: 24px; | |
1320 | + border-bottom: 1px solid #ccc; | |
1321 | + margin-bottom: 15px; | |
1322 | + padding:15px 0px 5px 0px; | |
1323 | + | |
1324 | +} | |
1325 | + | |
1326 | +.action-events-events #agenda-toolbar a:first-child { | |
1327 | + text-overflow: ellipsis; | |
1328 | + display: block; | |
1329 | + overflow: hidden; | |
1330 | + width: 130px; | |
1331 | + text-align: left; | |
1332 | + white-space: nowrap; | |
1333 | + float: left; | |
1334 | + line-height: 20px; | |
1335 | + max-height: 19px; | |
1336 | + position:absolute; | |
1337 | + top: 10px; | |
1338 | +} | |
1339 | + | |
1340 | +.action-events-events #agenda td{ | |
1341 | + padding:10px 0; | |
1342 | +} | |
1343 | + | |
1344 | +.action-events-events #events-of-the-day{ | |
1345 | + font-size:15px; | |
1346 | + padding-top:15px | |
1347 | +} | |
1348 | + | |
1349 | +.action-events-events .event-date{ | |
1350 | + background:none; | |
1351 | + padding-left:0; | |
1352 | + | |
1353 | +} | |
1314 | 1354 | \ No newline at end of file | ... | ... |
src/noosfero-spb/noosfero-spb-theme/css/software-pages.css
... | ... | @@ -101,6 +101,7 @@ |
101 | 101 | } |
102 | 102 | |
103 | 103 | #content .download-block .download-info { |
104 | + min-height: 80px; | |
104 | 105 | margin: 5px 0px 0px 100px; |
105 | 106 | position: relative; |
106 | 107 | font-size: 16px; |
... | ... | @@ -120,10 +121,12 @@ |
120 | 121 | font-size: 12px; |
121 | 122 | } |
122 | 123 | |
124 | +/* THIS RULE WAS CHANGED TO REMOVE MINIMUM REQUIREMENTS - TEMPORARY */ | |
123 | 125 | #content .download-block .download-info .min-requirements a { |
124 | 126 | line-height: 40px; |
125 | 127 | color: #3E67B1; |
126 | 128 | text-decoration: underline; |
129 | + display: none; | |
127 | 130 | } |
128 | 131 | |
129 | 132 | #content .download-block #licensed-software { | ... | ... |