aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/ie.php
blob: cb4ede0aec1627f23e0e6dccae395032f6c6947a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
/**
 * elgg_layout css for Internet Explorer > ie6
 * @uses $vars['wwwroot'] The site URL
*/
* {zoom: 1;} /* trigger hasLayout in IE */

/* tools drop-down menu */
#elgg-header {z-index:1;}
.navigation li a:hover ul {display:block; position:absolute; top:21px; left:0;}
.navigation li a:hover ul li a {display:block;}
.navigation li.navigation-more ul li a {width:150px;background-color: #dedede;}

.clearfix { display: block; }
.hidden.clearfix { display: none; }
#elgg-page-contents {overflow: hidden;} /* remove horizontal scroll on riverdash */
#breadcrumbs {top:-2px; margin-bottom: 5px;}

/* entity list views */
.entity-metadata {max-width: 300px;}
.entity-edit {float:right;}
.access_level {float:left;}
.elgg-image-block .entity-metadata {
	min-width:400px;
	text-align: right;
}

/* profile */
.elgg-tabs.profile .profile_name {margin-left: -260px;}
#profile_content .river_comment_form.hidden .input-text { width:510px; }

/* notifications */
.friends-picker-navigation {margin:0;padding:0;}
.friends-picker-container h3 {margin:0;padding:0;line-height: 1em;}

/* private messages */
#elgg-topbar-contents a.privatemessages.new span { 
	display:block;
	padding:1px;
	position:relative;
	text-align:center;
	float:left;
	top:-1px;
	right:auto;
}
#elgg-topbar-contents a.privatemessages.new  {padding:0 0 0 20px;}
#elgg-topbar-contents a.privatemessages:hover {background-position:left 2px;}
#elgg-topbar-contents a.privatemessages.new:hover {background-position: left 2px;}

/* riverdashboard mod rules */
#riverdashboard_updates {clear:both;}
#riverdashboard_updates a.update_link {margin:0 0 9px 0;}
.riverdashboard_filtermenu {margin:10px 0 0 0;}
.river_comment_form.hidden .input-text {
	width:530px;
	float:left;
}
.river_link_divider {
	width:10px;
	text-align: center;
}

/* shared access */
.shared_access_collection h2.shared_access_name {margin-top:-15px;}

/* dropdown login */
*:first-child+html #login-dropdown #signin-button {
	line-height:10px;
}
*:first-child+html #login-dropdown #signin-button a.signin span {
	background-position:-150px -54px;
}
*:first-child+html #login-dropdown #signin-button a.signin.menu-open span {
	background-position:-150px -74px;
}

/* Gallery */
.elgg-gallery-fluid > li {
	float: left;
	margin: 2px;
}


/* navigation */
.elgg-breadcrumbs > li {
	display: inline;
}

.elgg-breadcrumbs > li > a {
	display: inline;
	padding-right: 4px;
	margin-right: 4px;
	border-right: 1px solid #bababa;
}

.elgg-menu-title > li {
	display: block;
}

.elgg-menu-title > li > a {
	display: block;
}

.elgg-menu-footer > li > a {
	display: inline;
}

.elgg-menu-river > li {
	display: inline;
}

li:hover > .elgg-menu-site-more {
	display: none;
}

/* admin */
.elgg-menu-footer li {
	display: inline;
}