diff --git a/view/theme/vier/narrow.css b/view/theme/vier/narrow.css new file mode 100644 index 0000000000..09f0e2f12e --- /dev/null +++ b/view/theme/vier/narrow.css @@ -0,0 +1,12 @@ +#nav-user-linklabel { + display: none; +} + +nav ul li .menu-popup { + left: auto; + right: 0px; +} + +nav #search-box #search-text { + width: 100px; +} diff --git a/view/theme/vier/style.php b/view/theme/vier/style.php index e118d1ef09..72731a9beb 100644 --- a/view/theme/vier/style.php +++ b/view/theme/vier/style.php @@ -26,5 +26,3 @@ else if ($style == "dark") $stylecss = file_get_contents('view/theme/vier/dark.css'); echo $stylecss; - - diff --git a/view/theme/vier/theme.php b/view/theme/vier/theme.php index c52a2be82e..af7cd0275f 100644 --- a/view/theme/vier/theme.php +++ b/view/theme/vier/theme.php @@ -20,6 +20,7 @@ $baseurl = $a->get_baseurl(); $a->theme_info = array(); $a->page['htmlhead'] .= <<< EOT +