From 7bdcd385935f2664bcdfc752562e3f93408799c7 Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Wed, 29 Sep 2010 22:00:58 +0000 Subject: [PATCH] fix the submit button font size --- plugins/unl_theme/views/default/css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/unl_theme/views/default/css.php b/plugins/unl_theme/views/default/css.php index 2ccbdd46..16e82229 100644 --- a/plugins/unl_theme/views/default/css.php +++ b/plugins/unl_theme/views/default/css.php @@ -81,7 +81,7 @@ display:inline-block; } #actionBar #casLogin {float:left;} - #actionBar #actionBar .submit_button { + #actionBar .submit_button { padding:0 10px; font-size:1.4em; margin-top:17px; -- GitLab