* Adjust my site story list style.

This commit is contained in:
leiyong
2021-01-04 15:32:21 +08:00
parent ee27a46633
commit 51577dc1f3
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -11,7 +11,6 @@
*/
?>
<?php include '../../common/view/header.html.php';?>
<style>.form-actions{margin-top: 120px} </style>
<div id='mainContent' class='main-content'>
<div class='center-block'>
<div class='main-header'>
@@ -19,11 +18,11 @@
<span><?php echo $lang->my->setStoryConcept;?></span>
</h2>
</div>
<form method='post' target='hiddenwin' style="height: 300px;">
<form method='post' class='main-form' target='hiddenwin'>
<table class='table table-form'>
<tr>
<th><?php echo $lang->my->storyConcept;?></th>
<td><?php echo html::select('URSR', $URSRList, $URSR, "class='form-control chosen'");?></td>
<td><?php echo html::select('URSR', $URSRList, $URSR, "class='form-control'");?></td>
<td><?php echo html::submitButton();?></td>
</tr>
</table>
+1 -1
View File
@@ -40,7 +40,7 @@
?>
</div>
<div class="btn-toolbar pull-right">
<?php common::printIcon('my', 'setStoryConcept', '', '', 'button', 'cog muted', '', 'iframe', 1, 'data-width="600"', $lang->my->setStoryConcept);?>
<?php common::printIcon('my', 'setStoryConcept', '', '', 'button', 'icon icon-cog-outline', '', 'iframe', 1, 'data-width="600"', $lang->my->setStoryConcept);?>
</div>
</div>
<div id="mainContent">