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