aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/layout_objects.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/elements/layout_objects.php')
-rw-r--r--views/default/css/elements/layout_objects.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/views/default/css/elements/layout_objects.php b/views/default/css/elements/layout_objects.php
index 87608e205..ebb45bbf3 100644
--- a/views/default/css/elements/layout_objects.php
+++ b/views/default/css/elements/layout_objects.php
@@ -162,11 +162,17 @@ table.styled tr:hover {
-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
-
-<?php //@todo core.php? ?>
+/* ***************************************
+ OWNER BLOCK
+*************************************** */
.elgg-owner-block {
margin-bottom: 20px;
}
+.elgg-owner-block-menu li {
+ float: left;
+ width: 50%;
+ font-size: 90%;
+}
/* ***************************************
WIDGETS
*************************************** */