Commit 55dc7bbb676484a086e462c1de4c1e909e4564c8
1 parent
555e971a
Exists in
master
and in
9 other branches
corrections validation of discussions tabs and feed repository and positions
blog tab
Showing
1 changed file
with
57 additions
and
8 deletions
Show diff stats
css/tabs.css
... | ... | @@ -139,7 +139,6 @@ |
139 | 139 | font-size: 22px; |
140 | 140 | border-bottom: 1px solid #ECEDF1; |
141 | 141 | padding: 8px 0px 6px 0px; |
142 | - | |
143 | 142 | } |
144 | 143 | |
145 | 144 | #discussions-content hr{ |
... | ... | @@ -154,6 +153,10 @@ |
154 | 153 | border-top:none; |
155 | 154 | } |
156 | 155 | |
156 | +#discussions-content .text-right{ | |
157 | + padding:6px 0px 25px 0px; | |
158 | +} | |
159 | + | |
157 | 160 | #discussions-content .text-right a{ |
158 | 161 | text-align: right; |
159 | 162 | display: block; |
... | ... | @@ -162,7 +165,9 @@ |
162 | 165 | font-size: 11px; |
163 | 166 | } |
164 | 167 | |
165 | -#discussions-content .text-right a:visited, #content #discussions-content .text-right a:visited, #discussions-content .text-right dl.portlet a:visited{ | |
168 | +#discussions-content .text-right a:visited, | |
169 | +#content #discussions-content .text-right a:visited, | |
170 | +#discussions-content .text-right dl.portlet a:visited{ | |
166 | 171 | color: #172738; |
167 | 172 | } |
168 | 173 | |
... | ... | @@ -208,7 +213,7 @@ top: 2px; |
208 | 213 | |
209 | 214 | #repository-feed-tab .event-inline.event-item{ |
210 | 215 | border-bottom: 1px solid #ECEDF1; |
211 | - margin-top:37px; | |
216 | + margin-top:30px; | |
212 | 217 | padding: 0px 0px 80px 0px; |
213 | 218 | } |
214 | 219 | |
... | ... | @@ -228,14 +233,10 @@ top: 2px; |
228 | 233 | } |
229 | 234 | |
230 | 235 | #repository-feed-tab .event-item-timestamp .time_ago:before{ |
231 | - /*content: url("images/ic-calendar.png");*/ | |
232 | - content:"\f073"; | |
233 | - font-family: FontAwesome; | |
234 | - font-size: 15px; | |
236 | + content: url("../images/ic-calendar.png"); | |
235 | 237 | margin-right: 10px; |
236 | 238 | margin-top: 0px; |
237 | 239 | float: left; |
238 | - color:#172738; | |
239 | 240 | } |
240 | 241 | |
241 | 242 | #repository-feed-tab .event-title{ |
... | ... | @@ -254,4 +255,52 @@ top: 2px; |
254 | 255 | |
255 | 256 | #content #repository-feed-tab .author_name a{ |
256 | 257 | color:#3E67B1; |
258 | +} | |
259 | + | |
260 | +/*************ABA BLOG**************/ | |
261 | +#blog-tab .blog .blog-post{ | |
262 | + padding:0px 20px 5px 20px; | |
263 | + background:none; | |
264 | +} | |
265 | + | |
266 | +#content #blog-tab .blog .blog-post h1{ | |
267 | + text-align: left; | |
268 | +} | |
269 | + | |
270 | +#blog-tab .blog .blog-post position-1 .zoomable-image{ | |
271 | + position:absolute; | |
272 | + display: inline-block; | |
273 | + max-width: 100% | |
274 | +} | |
275 | + | |
276 | +#content #blog-tab .blog .publishing-info .author{ | |
277 | + display: none; | |
278 | +} | |
279 | + | |
280 | +#content #blog-tab .blog .publishing-info .comments{ | |
281 | + display: none; | |
282 | +} | |
283 | + | |
284 | +#content #blog-tab .blog .blog-post .article-compact-image{ | |
285 | + width: initial; | |
286 | + text-align: left; | |
287 | + float: none; | |
288 | +} | |
289 | + | |
290 | +#content #blog-tab .blog .blog-post .article-compact-image img{ | |
291 | + margin:0px 0px 3px; | |
292 | + width: 100%; | |
293 | + height: 320px; | |
294 | +} | |
295 | + | |
296 | + | |
297 | +#content #blog-tab .blog .blog-post .zoomable-image{ | |
298 | + float:right; | |
299 | + width: 100% !important; | |
300 | + height: auto !important; | |
301 | + | |
302 | +} | |
303 | + | |
304 | +#content #blog-tab .blog .blog-post .article-compact-abstract-with-image{ | |
305 | + width: 100%; | |
257 | 306 | } |
258 | 307 | \ No newline at end of file | ... | ... |