diff options
| author | Rob Peters <makitso@gmail.com> | 2010-04-10 13:30:32 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-04-10 13:30:32 +0000 |
| commit | d31718e7e3f1eb4f7185b0e4e4d22077b9ca5db5 (patch) | |
| tree | df127c8481433c93dc32e67954d7638f6623cb3c /themes/cloudy | |
| parent | f87bf8f73e5509fb5a395cbda2aea21ef53c388c (diff) | |
| download | webtrees-d31718e7e3f1eb4f7185b0e4e4d22077b9ca5db5.tar.gz webtrees-d31718e7e3f1eb4f7185b0e4e4d22077b9ca5db5.tar.bz2 webtrees-d31718e7e3f1eb4f7185b0e4e4d22077b9ca5db5.zip | |
Correct language dropdown position
Diffstat (limited to 'themes/cloudy')
| -rw-r--r-- | themes/cloudy/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/cloudy/header.php b/themes/cloudy/header.php index 41eb068b96..d327fb2647 100644 --- a/themes/cloudy/header.php +++ b/themes/cloudy/header.php @@ -253,7 +253,7 @@ else { ?> </td> <?php if (empty($SEARCH_SPIDER)) { ?> - <td> + <td width="120"> <div align="<?php echo $TEXT_DIRECTION=="rtl"?"left":"right"; ?>" > <?php print_lang_form(1); ?> </div> |
