1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 05:07:49 +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; background-color: #fff;
} }
.navbar-nav {
float: right;
}
.icon-bar {
background: #333;
}
.navbar-nav a { .navbar-nav a {
color: #696969; color: #696969;
} }
@@ -129,3 +137,9 @@ footer {
margin-bottom: 20px; margin-bottom: 20px;
color: #aaa; 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> <a class="navbar-brand" href="<?php echo Site::url(); ?>"><?php echo Site::name(); ?></a>
</div> </div>
<div class="collapse navbar-collapse"> <div class="collapse navbar-collapse">
<ul class="nav navbar-nav pull-right"> <ul class="nav navbar-nav">
<?php echo Menu::get(); ?> <?php echo Menu::get(); ?>
<?php Users::getPanel(); ?> <?php Users::getPanel(); ?>
</ul> </ul>