Commit f23122c774cfa51c6b79e737aa9a87743eb767f2
1 parent
2ace71c2
Exists in
design_41_backup
Add software events block CSS
Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com> Signed-off-by: Fábio Teixeira <fabio1079@gmail.com>
Showing
1 changed file
with
31 additions
and
0 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
@@ -1208,3 +1208,34 @@ float: left; | @@ -1208,3 +1208,34 @@ float: left; | ||
1208 | font-family: Arial; | 1208 | font-family: Arial; |
1209 | line-height: 22px; | 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 | + font-weight: 700; | ||
1236 | + padding-left: 5px; | ||
1237 | +} | ||
1238 | + | ||
1239 | +.software-events-list-item-title { | ||
1240 | + padding-left: 1px; | ||
1241 | +} |