diff --git a/include/nav.php b/include/nav.php index 511ca07fc0..aadfa82fd8 100755 --- a/include/nav.php +++ b/include/nav.php @@ -122,6 +122,9 @@ function nav(&$a) { } $nav['messages'] = array('message', t('Messages'), "", t('Private mail')); + $nav['messages']['inbox'] = array('message', t('Inbox'), "", t('Inbox')); + $nav['messages']['outbox']= array('message/sent', t('Outbox'), "", t('Outbox')); + $nav['messages']['new'] = array('message/new', t('New Message'), "", t('New Message')); if(is_array($a->identities) && count($a->identities) > 1) { $nav['manage'] = array('manage', t('Manage'), "", t('Manage other pages')); diff --git a/view/theme/diabook/icons/ftdevs.gif b/view/theme/diabook/icons/ftdevs.gif new file mode 100644 index 0000000000..e0fc257434 Binary files /dev/null and b/view/theme/diabook/icons/ftdevs.gif differ diff --git a/view/theme/diabook/icons/scroll_top.png b/view/theme/diabook/icons/scroll_top.png new file mode 100755 index 0000000000..0e7f7ae6a6 Binary files /dev/null and b/view/theme/diabook/icons/scroll_top.png differ diff --git a/view/theme/diabook/nav.tpl b/view/theme/diabook/nav.tpl index 1f2f64f6af..3a36e7daaf 100644 --- a/view/theme/diabook/nav.tpl +++ b/view/theme/diabook/nav.tpl @@ -25,7 +25,7 @@ $nav.contacts.1 @@ -38,9 +38,9 @@ {{ endif }} @@ -138,18 +138,11 @@ +
$langselector
-
+
-$nav.login.1 - - - - - {# {{ if $nav.logout }}$nav.logout.1 {{ endif }} diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css index ddbbc2e53d..fe1d3d8829 100644 --- a/view/theme/diabook/style.css +++ b/view/theme/diabook/style.css @@ -619,6 +619,7 @@ nav .nav-menu-search { margin: 3px 17px; margin-right: 0px; height: 17px; + width: 205px; } nav .nav-menu-icon { @@ -856,7 +857,7 @@ aside { /* background: #F1F1F1; */ } aside .vcard .fn { - font-size: 16px; + font-size: 18px; font-weight: bold; margin-bottom: 5px; } @@ -1427,12 +1428,13 @@ section { margin-top: 10px; } #profile-jot-form #jot-title { - border: 0px; - margin: 0px; - height: 20px; - width: 700px; - font-weight: bold; - border: 1px solid #ffffff; + + border-radius: 5px 5px 5px 5px; + font-weight: bold; + height: 20px; + margin: 0 0 5px; + width: 60%; + border: 1px solid #ffffff; } #profile-jot-form #jot-title:-webkit-input-placeholder { font-weight: normal; @@ -1883,7 +1885,12 @@ blockquote { padding-left: 9px; margin: 0 0 0 .8ex; } - +.aprofile dt{ +box-shadow: 1px 1px 5px 0; + color: #666666; + margin: 15px 0 5px; + padding-left: 5px; + } /* ================== */ /* = Contacts Block = */ /* ================== */