]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-14932, accessibility imporvement, see tracker, merged from MOODLE_19_STABLE"
authordongsheng <dongsheng>
Wed, 28 May 2008 01:48:25 +0000 (01:48 +0000)
committerdongsheng <dongsheng>
Wed, 28 May 2008 01:48:25 +0000 (01:48 +0000)
admin/roles/assign.html
theme/standard/styles_layout.css

index 8720db3cc6900b362f96973eed4e5dacbe47cae0..93d8d8e5e05ce781807fc1117f3c603dc7cc243f 100755 (executable)
@@ -46,9 +46,8 @@
         </label>
         <?php check_theme_arrows(); ?>
         <p class="arrow_button">
-            <input name="add" id="add" type="submit" value="<?php echo '&nbsp;'.$THEME->larrow.' &nbsp; &nbsp; '.get_string('add'); ?>" title="<?php print_string('add'); ?>" />
-            <br />
-            <input name="remove" id="remove" type="submit" value="<?php echo '&nbsp; '.$THEME->rarrow.' &nbsp; &nbsp; '.get_string('remove'); ?>" title="<?php print_string('remove'); ?>" />
+            <input name="add" id="add" type="submit" value="<?php echo '&nbsp;&nbsp;&nbsp;'.$THEME->larrow.'&nbsp;'.get_string('add'); ?>" title="<?php print_string('add'); ?>" /><br />
+            <input name="remove" id="remove" type="submit" value="<?php echo '&nbsp;&nbsp;&nbsp;'.get_string('remove'). '&nbsp;'.$THEME->rarrow.'&nbsp;'; ?>" title="<?php print_string('remove'); ?>" />
         </p>
       </td>
       <td valign="top">
index 642643f9836c470294964c8bcc241453adb942df..8229aa75adbe3d258e5cf6736f9ca375bcdc113f 100644 (file)
@@ -4285,3 +4285,13 @@ wikiadminactions {
     padding-left: 7px;
     float: left;
 }
+#add, #remove{
+    width:100px; 
+    height:35px 
+}
+#add{
+    text-align:left;
+}
+#remove{
+    text-align:right;
+}