1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Styling fixes.

This commit is contained in:
Cameron 2015-05-05 11:38:22 -07:00
parent b5382c3792
commit c57876bdff
4 changed files with 7 additions and 4 deletions

View File

@ -59,12 +59,13 @@ $USERPOSTS_NP_TABLE = $USERPOSTS_TEMPLATE['np_table']; // BC, will be removed
"; ";
// ##### ------------------------------------------------------------------------------------------ // ##### ------------------------------------------------------------------------------------------
//TODO Put this part into the forum plugin.
// ##### USERPOSTS FORUM TABLE -------------------------------------------------------------------- // ##### USERPOSTS FORUM TABLE --------------------------------------------------------------------
// additional shortcodes available: // additional shortcodes available:
// {USERPOSTS_FORUM_SEARCH_FIELD}, {USERPOSTS_FORUM_SEARCH_BUTTON} // {USERPOSTS_FORUM_SEARCH_FIELD}, {USERPOSTS_FORUM_SEARCH_BUTTON}
$USERPOSTS_TEMPLATE['forum_table_start'] = " $USERPOSTS_TEMPLATE['forum_table_start'] = "
<div style='text-align:center'> <div>
{NEXTPREV} {NEXTPREV}
<form method='post' action='".e_REQUEST_URL."'> <form method='post' action='".e_REQUEST_URL."'>
<table class='table fborder up-forum' id='up-forum'> <table class='table fborder up-forum' id='up-forum'>

View File

@ -1 +1,3 @@
.forum-viewforum-pagination { margin:0px } .forum-viewforum-pagination { margin:0px }
#poll.tab-pane .form-group { margin-left: 0px; margin-right:0px}

View File

@ -25,7 +25,7 @@ if (!$e107->isInstalled('forum'))
} }
e107::lan('forum','English_front'); e107::lan('forum','English_front');
e107::css('forum','forum.css');

View File

@ -681,7 +681,7 @@ class poll
$text .= "<br /> $text .= "<br />
<div class='form-horizontal control-group'> <div class='form-horizontal control-group'>
<label class='control-label'>".LAN_FORUM_3033."</label> <label class='control-label'>".LAN_FORUM_3033."</label>
<div class='controls'> <div class='radio controls'>
". $frm->radio('multipleChoice',$opts, vartrue($_POST['multipleChoice'], 0) ).$frm->hidden('storageMethod', 1)." ". $frm->radio('multipleChoice',$opts, vartrue($_POST['multipleChoice'], 0) ).$frm->hidden('storageMethod', 1)."
</div> </div>
</div> </div>