From 94d255707735c5d444096c3e1edad8f972a1906e Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 21 Aug 2014 01:00:56 +0200 Subject: [PATCH] Vier: Some more design changes to "plus" style. --- mod/profiles.php | 2 +- view/theme/vier/plus.css | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/mod/profiles.php b/mod/profiles.php index b715fc3eed..4914ae1eff 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -167,7 +167,7 @@ function profiles_post(&$a) { $profile_name = notags(trim($_POST['profile_name'])); if(! strlen($profile_name)) { - notify( t('Profile Name is required.') . EOL); + notice( t('Profile Name is required.') . EOL); return; } diff --git a/view/theme/vier/plus.css b/view/theme/vier/plus.css index baaffb8995..f334d6cdd1 100644 --- a/view/theme/vier/plus.css +++ b/view/theme/vier/plus.css @@ -87,6 +87,21 @@ div.jGrowl div.info { background: #fff url("../../../images/icons/48/info.png") no-repeat 5px center; } +div.jGrowl div.notice { + color: #737373; +} +div.jGrowl div.info { + color: #737373; +} + +.birthday-notice, .event-notice { + font-weight: initial; +} + +div.pager, ul.tabs { + font-weight: initial; +} + nav .nav-menu-icon.selected { background-color: #fff; }