Elgg  Version 1.9
ie8.php
Go to the documentation of this file.
1 /* <style> /**/
2 
7 /* ie8 does not like shrink wrapping this div with inline-block */
8 .elgg-avatar {
9  display: block;
10 }
11 
12 /* ie8 adds space to the top of .elgg-gallery which causes jumpiness if this is display: block; */
13 .elgg-gallery .elgg-avatar > a > img {
14  display: inline-block;
15 }
16 .elgg-gallery .elgg-avatar > .elgg-icon-hover-menu {
17  bottom: 4px;
18 }
19 /* Maintain the aspect ratio of images. */
20 .elgg-output img {
21  width: auto;
22 }
elgg icon hover menu
Definition: admin.php:1303
min width
Definition: admin.php:166
clearfix elgg elgg elgg elgg page elgg page elgg elgg elgg elgg col elgg image block
Definition: admin.php:127
margin bottom
Definition: admin.php:38
elgg avatar
Definition: admin.php:1324
ui datepicker calendar ui state hover
Definition: admin.php:622
img
Definition: admin.php:40
a
Definition: admin.php:97
elgg gallery elgg elgg icon
Definition: core.php:108
elgg output
Definition: typography.php:138