Commit 30933c38daf225e2508ac2cf14584491c6095cb5
Committed by
Melissa Wen
1 parent
47a88afc
Exists in
master
and in
52 other branches
Add software event block css
Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
Showing
1 changed file
with
30 additions
and
0 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
... | ... | @@ -1208,3 +1208,33 @@ float: left; |
1208 | 1208 | font-family: Arial; |
1209 | 1209 | line-height: 22px; |
1210 | 1210 | } |
1211 | + | |
1212 | +ul.software-community-events-list { | |
1213 | + border: 1px solid #D3D6DE; | |
1214 | + border-radius: 8px; | |
1215 | + width: 100%; | |
1216 | +} | |
1217 | + | |
1218 | +li.software-events-list-item { | |
1219 | + border-bottom: 1px dotted #D3D6DE; | |
1220 | + font-size: 14px; | |
1221 | + padding: 7px 0px; | |
1222 | + padding-left: 16px; | |
1223 | +} | |
1224 | + | |
1225 | +.software-events-list-item-calendar { | |
1226 | + background-image: url("../images/calendar-icon.png"); | |
1227 | + background-repeat: no-repeat; | |
1228 | + width: 14px; | |
1229 | + height: 14px; | |
1230 | + float: left; | |
1231 | + margin-top: 2px; | |
1232 | +} | |
1233 | + | |
1234 | +.software-events-list-item-date { | |
1235 | + padding-left: 5px; | |
1236 | +} | |
1237 | + | |
1238 | +.software-events-list-item-title { | |
1239 | + padding-left: 1px; | |
1240 | +} | ... | ... |