]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
brought back the blue submit button
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 1 Mar 2011 02:31:45 +0000 (02:31 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 1 Mar 2011 02:31:45 +0000 (02:31 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8525 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/groups/views/default/forms/groups/search.php
mod/thewire/views/default/forms/thewire/add.php
views/default/css/elements/buttons.php
views/default/forms/members/name_search.php
views/default/forms/members/tag_search.php
views/default/forms/widgets/save.php
views/default/input/submit.php

index 058a1c11c2a3460cb22e7f3ac004d5b64a5337ba..8495fc18670ada248e8b9ac7114ed479afce632e 100644 (file)
@@ -4,7 +4,7 @@ $tag_string = elgg_echo('groups:search:tags');
 
 $params = array(
        'name' => 'tag',
-       'class' => 'elgg-input-search',
+       'class' => 'elgg-input-search mbm',
        'value' => $tag_string,
        'onclick' => "if (this.value=='$tag_string') { this.value='' }",
 );
index 54d5a5ea77700680b5363bf9a1b3d3cb4add169a..956ec7c275d327e41560fc32291e20fcddbd6df3 100644 (file)
@@ -23,6 +23,7 @@ if ($post) {
 <div id="thewire-characters-remaining">
        <span>140</span> <?php echo elgg_echo('thewire:charleft'); ?>
 </div>
+<div class="mts">
 <?php
 
 echo elgg_view('input/submit', array(
@@ -31,6 +32,7 @@ echo elgg_view('input/submit', array(
 ));
 
 ?>
+</div>
 <script type="text/javascript">
 
 $(document).ready(function() {
index 87b4042908817d7d265d8c2c38c9a0c0fa38471b..d016eca7cd8e5446d83f166ea03b010873115431 100644 (file)
@@ -18,7 +18,6 @@
        -moz-border-radius: 5px;
        width: auto;
        padding: 2px 4px;
-       margin: 10px 0 10px 0;
        cursor: pointer;
        outline: none;
        -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40);
index 23e6c066e626bcc57dc2ad28c447a69343030ad1..5f6b9a4b6acd63239affc4cc550fc77e5e52627c 100644 (file)
@@ -2,6 +2,7 @@
 
 $params = array(
        'name' => 'name',
+       'class' => 'mbm',
 );
 echo elgg_view('input/text', $params);
 
index 7badf8cdaab0fda932fec6b47b56e17e55d13890..4fe9bb32af10cf85447246f9243d94301286afab 100644 (file)
@@ -5,6 +5,7 @@
 
 $params = array(
        'name' => 'tag',
+       'class' => 'mbm',
 );
 echo elgg_view('input/text', $params);
 
index d16318cd171301a21f692abfcca6a011f90461ff..aeef37429bd4dd107faf28b56969a0aaf2624c66 100644 (file)
@@ -29,7 +29,9 @@ $submit = elgg_view('input/submit', array('value' => elgg_echo('save')));
 
 $body = <<<___END
        $custom_form_section
-       $access
+       <div>
+               $access
+       </div>
        <div>
                $hidden
                $submit
index d09d1db6e285c5d8652b979ee4ccb16ecc86ef69..d0c0c6355e5b9b6b36e55c3a1fcdbd07f1af9b25 100644 (file)
@@ -7,5 +7,6 @@
  */
 
 $vars['type'] = 'submit';
+$vars['class'] = 'elgg-button elgg-button-submit';
 
 echo elgg_view('input/button', $vars);
\ No newline at end of file