From: Cindy Li Date: Fri, 8 Oct 2010 14:59:32 +0000 (-0000) Subject: add styles for icons on alternative toolbar X-Git-Tag: v1.1~20 X-Git-Url: https://iam.tj/gitweb/gitweb.cgi?p=acontent.git;a=commitdiff_plain;h=4c4e727531b1cc567ded61cf866888ee22fcfdf8 add styles for icons on alternative toolbar --- diff --git a/docs/themes/default/home/course/content.tmpl.php b/docs/themes/default/home/course/content.tmpl.php index 9b02ded..47c864f 100644 --- a/docs/themes/default/home/course/content.tmpl.php +++ b/docs/themes/default/home/course/content.tmpl.php @@ -19,7 +19,7 @@ if (!defined('TR_INCLUDE_PATH')) { exit; } ?> <?php echo (($_GET['alternative'] == 3) ? _AT('stop_apply_text_alternatives') : _AT('apply_text_alternatives')); ?> + border="0" class="img1616" /> has_audio_alternative) :?> @@ -27,7 +27,7 @@ if (!defined('TR_INCLUDE_PATH')) { exit; } ?> <?php echo (($_GET['alternative'] == 1) ? _AT('stop_apply_audio_alternatives') : _AT('apply_audio_alternatives')); ?> + border="0" class="img1616" /> has_visual_alternative) :?> @@ -35,7 +35,7 @@ if (!defined('TR_INCLUDE_PATH')) { exit; } ?> <?php echo (($_GET['alternative'] == 4) ? _AT('stop_apply_visual_alternatives') : _AT('apply_visual_alternatives')); ?> + border="0" class="img1616" /> has_sign_lang_alternative) :?> @@ -43,7 +43,7 @@ if (!defined('TR_INCLUDE_PATH')) { exit; } ?> <?php echo (($_GET['alternative'] == 2) ? _AT('stop_apply_sign_lang_alternatives') : _AT('apply_sign_lang_alternatives')); ?> + border="0" class="img1616" /> diff --git a/docs/themes/default/styles.css b/docs/themes/default/styles.css index 88b49a2..35530c0 100644 --- a/docs/themes/default/styles.css +++ b/docs/themes/default/styles.css @@ -1353,3 +1353,7 @@ div#alternatives_shortcuts { #filesDiv{ width:95%; } +img.img1616{ +height:1.5em; +width:1.5; +}