- css tweaks for IE7/8/FF
authorharris wong <hwong@ocad.ca>
Tue, 10 Aug 2010 16:34:46 +0000 (16:34 -0000)
committerharris wong <hwong@ocad.ca>
Tue, 10 Aug 2010 16:34:46 +0000 (16:34 -0000)
mods/job_board/employer/add_new_post.php
mods/job_board/employer/profile.php
mods/job_board/employer/view_post.php
mods/job_board/include/html/employer/jb_home.tmpl.php
mods/job_board/include/html/jb_index.tmpl.php
mods/job_board/module.css

index 622a83f..0cf5cc6 100644 (file)
@@ -84,7 +84,9 @@ if (!isset($_REQUEST['setvisual']) && !isset($_REQUEST['settext'])) {
 }
 
 include(AT_INCLUDE_PATH.'header.inc.php');
+echo '<div class="pageinator_box">';
 $savant->display('employer/jb_employer_header.tmpl.php');
+echo '</div>';
 $savant->assign('categories', $all_categories);
 $savant->display('employer/jb_add_new_post.tmpl.php');
 include(AT_INCLUDE_PATH.'footer.inc.php'); 
index 9e0b580..a11de83 100644 (file)
@@ -74,7 +74,9 @@ if ($_POST['submit']){
 
 include(AT_INCLUDE_PATH.'header.inc.php');
 $msg->printConfirm();
+echo '<div class="pageinator_box">';
 $savant->display('employer/jb_employer_header.tmpl.php');
+echo '</div>';
 $savant->assign('name', $employer->getName());
 $savant->assign('company', $employer->getCompany());
 $savant->assign('email', $employer->getEmail());
index 82e58dc..dbd5196 100644 (file)
@@ -54,7 +54,9 @@ if (isset($_POST['submit_no'])) {
 
 include(AT_INCLUDE_PATH.'header.inc.php');
 $msg->printConfirm();
+echo '<div class="pageinator_box">';
 $savant->display('employer/jb_employer_header.tmpl.php');
+echo '</div>';
 $savant->assign('job_obj', $job);
 $savant->assign('job_post', $job_post);
 $savant->display('jb_view_post.tmpl.php');
index a868e09..f5f05e4 100644 (file)
@@ -45,3 +45,4 @@
                <?php endif; ?>
        </tbody>
 </table>
+<br style="clear:both;" />
index 4579fcd..2eaa752 100644 (file)
@@ -55,3 +55,4 @@ if ($search_string!=''){
                </tbody>
        </table>
 </div>
+<br style="clear:both;" />
index ffa428d..7b16741 100644 (file)
@@ -99,3 +99,13 @@ div.admin_categories div.left{
 div.admin_categories div.right{
        float: left;
 }
+
+/* overriders */
+div.paging {
+       margin:0em auto;
+}
+div.pageinator_box{
+       width: 94%;
+       margin-bottom: 0em;
+       border-width: 1px;
+}
\ No newline at end of file