diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-26 00:06:16 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-26 00:06:16 +0000 |
commit | e9cc4a95ca5a6e7192a26a4dc69f62c542158085 (patch) | |
tree | 4d9a1fb2379ab9c34369e50f8484ed0a9813df37 /views/default/css.php | |
parent | 7e6e58f8b1da4c1a94c7c933d98ead1879658d58 (diff) | |
download | elgg-e9cc4a95ca5a6e7192a26a4dc69f62c542158085.tar.gz elgg-e9cc4a95ca5a6e7192a26a4dc69f62c542158085.tar.bz2 |
friends picker fixed for new page layout, and hopefully I've fixed the load issue too
git-svn-id: https://code.elgg.org/elgg/trunk@1552 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 42 |
1 files changed, 30 insertions, 12 deletions
diff --git a/views/default/css.php b/views/default/css.php index 01033a54f..8f5ab7e32 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1683,7 +1683,7 @@ div.expandall p { overflow: hidden; margin: 0; padding:0; - width: 755px; + width: 685px; height: 270px; /*clear: right;*/ background: white; @@ -1692,7 +1692,8 @@ div.expandall p { .friendsPicker .friendsPicker_container { /* long container used to house end-to-end panels. Width is calculated in JS */ position: relative; - left: 0; top: 0; + left: 0; + top: 0; width: 100%; list-style-type: none; /* -moz-user-select: none; */ @@ -1702,7 +1703,7 @@ div.expandall p { float:left; height: 100%; position: relative; - width: 755px; + width: 685px; margin: 0; padding:0; } @@ -1712,17 +1713,17 @@ div.expandall p { padding: 10px; background: #efefef; min-height: 230px; - } .friendsPickerNavigation { - margin: 0 0 20px 0; + margin: 0 0 10px 0; padding:0; } .friendsPickerNavigation ul { list-style: none; + padding-left: 0; } .friendsPickerNavigation ul li { @@ -1745,12 +1746,10 @@ div.expandall p { .tabHasContent { background: white; color:#333333 !important; } -/* -.friendsPickerNavigation li.tab22 a { background: white; color:#333333; } -*/ + .friendsPickerNavigation li a:hover { - background: lime; - color:white; + background: #333333; + color:white !important; } .friendsPickerNavigation li a.current { @@ -1780,18 +1779,22 @@ div.expandall p { .friendsPickerNavigationL, .friendsPickerNavigationR { position: absolute; - top: 120px; + top: 46px; text-indent: -9000em; } .friendsPickerNavigationL a, .friendsPickerNavigationR a { display: block; +/* height: 87px; width: 43px; +*/ + height: 43px; + width: 43px; } .friendsPickerNavigationL { - right: 78px; + right: 58px; z-index:1; } @@ -1809,4 +1812,19 @@ div.expandall p { } + +/* temp. force profile pic size */ +#profile_info_column_left #profile_icon_wrapper .usericon a.icon img { + width:276px; +} + + + + + + + + + +
\ No newline at end of file |