add styles for icons on alternative toolbar
authorCindy Li <cli@ocad.ca>
Fri, 8 Oct 2010 14:59:32 +0000 (14:59 -0000)
committerCindy Li <cli@ocad.ca>
Fri, 8 Oct 2010 14:59:32 +0000 (14:59 -0000)
docs/themes/default/home/course/content.tmpl.php
docs/themes/default/styles.css

index 9b02ded..47c864f 100644 (file)
@@ -19,7 +19,7 @@ if (!defined('TR_INCLUDE_PATH')) { exit; } ?>
     <img src="<?php echo TR_BASE_HREF; ?>images/<?php echo (($_GET['alternative'] == 3) ? 'pause.png' : 'text_alternative.png'); ?>" \r
       alt="<?php echo (($_GET['alternative'] == 3) ? _AT('stop_apply_text_alternatives') : _AT('apply_text_alternatives')); ?>" \r
       title="<?php echo (($_GET['alternative'] == 3) ? _AT('stop_apply_text_alternatives') : _AT('apply_text_alternatives')); ?>" \r
-      border="0" />\r
+      border="0" class="img1616" />\r
   </a>\r
 <?php endif; // END OF has text alternative?>\r
 <?php if ($this->has_audio_alternative) :?>\r
@@ -27,7 +27,7 @@ if (!defined('TR_INCLUDE_PATH')) { exit; } ?>
     <img src="<?php echo TR_BASE_HREF; ?>images/<?php echo (($_GET['alternative'] == 1) ? 'pause.png' : 'audio_alternative.png'); ?>" \r
       alt="<?php echo (($_GET['alternative'] == 1) ? _AT('stop_apply_audio_alternatives') : _AT('apply_audio_alternatives')); ?>" \r
       title="<?php echo (($_GET['alternative'] == 1) ? _AT('stop_apply_audio_alternatives') : _AT('apply_audio_alternatives')); ?>" \r
-      border="0" />\r
+      border="0" class="img1616" />\r
   </a>\r
 <?php endif; // END OF has audio alternative?>\r
 <?php if ($this->has_visual_alternative) :?>\r
@@ -35,7 +35,7 @@ if (!defined('TR_INCLUDE_PATH')) { exit; } ?>
     <img src="<?php echo TR_BASE_HREF; ?>images/<?php echo (($_GET['alternative'] == 4) ? 'pause.png' : 'visual_alternative.png'); ?>" \r
       alt="<?php echo (($_GET['alternative'] == 4) ? _AT('stop_apply_visual_alternatives') : _AT('apply_visual_alternatives')); ?>" \r
       title="<?php echo (($_GET['alternative'] == 4) ? _AT('stop_apply_visual_alternatives') : _AT('apply_visual_alternatives')); ?>" \r
-      border="0" />\r
+      border="0" class="img1616" />\r
   </a>\r
 <?php endif; // END OF has visual alternative?>\r
 <?php if ($this->has_sign_lang_alternative) :?>\r
@@ -43,7 +43,7 @@ if (!defined('TR_INCLUDE_PATH')) { exit; } ?>
     <img src="<?php echo TR_BASE_HREF; ?>images/<?php echo (($_GET['alternative'] == 2) ? 'pause.png' : 'sign_lang_alternative.png'); ?>" \r
       alt="<?php echo (($_GET['alternative'] == 2) ? _AT('stop_apply_sign_lang_alternatives') : _AT('apply_sign_lang_alternatives')); ?>" \r
       title="<?php echo (($_GET['alternative'] == 2) ? _AT('stop_apply_sign_lang_alternatives') : _AT('apply_sign_lang_alternatives')); ?>" \r
-      border="0" />\r
+      border="0" class="img1616" />\r
   </a>\r
 <?php endif; // END OF has sign language alternative?>\r
 </div>\r
index 88b49a2..35530c0 100644 (file)
@@ -1353,3 +1353,7 @@ div#alternatives_shortcuts {
 #filesDiv{
   width:95%;
 }
+img.img1616{
+height:1.5em;
+width:1.5;
+}