diff options
Diffstat (limited to 'views/default/css/elements/misc.php')
-rw-r--r-- | views/default/css/elements/misc.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/views/default/css/elements/misc.php b/views/default/css/elements/misc.php index 73d237b47..f5dd78821 100644 --- a/views/default/css/elements/misc.php +++ b/views/default/css/elements/misc.php @@ -9,17 +9,8 @@ LIKES *************************************** */ .elgg-likes-list { - background-color: white; - border:1px solid #cccccc; width: 345px; - height: auto; position: absolute; - text-align: left; - z-index: 9999; - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); - -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); } /* *************************************** @@ -272,10 +263,6 @@ table.styled tr:hover { background: #E4E4E4; } -.add-user form { - width:300px; -} - /* *************************************** FRIENDS PICKER *************************************** */ |