]> git.mxchange.org Git - friendica.git/commitdiff
Vier: Some more design changes to "plus" style.
authorMichael Vogel <icarus@dabo.de>
Wed, 20 Aug 2014 23:00:56 +0000 (01:00 +0200)
committerMichael Vogel <icarus@dabo.de>
Wed, 20 Aug 2014 23:00:56 +0000 (01:00 +0200)
mod/profiles.php
view/theme/vier/plus.css

index b715fc3eed78df3d33e93ad698b274d75b623b61..4914ae1eff8acff9cc77dc5543440ceabce1debe 100644 (file)
@@ -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;
                }
 
index baaffb8995037a50ae0a6077a79a96c195ded5cc..f334d6cdd12f8ce91d6a46fca29f8c276e331de3 100644 (file)
@@ -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;
 }