aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/nav.php2
-rw-r--r--view/css/bootstrap-red.css6
-rw-r--r--view/theme/redbasic/css/style.css4
3 files changed, 6 insertions, 6 deletions
diff --git a/include/nav.php b/include/nav.php
index 1134d1b48..77287c021 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -124,7 +124,7 @@ EOT;
if($observer) {
$userinfo = array(
- 'icon' => $observer['xchan_photo_s'],
+ 'icon' => $observer['xchan_photo_m'],
'name' => $observer['xchan_addr'],
);
}
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css
index ffc288962..1d3c329ec 100644
--- a/view/css/bootstrap-red.css
+++ b/view/css/bootstrap-red.css
@@ -26,12 +26,12 @@ nav i {
}
nav ul li {
- max-height: 49px;
+ max-height: 50px;
}
nav img {
- height: 48px;
- width: 48px;
+ height: 49px;
+ width: 49px;
margin-top: 1px;
}
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index a5e5dffdb..83b10b527 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -790,7 +790,7 @@ a.rateme, div.rateme {
}
nav .acpopup {
- top: 49px !important;
+ top: 50px !important;
margin-left: -35px;
width: 290px;
}
@@ -1231,7 +1231,7 @@ div.jGrowl div.jGrowl-notification {
#nav-search-text-ac .autocomplete {
position: fixed;
- top: 50px;
+ top: 51px;
border: 1px solid $nav_bd;
border-top: none;
}