Several improvements to the admin panel
This commit is contained in:
@@ -89,11 +89,19 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
.tags .bootstrap-tagsinput {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.tags .bootstrap-tagsinput > input {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.tags .tag {
|
||||
display: inline-block;
|
||||
width: unset;
|
||||
background: #2272ff;
|
||||
color: #fff !important;
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
.tags .tag::after {
|
||||
@@ -162,7 +170,8 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
</div>
|
||||
<h1 class="post-title"><span id="postTitle" class="noEnter"></span></h1>
|
||||
<h2 class="post-subtitle"><span id="postDescription"></span></h2>
|
||||
<div id="postContent"></div>
|
||||
<!-- <div id="postContent"></div>-->
|
||||
<textarea id="postContent"></textarea>
|
||||
</div>
|
||||
<!--/.blog-item-->
|
||||
</div>
|
||||
@@ -183,6 +192,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
<div class="tags">
|
||||
<input type="text" data-role="tagsinput" id="postTags">
|
||||
</div>
|
||||
<!-- <input type="text" id="postTags">-->
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
@@ -207,11 +217,20 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<button class="btn btn-default btn-sm" id="blogPreview">
|
||||
<i class="fa fa-eye"></i>
|
||||
Vorschau
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<button class="btn btn-default btn-sm" id="blogPostSave">
|
||||
<i class="fa fa-save"></i>
|
||||
Speichern
|
||||
</button>
|
||||
<button class="btn btn-primary btn-sm" id="blogSubmit" data-loading-text="Lädt...">
|
||||
<i class="fa fa-cloud"></i>
|
||||
Veröffentlichen
|
||||
</button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user