* finish task #2164.

This commit is contained in:
Catouse
2014-12-10 15:10:12 +08:00
parent 85ba11c7ea
commit eff1aed20e
7 changed files with 64 additions and 32 deletions
+7 -3
View File
@@ -2,10 +2,14 @@
.ke-outline .ke-icon-savetemplate {background-image: url(theme/default/images/kindeditor/save.gif); background-position: center; width: 56px; height: 20px;}
/* template box */
#tplBox .list-group-item {padding: 6px 6px;}
#tplBox .list-group-item:hover {background: #f1f1f1}
#tplBox .list-group-item a {color: #333}
.bootbox-prompt .modal-dialog {width: 500px; margin-top: 10%;}
#buildBoxActions {padding-left: 15px;}
#tplBoxWrapper {position: relative; z-index: 10;}
#tplBoxWrapper > .btn-toolbar {position: absolute; right: 5px; top: 2px;}
#tplBoxWrapper .btn {padding: 2px 8px}
#tplBox li {position: relative;}
#tplBox li .btn-delete {position: absolute; right: 0; top: 0; display: block; width: 40px; text-align:center;}
#tplBox li .tpl-name {padding-right: 40px;}