Index: switchtheme.css =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/switchtheme/switchtheme.css,v retrieving revision 1.3 diff -u -r1.3 switchtheme.css --- switchtheme.css 20 Apr 2008 20:31:01 -0000 1.3 +++ switchtheme.css 12 Dec 2008 06:15:41 -0000 @@ -14,4 +14,6 @@ width: auto; margin-left: 3px; } - +#switchtheme-switch-form .form-item label { + display: inline; +} Index: switchtheme.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/switchtheme/switchtheme.module,v retrieving revision 1.15 diff -u -r1.15 switchtheme.module --- switchtheme.module 2 Nov 2008 13:32:46 -0000 1.15 +++ switchtheme.module 12 Dec 2008 06:23:05 -0000 @@ -148,6 +148,7 @@ $form = array(); $form['theme'] = array( + '#title' => t('Select theme'), '#type' => 'select', '#default_value' => !empty($custom_theme) ? $custom_theme : $user->theme, '#attributes' => array('title' => t('Change the way this site looks.')),