修改top部分菜单样式,以及新增/删除配置区域的操作按钮样式
This commit is contained in:
@@ -226,16 +226,16 @@ window.onresize=function(){
|
||||
<ul class="dropdown-menu pull-left">
|
||||
<c:forEach items="${menu.children}" var="secondMenu" varStatus="secondStatus">
|
||||
<c:if test="${secondMenu.isTop eq 1 && secondMenu.isShow eq 1}">
|
||||
<c:if test="${secondStatus.index==2}">
|
||||
<%-- <c:if test="${secondStatus.index==2}">
|
||||
<li class="divider"></li>
|
||||
</c:if>
|
||||
</c:if> --%>
|
||||
<li>
|
||||
<a href="javascript:;" id="${secondMenu.id}">
|
||||
<i class="${secondMenu.icon }"></i>
|
||||
<%-- ${secondMenu.name } --%><spring:message code="${secondMenu.code}"></spring:message>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="divider"></li>
|
||||
</c:if>
|
||||
|
||||
</c:forEach>
|
||||
|
||||
@@ -243,7 +243,7 @@ th {
|
||||
|
||||
.glyphicon {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
top: 5px;
|
||||
display: inline-block;
|
||||
font-family: 'Glyphicons Halflings';
|
||||
font-style: normal;
|
||||
@@ -256,7 +256,7 @@ th {
|
||||
content: "\002a"; }
|
||||
|
||||
.glyphicon-plus:before {
|
||||
content: "\002b"; }
|
||||
content: "\002b";color:#27a4b0; }
|
||||
|
||||
.glyphicon-euro:before,
|
||||
.glyphicon-eur:before {
|
||||
@@ -311,7 +311,7 @@ th {
|
||||
content: "\e013"; }
|
||||
|
||||
.glyphicon-remove:before {
|
||||
content: "\e014"; }
|
||||
content: "\e014"; color:#ed6b75;margin-right:5px}
|
||||
|
||||
.glyphicon-zoom-in:before {
|
||||
content: "\e015"; }
|
||||
|
||||
Reference in New Issue
Block a user