aboutsummaryrefslogtreecommitdiff
path: root/views/default/css_ie.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css_ie.php')
-rw-r--r--views/default/css_ie.php25
1 files changed, 23 insertions, 2 deletions
diff --git a/views/default/css_ie.php b/views/default/css_ie.php
index 1ec19b69f..ed6cb1945 100644
--- a/views/default/css_ie.php
+++ b/views/default/css_ie.php
@@ -4,13 +4,15 @@
*/
* {zoom: 1;} /* trigger hasLayout in IE */
-/* main nav drop-down */
+/* 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;}
-
+.clearfloat {
+ display: block;
+}
#elgg_topbar_contents a.privatemessages_new span {
display:block;
padding:1px;
@@ -23,3 +25,22 @@
#elgg_topbar_contents a.privatemessages_new {
padding:0 0 0 20px;
}
+
+/* riverdashboard rules - placed here temporarily */
+#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;
+} \ No newline at end of file