]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
moved another friends picker css section to forms css view
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 24 Feb 2011 01:13:24 +0000 (01:13 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 24 Feb 2011 01:13:24 +0000 (01:13 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8454 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/core/friends/tablelist.php
views/default/css/elements/forms.php
views/default/css/elements/misc.php

index 12a0763c93ba1ae5837a484be9e036d6e0896663..8cb6efedac16473111ec5dff715cbfe028d9ac3b 100644 (file)
@@ -13,7 +13,7 @@ if (is_array($vars['entities'])) {
 
 ?>
 
-<table cellspacing="0" id="collectionMembersTable">
+<table cellspacing="0" id="friendspicker-members-table">
        <tr>
                <?php
                $column = 0;
index dce8cfe10961a2c0e7d03d3926f0486fed12af43..c237c79a5fc67e6453acea5d6c7f862f59f73530 100644 (file)
@@ -203,6 +203,13 @@ input[type="radio"] {
 .friendspicker-savebuttons .elgg-button-cancel {
        margin:5px 20px 5px 5px;
 }
+.friendspicker-members-table {
+       background: #dedede;
+       -webkit-border-radius: 8px;
+       -moz-border-radius: 8px;
+       margin:10px 0 0 0;
+       padding:10px 10px 0 10px;
+}
 
 /* ***************************************
        USER PICKER
index 64962b890534526a399d2690bca7a6c6be7adf80..14551c27321f5adf59678ac3437e83fdafffdda2 100644 (file)
@@ -8,14 +8,6 @@
        z-index: 9599;
 }
 
-#collectionMembersTable {
-       background: #dedede;
-       -webkit-border-radius: 8px;
-       -moz-border-radius: 8px;
-       margin:10px 0 0 0;
-       padding:10px 10px 0 10px;
-}
-
 #dashboard-info .elgg-inner {
        border: 2px solid #dedede;
 }