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