-<h3 style="margin-top: 0px; padding-left: 0px; text-align: center;">Settings Menu</h3>
+<h3 style="border-bottom: 1px solid #D2D2D2;">Settings Menu</h3>
<ul class="rs_tabs">
{{ for $tabs as $tab }}
<li><a href="$tab.url" class="rs_tab button $tab.sel">$tab.label</a></li>
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;
}
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;
section {
display: table-cell;
vertical-align: top;
- width: 640px;
- padding: 0px 10px 0px 10px;
+ width: 650px;
+ padding: 0px 0px 0px 20px;
}
body .pageheader{
)
);
$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,
));
-<h3 style="margin-top: 0px; padding-left: 0px; text-align: center;">Settings Menu</h3>
+<h3 style="border-bottom: 1px solid #D2D2D2;">Settings Menu</h3>
<ul class="rs_tabs">
{{ for $tabs as $tab }}
<li><a href="$tab.url" class="rs_tab button $tab.sel">$tab.label</a></li>
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;
width: 150px;
}
#contact-block {
- overflow: auto;
- height: auto;
+ display: none;
}
#contact-block .contact-block-h4 {
float: left;
section {
display: table-cell;
vertical-align: top;
- width: 640px;
- padding: 0px 10px 0px 10px;
+ width: 650px;
+ padding: 0px 0px 0px 20px;
}
body .pageheader{
)
);
$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,
));
-<h3 style="margin-top: 0px; padding-left: 0px; text-align: center;">Settings Menu</h3>
+<h3 style="border-bottom: 1px solid #D2D2D2;">Settings Menu</h3>
<ul class="rs_tabs">
{{ for $tabs as $tab }}
<li><a href="$tab.url" class="rs_tab button $tab.sel">$tab.label</a></li>
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;
width: 150px;
}
#contact-block {
- overflow: auto;
- height: auto;
+ display: none;
}
#contact-block .contact-block-h4 {
float: left;
section {
display: table-cell;
vertical-align: top;
- width: 640px;
- padding: 0px 10px 0px 10px;
+ width: 650px;
+ padding: 0px 0px 0px 20px;
}
body .pageheader{
)
);
$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,
));
-<h3 style="margin-top: 0px; padding-left: 0px; text-align: center;">Settings Menu</h3>
+<h3 style="border-bottom: 1px solid #D2D2D2;">Settings Menu</h3>
<ul class="rs_tabs">
{{ for $tabs as $tab }}
<li><a href="$tab.url" class="rs_tab button $tab.sel">$tab.label</a></li>
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;
width: 150px;
}
#contact-block {
- overflow: auto;
- height: auto;
+ display: none;
}
#contact-block .contact-block-h4 {
float: left;
section {
display: table-cell;
vertical-align: top;
- width: 640px;
- padding: 0px 10px 0px 10px;
+ width: 650px;
+ padding: 0px 0px 0px 20px;
}
body .pageheader{
)
);
$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,
));