]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
A few UI updates.
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 17 May 2010 16:28:02 +0000 (16:28 +0000)
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 17 May 2010 16:28:02 +0000 (16:28 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6069 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/messages/views/default/messages/forms/view.php
mod/profile/graphics/speech_bubble_tail.gif [new file with mode: 0644]
mod/profile/graphics/twitter16px.png [new file with mode: 0644]
views/default/canvas/layouts/administration.php

index 64395306468c495ce33047a8668c696f4c8d55d1..ab1743c9abfc3109fba8a23a0a6553cdc38eb403 100644 (file)
@@ -23,4 +23,4 @@ if($vars['page_view'] == "inbox"){
 $body .= '<input class="cancel_button" type="button" onclick="javascript:$(\'input[type=checkbox]\').click();" value="'.elgg_echo('messages:toggle').'" />';
 $body .= '</div>';
 
-echo elgg_view('input/form',array('body' => $body, 'action' => $vars['url'] . 'action/messages/delete', 'method' => 'post'));
\ No newline at end of file
+echo elgg_view('input/form',array('body' => $body, 'action' => $vars['url'] . 'action/messages/delete', 'method' => 'post', 'internalid' => 'messages_list_form'));
\ No newline at end of file
diff --git a/mod/profile/graphics/speech_bubble_tail.gif b/mod/profile/graphics/speech_bubble_tail.gif
new file mode 100644 (file)
index 0000000..31d1bc9
Binary files /dev/null and b/mod/profile/graphics/speech_bubble_tail.gif differ
diff --git a/mod/profile/graphics/twitter16px.png b/mod/profile/graphics/twitter16px.png
new file mode 100644 (file)
index 0000000..de51c69
Binary files /dev/null and b/mod/profile/graphics/twitter16px.png differ
index 6ae7f24730cd35226c0f86081d791641764d4545..a2c421da807c72b40bbfab3fae08402df38f3044 100644 (file)
@@ -104,6 +104,9 @@ body { background-color: #444444; }
        color:white;
        text-decoration:none;
 }
+.admin_area #elgg_sidebar .submenu ul.child {
+       margin-bottom:10px;
+}
 .admin_area .submenu .child li a {
        margin-left:15px;
        background-color:#dedede;