Commit ab27d1c1 authored by q4speed's avatar q4speed

修改菜单折叠起来时Logo

parent 81604256
......@@ -296,22 +296,26 @@ div.dataTables_wrapper div.dataTables_filter {
border-color: #2f4050;
}
.nav-header {
.nav-header, body.mini-navbar .nav-header {
padding: 0;
background: #202c37;
}
.profile-element {
margin-left: 20px;
.profile-element div:first-child {
line-height: 60px;
width: 70px;
float: left;
text-align: center;
}
.profile-element div {
.profile-element div:last-child {
line-height: 60px;
width: 150px;
float: left;
font-size: 22px;
color: #1ab394;
}
.profile-element div + div {
margin-left: 5px;
.logo-element {
padding: 10px 0;
}
\ No newline at end of file
......@@ -10,6 +10,9 @@
</div>
</div>
<div class="clearfix"></div>
<div class="logo-element">
<img alt="image" height="40" src="/static/img/logo.png"/>
</div>
</li>
<script>
$(document).ready(function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment