aboutsummaryrefslogtreecommitdiff
path: root/views/default
diff options
context:
space:
mode:
Diffstat (limited to 'views/default')
-rw-r--r--views/default/css.php15
1 files changed, 13 insertions, 2 deletions
diff --git a/views/default/css.php b/views/default/css.php
index 463c4c5f1..973254c08 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -981,9 +981,13 @@ p.user_menu_friends_of {
}
#profile_info_column_right {
float:left;
- width:260px;
+ width:280px;
/* width:100%; */
}
+/* IE6 fix */
+* html #profile_info_column_right {
+ width:270px;
+}
#profile_info_column_right p {
margin:7px 0 7px 0;
line-height:1.3em;
@@ -996,8 +1000,15 @@ p.user_menu_friends_of {
margin:7px 0 7px 0;
line-height:1.4em;
}
-#profile_info_wide .profile_info_edit_buttons {
+#profile_info_column_right .profile_info_edit_buttons {
+ float:right;
margin:0;
+ padding:0;
+}
+#profile_info_column_right .profile_info_edit_buttons a {
+ margin:0;
+ padding:2px 4px 2px 4px;
+ border:1px solid #4690d6;
}