1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-03 11:47:51 +02:00

UI Improvements - Default Theme - Updates #194

This commit is contained in:
Awilum
2014-04-13 10:36:36 +04:00
parent a36b72f32f
commit c60cd592c4
2 changed files with 15 additions and 1 deletions

View File

@@ -66,6 +66,14 @@ a.monstra-blog-tag {
background-color: #fff;
}
.navbar-nav {
float: right;
}
.icon-bar {
background: #333;
}
.navbar-nav a {
color: #696969;
}
@@ -129,3 +137,9 @@ footer {
margin-bottom: 20px;
color: #aaa;
}
@media (max-width: 600px) {
.navbar-nav {
float: left;
}
}

View File

@@ -61,7 +61,7 @@
<a class="navbar-brand" href="<?php echo Site::url(); ?>"><?php echo Site::name(); ?></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav pull-right">
<ul class="nav navbar-nav">
<?php echo Menu::get(); ?>
<?php Users::getPanel(); ?>
</ul>