* Adjust style of create story.

This commit is contained in:
liyuchun
2021-11-22 14:00:53 +08:00
parent da47c729d9
commit dfe63ef1a6
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -3,3 +3,5 @@
.pri-selector > .btn {padding: 5px 8px !important; width: 100%;}
.pri-selector > .dropdown-menu {padding: 10px;}
#source_chosen {min-width: 50px !important;}
+1 -1
View File
@@ -91,7 +91,7 @@
<div class="input-group-addon" style="min-width: 77px;"><?php echo $lang->story->source;?></div>
<?php echo html::select('source', $lang->story->sourceList, $source, "class='form-control chosen'");?>
<span class='input-group-addon' id='sourceNoteBox'><?php echo $lang->story->sourceNote;?></span>
<?php $sourceNoteWidth = isonlybody() ? "style='width: 70px;'" : "style='width: 140px;'"?>
<?php $sourceNoteWidth = isonlybody() ? "style='width: 89px;'" : "style='width: 180px;'"?>
<?php echo html::input('sourceNote', $sourceNote, "class='form-control' $sourceNoteWidth");?>
</div>
</div>