This commit is contained in:
Shinsuke Sugaya 2017-02-04 15:02:25 +09:00
parent 57c8bee683
commit eab3a86fb5
2 changed files with 2 additions and 10 deletions

View file

@ -2,10 +2,7 @@
<!-- Main Header -->
<header class="main-header">
<!-- Logo -->
<la:link href="/admin/" styleClass="logo">
<span class="logo-mini"><img
src="${f:url('/images/logo-head.png')}"
alt="<la:message key="labels.header_brand_name" />" /></span>
<la:link href="/admin/" styleClass="logo hidden-xs">
<span class="logo-lg"><img
src="${f:url('/images/logo-head.png')}"
alt="<la:message key="labels.header_brand_name" />" /></span>

View file

@ -30,11 +30,6 @@
background-color: #f5f5f5;
}
.logo-mini img {
width: 80%;
height: 80%;
}
.logo-lg img {
width: 50%;
height: 50%;
@ -44,7 +39,7 @@
margin: 20px 0;
}
.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
.sidebar-mini.sidebar-collapse .main-header {
font-size: 13px;
}