diff options
Diffstat (limited to 'views/default/css/elements/misc.php')
| -rw-r--r-- | views/default/css/elements/misc.php | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/views/default/css/elements/misc.php b/views/default/css/elements/misc.php index d159761a1..d9622d34a 100644 --- a/views/default/css/elements/misc.php +++ b/views/default/css/elements/misc.php @@ -5,11 +5,7 @@ position: absolute; top:10px; right:0; - z-index: 9599; -} - -#dashboard-info .elgg-inner { - border: 2px solid #dedede; + z-index: 100; } /* *************************************** @@ -17,12 +13,12 @@ *************************************** */ #current-user-avatar { - border-right:1px solid #cccccc; + border-right:1px solid #ccc; } #avatar-croppingtool { - border-top: 1px solid #cccccc; + border-top: 1px solid #ccc; } -#user-avatar { +#user-avatar-cropper { float: left; } #user-avatar-preview { @@ -38,11 +34,13 @@ *************************************** */ #friends_collections_accordian li { - color: #666666; + color: #666; } #friends_collections_accordian li h2 { - -moz-border-radius: 8px; -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; + background: none repeat scroll 0 0 #4690D6; color: white; cursor: pointer; @@ -51,7 +49,7 @@ padding: 4px 2px 4px 6px; } #friends_collections_accordian li h2:hover { - background-color: #333333; + background-color: #333; } #friends_collections_accordian .friends_collections_controls { float: right; |
