diff options
Diffstat (limited to 'themes/clouds')
| -rw-r--r-- | themes/clouds/header.php | 1 | ||||
| -rw-r--r-- | themes/clouds/style.css | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/themes/clouds/header.php b/themes/clouds/header.php index 6afbbc3dcb..9fbd1228c8 100644 --- a/themes/clouds/header.php +++ b/themes/clouds/header.php @@ -133,5 +133,6 @@ if ($view!='simple') { // Use "simple" headers for popup windows foreach (Zend_Controller_Action_HelperBroker::getStaticHelper('FlashMessenger')->getMessages() as $message) { echo '<p class="ui-state-highlight">', $message, '</p>'; } + '</div>'; // <div id="clouds-container"> } echo $javascript, '<div id="content">'; diff --git a/themes/clouds/style.css b/themes/clouds/style.css index 07370c9441..4c2b233536 100644 --- a/themes/clouds/style.css +++ b/themes/clouds/style.css @@ -58,7 +58,7 @@ body { /* set up div container for main menu and options menu */ -#topMenu {clear: both; height:31px; width: 100%; background: #aaccff;} +#topMenu {border-bottom: 1px solid #003399; clear: both; height:31px; width: 100%; background: #aaccff;} #menu-right {float: right; margin-right: 20px;} /* LTR to TRL Translation */ |
