add bs classes to design tools menu
This commit is contained in:
parent
aeb162e963
commit
05f018e509
@ -623,16 +623,6 @@ footer {
|
||||
}
|
||||
|
||||
|
||||
.pmenu {
|
||||
border-bottom: 1px solid #eec;
|
||||
padding: 8px;
|
||||
margin-top: 5px;
|
||||
-moz-border-radius: $radiuspx;
|
||||
-webkit-border-radius: $radiuspx;
|
||||
border-radius: $radiuspx;
|
||||
|
||||
}
|
||||
|
||||
.pmenu.horizontal {
|
||||
padding: 0 0 0 0;
|
||||
border-bottom: none;
|
||||
@ -1552,18 +1542,6 @@ a .drop-icons:hover {
|
||||
font-size: 1.8em;
|
||||
}
|
||||
|
||||
.design-tools ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.design-icons {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.design-icons:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#menulist {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div id="design-tools" class="widget design-tools">
|
||||
<h3>{{$title}}</h3>
|
||||
<ul>
|
||||
<ul class="nav nav-pills nav-stacked">
|
||||
<li><a href="blocks/{{$who}}">{{$blocks}}</a></li>
|
||||
<li><a href="menu{{if $sys}}?f=&sys=1{{/if}}">{{$menus}}</a></li>
|
||||
<li><a href="layouts/{{$who}}">{{$layout}}</a></li>
|
||||
|
@ -8,7 +8,7 @@
|
||||
{{foreach $items as $item}}
|
||||
<tr>
|
||||
<td>
|
||||
{{if $edit}}<a href="{{$baseurl}}/{{$item.url}}" title="{{$edit}}"><i class="icon-pencil design-icons design-edit-icon btn btn-default"></i></a> {{/if}}
|
||||
{{if $edit}}<a href="{{$baseurl}}/{{$item.url}}" title="{{$edit}}" class="btn btn-default"><i class="icon-pencil"></i></a> {{/if}}
|
||||
</td>
|
||||
<td>
|
||||
{{if $view}}<a href="page/{{$channel}}/{{$item.pagetitle}}" title="{{$view}}">{{$item.pagetitle}}</a>
|
||||
|
Reference in New Issue
Block a user