diff --git a/view/theme/diabook-aerith/rs_common_tabs.tpl b/view/theme/diabook-aerith/rs_common_tabs.tpl
index 513778e7..6a1c5c71 100755
--- a/view/theme/diabook-aerith/rs_common_tabs.tpl
+++ b/view/theme/diabook-aerith/rs_common_tabs.tpl
@@ -1,4 +1,4 @@
-
Settings Menu
+Settings Menu
{{ for $tabs as $tab }}
- $tab.label
diff --git a/view/theme/diabook-aerith/style-settings.css b/view/theme/diabook-aerith/style-settings.css
index af08f0ff..0326dbcf 100644
--- a/view/theme/diabook-aerith/style-settings.css
+++ b/view/theme/diabook-aerith/style-settings.css
@@ -982,18 +982,14 @@ ul.menu-popup .empty {
aside {
display: table-cell;
vertical-align: top;
- width: 160px;
+ width: 200px;
padding: 0px 10px 0px 10px;
border-right: 1px solid #D2D2D2;
float: left;
/* background: #F1F1F1; */
}
aside #page-sidebar{display: none;}
-aside .vcard .fn {
- font-size: 18px;
- font-weight: bold;
- margin-bottom: 5px;
-}
+aside .vcard {display: none;}
aside .vcard .title {
margin-bottom: 5px;
}
@@ -1056,10 +1052,7 @@ aside #side-follow-url {
aside #side-peoplefind-url {
width: 150px;
}
-#contact-block {
- overflow: auto;
- height: auto;
-}
+#contact-block {display: none;}
#contact-block .contact-block-h4 {
float: left;
margin: 5px 0px;
@@ -1192,8 +1185,8 @@ span.sbox input {
section {
display: table-cell;
vertical-align: top;
- width: 640px;
- padding: 0px 10px 0px 10px;
+ width: 650px;
+ padding: 0px 0px 0px 20px;
}
body .pageheader{
diff --git a/view/theme/diabook-aerith/theme.php b/view/theme/diabook-aerith/theme.php
index 38dd9ae8..132d69b4 100755
--- a/view/theme/diabook-aerith/theme.php
+++ b/view/theme/diabook-aerith/theme.php
@@ -291,7 +291,7 @@ if ($a->argv[0] === "settings"){
)
);
$tabtpl = file_get_contents(dirname(__file__).'/rs_common_tabs.tpl') ;
- $a->page['right_aside'] = replace_macros($tabtpl, array(
+ $a->page['aside'] = replace_macros($tabtpl, array(
'$tabs' => $tabs,
));
diff --git a/view/theme/diabook-blue/rs_common_tabs.tpl b/view/theme/diabook-blue/rs_common_tabs.tpl
index 513778e7..6a1c5c71 100755
--- a/view/theme/diabook-blue/rs_common_tabs.tpl
+++ b/view/theme/diabook-blue/rs_common_tabs.tpl
@@ -1,4 +1,4 @@
-Settings Menu
+Settings Menu
{{ for $tabs as $tab }}
- $tab.label
diff --git a/view/theme/diabook-blue/style-settings.css b/view/theme/diabook-blue/style-settings.css
index 4d57d378..197b53d3 100644
--- a/view/theme/diabook-blue/style-settings.css
+++ b/view/theme/diabook-blue/style-settings.css
@@ -945,17 +945,15 @@ ul.menu-popup .empty {
aside {
display: table-cell;
vertical-align: top;
- width: 160px;
+ width: 200px;
padding: 0px 10px 0px 10px;
border-right: 1px solid #D2D2D2;
float: left;
/* background: #F1F1F1; */
}
-aside .vcard .fn {
- font-size: 18px;
- font-weight: bold;
- margin-bottom: 5px;
+aside .vcard {
+ display: none;
}
aside .vcard .title {
margin-bottom: 5px;
@@ -1018,8 +1016,7 @@ aside #side-peoplefind-url {
width: 150px;
}
#contact-block {
- overflow: auto;
- height: auto;
+ display: none;
}
#contact-block .contact-block-h4 {
float: left;
@@ -1153,8 +1150,8 @@ span.sbox input {
section {
display: table-cell;
vertical-align: top;
- width: 640px;
- padding: 0px 10px 0px 10px;
+ width: 650px;
+ padding: 0px 0px 0px 20px;
}
body .pageheader{
diff --git a/view/theme/diabook-blue/theme.php b/view/theme/diabook-blue/theme.php
index 52879649..4d9e31bf 100755
--- a/view/theme/diabook-blue/theme.php
+++ b/view/theme/diabook-blue/theme.php
@@ -291,7 +291,7 @@ if ($a->argv[0] === "settings"){
)
);
$tabtpl = file_get_contents(dirname(__file__).'/rs_common_tabs.tpl') ;
- $a->page['right_aside'] = replace_macros($tabtpl, array(
+ $a->page['aside'] = replace_macros($tabtpl, array(
'$tabs' => $tabs,
));
diff --git a/view/theme/diabook-red/rs_common_tabs.tpl b/view/theme/diabook-red/rs_common_tabs.tpl
index 513778e7..6a1c5c71 100755
--- a/view/theme/diabook-red/rs_common_tabs.tpl
+++ b/view/theme/diabook-red/rs_common_tabs.tpl
@@ -1,4 +1,4 @@
-Settings Menu
+Settings Menu
{{ for $tabs as $tab }}
- $tab.label
diff --git a/view/theme/diabook-red/style-settings.css b/view/theme/diabook-red/style-settings.css
index 4282b026..9407c68f 100644
--- a/view/theme/diabook-red/style-settings.css
+++ b/view/theme/diabook-red/style-settings.css
@@ -960,17 +960,15 @@ ul.menu-popup .empty {
aside {
display: table-cell;
vertical-align: top;
- width: 160px;
+ width: 200px;
padding: 0px 10px 0px 10px;
border-right: 1px solid #D2D2D2;
float: left;
/* background: #F1F1F1; */
}
-aside .vcard .fn {
- font-size: 18px;
- font-weight: bold;
- margin-bottom: 5px;
+aside .vcard {
+ display: none;
}
aside .vcard .title {
margin-bottom: 5px;
@@ -1035,8 +1033,7 @@ aside #side-peoplefind-url {
width: 150px;
}
#contact-block {
- overflow: auto;
- height: auto;
+ display: none;
}
#contact-block .contact-block-h4 {
float: left;
@@ -1170,8 +1167,8 @@ span.sbox input {
section {
display: table-cell;
vertical-align: top;
- width: 640px;
- padding: 0px 10px 0px 10px;
+ width: 650px;
+ padding: 0px 0px 0px 20px;
}
body .pageheader{
diff --git a/view/theme/diabook-red/theme.php b/view/theme/diabook-red/theme.php
index 6b8d6b6d..ba5a69d2 100755
--- a/view/theme/diabook-red/theme.php
+++ b/view/theme/diabook-red/theme.php
@@ -292,7 +292,7 @@ if ($a->argv[0] === "settings"){
)
);
$tabtpl = file_get_contents(dirname(__file__).'/rs_common_tabs.tpl') ;
- $a->page['right_aside'] = replace_macros($tabtpl, array(
+ $a->page['aside'] = replace_macros($tabtpl, array(
'$tabs' => $tabs,
));
diff --git a/view/theme/diabook/rs_common_tabs.tpl b/view/theme/diabook/rs_common_tabs.tpl
index 513778e7..6a1c5c71 100755
--- a/view/theme/diabook/rs_common_tabs.tpl
+++ b/view/theme/diabook/rs_common_tabs.tpl
@@ -1,4 +1,4 @@
-Settings Menu
+Settings Menu
{{ for $tabs as $tab }}
- $tab.label
diff --git a/view/theme/diabook/style-settings.css b/view/theme/diabook/style-settings.css
index e077e608..46f7e957 100644
--- a/view/theme/diabook/style-settings.css
+++ b/view/theme/diabook/style-settings.css
@@ -934,17 +934,15 @@ ul.menu-popup .empty {
aside {
display: table-cell;
vertical-align: top;
- width: 160px;
+ width: 200px;
padding: 0px 10px 0px 10px;
border-right: 1px solid #D2D2D2;
float: left;
/* background: #F1F1F1; */
}
-aside .vcard .fn {
- font-size: 18px;
- font-weight: bold;
- margin-bottom: 5px;
+aside .vcard {
+ display: none;
}
aside .vcard .title {
margin-bottom: 5px;
@@ -1007,8 +1005,7 @@ aside #side-peoplefind-url {
width: 150px;
}
#contact-block {
- overflow: auto;
- height: auto;
+ display: none;
}
#contact-block .contact-block-h4 {
float: left;
@@ -1132,8 +1129,8 @@ span.sbox input {
section {
display: table-cell;
vertical-align: top;
- width: 640px;
- padding: 0px 10px 0px 10px;
+ width: 650px;
+ padding: 0px 0px 0px 20px;
}
body .pageheader{
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php
index 08bdfaf8..6973951a 100755
--- a/view/theme/diabook/theme.php
+++ b/view/theme/diabook/theme.php
@@ -299,7 +299,7 @@ if ($a->argv[0] === "settings"){
)
);
$tabtpl = file_get_contents(dirname(__file__).'/rs_common_tabs.tpl') ;
- $a->page['right_aside'] = replace_macros($tabtpl, array(
+ $a->page['aside'] = replace_macros($tabtpl, array(
'$tabs' => $tabs,
));