diff --git a/unl_theme/views/default/page_elements/header.php b/unl_theme/views/default/page_elements/header.php index af5fdf0bca345cb0f92207a5658c1701e5ceeab5..25f78c165fd69d6b086b94b6deb5ff1b640701c4 100644 --- a/unl_theme/views/default/page_elements/header.php +++ b/unl_theme/views/default/page_elements/header.php @@ -43,8 +43,25 @@ if (isset($pickerinuse) && $pickerinuse == true) { ?> <!-- include the default css file --> <link rel="stylesheet" href="<?php echo $vars['url']; ?>_css/css.css?lastcache=<?php echo $vars['config']->lastcache; ?>&viewtype=<?php echo $vars['view']; ?>" type="text/css" /> <style type="text/css"> + #navigation {display:none;} #container #main_right {width:960px;} + +#unlsearch fieldset label { color: #FFF; font-size: 100%; } +#unlsearch fieldset input { + padding: 0; + -moz-border-radius:0; + font-family: inherit; + color: #000; +} +#header ul { margin: 0; } +#fixed { font-size: 71%; } +#quicklinks { line-height: 1; } +#title { padding-bottom: 10px; } +#two_column_left_sidebar_maincontent { width: 700px; } +#elgg_topbar { min-width: 0; } +#maincontent li.drop ul { padding: 0; } +#widgets_left { min-height: 0; } </style> <?php echo $feedref;