* Adjust my site story list style.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user