Elgg
Version 1.9
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
css
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
}
menu
elgg icon hover menu
Definition:
admin.php:1303
width
min width
Definition:
admin.php:166
block
clearfix elgg elgg elgg elgg page elgg page elgg elgg elgg elgg col elgg image block
Definition:
admin.php:127
bottom
margin bottom
Definition:
admin.php:38
avatar
elgg avatar
Definition:
admin.php:1324
hover
ui datepicker calendar ui state hover
Definition:
admin.php:622
img
img
Definition:
admin.php:40
a
a
Definition:
admin.php:97
icon
elgg gallery elgg elgg icon
Definition:
core.php:108
output
elgg output
Definition:
typography.php:138
Generated on Sat Dec 21 2024 00:00:36 for Elgg by
1.8.11