aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-04-12 18:36:45 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-04-12 18:36:45 +0000
commit6a1922d9aaf021d8919dbc87d8e59305c603ae59 (patch)
tree348e19a0e3f655eb22ee7ff29d7934f01b0e4bbe /mod/profile/views/default/profile/css.php
parent61e315012f9119ad479c18fa66c35ef8c0bb5756 (diff)
downloadelgg-6a1922d9aaf021d8919dbc87d8e59305c603ae59.tar.gz
elgg-6a1922d9aaf021d8919dbc87d8e59305c603ae59.tar.bz2
Updated custom profile fields admin area / list re-ordering ui.
git-svn-id: http://code.elgg.org/elgg/trunk@5704 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/views/default/profile/css.php')
-rw-r--r--mod/profile/views/default/profile/css.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php
index 61e85e1c7..e36aa1184 100644
--- a/mod/profile/views/default/profile/css.php
+++ b/mod/profile/views/default/profile/css.php
@@ -321,6 +321,26 @@ p.visit_twitter a {
.default_profile_reset .action_button {
float:right;
}
+/* field re-order */
+#sortable_profile_fields {
+ padding:0;
+ border-top:1px solid #cccccc;
+}
+#sortable_profile_fields li {
+ padding:5px 0 5px 0;
+ border-bottom:1px solid #cccccc;
+}
+#sortable_profile_fields li img.handle {
+ margin-right: 7px;
+ cursor: move;
+}
+#sortable_profile_fields .ui-sortable-helper {
+ background: #eeeeee;
+ color:#333333;
+ padding: 5px 0 5px 0;
+ margin: 0;
+ width:100%;
+}
/* ***************************************