Commit d5cb673e973c8af29d6115ae50dc1463d5aed474
1 parent
4428f53c
Exists in
event_block
Fix block width and calendar-icon
Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
Showing
1 changed file
with
7 additions
and
3 deletions
Show diff stats
src/noosfero-spb-theme/css/community-pages.css
... | ... | @@ -1132,7 +1132,7 @@ float: left; |
1132 | 1132 | ul.software-community-events-list { |
1133 | 1133 | border: 1px solid #D3D6DE; |
1134 | 1134 | border-radius: 8px; |
1135 | - width: 490px; | |
1135 | + width: 100%; | |
1136 | 1136 | } |
1137 | 1137 | |
1138 | 1138 | li.software-events-list-item { |
... | ... | @@ -1143,8 +1143,12 @@ li.software-events-list-item { |
1143 | 1143 | } |
1144 | 1144 | |
1145 | 1145 | .software-events-list-item-calendar { |
1146 | - content: url("../images/calendar-icon.png"); | |
1147 | - padding-top: 4px; | |
1146 | + background-image: url("../images/calendar-icon.png"); | |
1147 | + background-repeat: no-repeat; | |
1148 | + width: 14px; | |
1149 | + height: 14px; | |
1150 | + float: left; | |
1151 | + margin-top: 2px; | |
1148 | 1152 | } |
1149 | 1153 | |
1150 | 1154 | .software-events-list-item-date { | ... | ... |