Revision: 2025
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2025&view=rev
Author:   cimorrison
Date:     2011-09-29 16:06:43 +0000 (Thu, 29 Sep 2011)
Log Message:
-----------
Tweaked styling

Modified Paths:
--------------
    mrbs/branches/datatables/web/Themes/default/header.inc
    mrbs/branches/datatables/web/mrbs.css.php
    mrbs/branches/datatables/web/trailer.inc

Modified: mrbs/branches/datatables/web/Themes/default/header.inc
===================================================================
--- mrbs/branches/datatables/web/Themes/default/header.inc      2011-09-29 
13:43:53 UTC (rev 2024)
+++ mrbs/branches/datatables/web/Themes/default/header.inc      2011-09-29 
16:06:43 UTC (rev 2025)
@@ -1941,6 +1941,8 @@
     </tr>
   </table>
 </div>
+
+<div id="contents">
 <?php
 
 } // end of print_theme_header()

Modified: mrbs/branches/datatables/web/mrbs.css.php
===================================================================
--- mrbs/branches/datatables/web/mrbs.css.php   2011-09-29 13:43:53 UTC (rev 
2024)
+++ mrbs/branches/datatables/web/mrbs.css.php   2011-09-29 16:06:43 UTC (rev 
2025)
@@ -22,6 +22,8 @@
 /* ------------ GENERAL -----------------------------*/
 
 body {font-size: small;
+    margin: 0;
+    padding: 0;
     color:            <?php echo $standard_font_color ?>;
     font-family:      <?php echo $standard_font_family ?>;
     background-color: <?php echo $body_background_color ?>}
@@ -31,6 +33,8 @@
 .warning {color: <?php echo $highlight_font_color ?>}                        
/* for warning messages */
 .note    {font-style: italic}
 
+div#contents, div.trailer {padding: 0 2em}
+
 h1 {font-size: x-large; clear: both}
 h2 {font-size: large; clear: both}
 
@@ -683,7 +687,7 @@
 #form_delete_users input.submit {left: 2.0em}                                  
/* and put the Delete on the left */
 #form_edit_users input.checkbox {width: auto; margin-left: <?php echo 
$edit_users_gap ?>em}
 form.edit_users_error {width: 10em; margin-top: 2.0em}
-div#user_list {padding: 2em 0 2em 1em}
+div#user_list {padding: 2em 0}
 form#add_new_user {margin-left: 1em}
 
 
@@ -794,9 +798,9 @@
 /* ------------ TRAILER.INC ---------------------*/
 div#trailer {border-top: 1px solid <?php echo $trailer_border_color ?>; 
              border-bottom: 1px solid <?php echo $trailer_border_color ?>; 
-             float: left; width: 100%; 
+             float: left;
              margin-top: 1.5em; margin-bottom: 1.5em;
-             padding: 0.3em 0 0.3em 0}
+             padding-top: 0.3em; padding-bottom: 0.3em}
 #trailer div {float: left; width: 100%}
 #trailer div.trailer_label {float: left; clear: left; width: 20%; max-width: 
9.0em; font-weight: bold}
 #trailer div.trailer_links {float: left;              width: 79%}  /* 79 to 
avoid rounding problems */
@@ -808,7 +812,7 @@
     opacity: 0.5}  /* if you change this value, change it in the IE sheets as 
well */
 #trailer .current a {color: <?php echo $highlight_font_color ?>}
 
-div#simple_trailer {clear: both; width: 100%; text-align: center; padding-top: 
1.0em; padding-bottom: 2.0em}
+div#simple_trailer {clear: both; text-align: center; padding-top: 1.0em; 
padding-bottom: 2.0em}
 #simple_trailer a {padding: 0 1.0em 0 1.0em}
 
 
@@ -824,8 +828,8 @@
 #approve_buttons td#note form {width: 100%}
 #approve_buttons td#note textarea {width: 100%; height: 6em}
 
-/*-------------DtaTables-------------------------*/
-div.datatable_container {width: 98%; padding: 2em 0 2em 1em}
+/*-------------DataTables-------------------------*/
+div.datatable_container {float: left; width: 100%; padding: 2em 0}
 
 /* ------------ jQuery UI additions -------------*/
 

Modified: mrbs/branches/datatables/web/trailer.inc
===================================================================
--- mrbs/branches/datatables/web/trailer.inc    2011-09-29 13:43:53 UTC (rev 
2024)
+++ mrbs/branches/datatables/web/trailer.inc    2011-09-29 16:06:43 UTC (rev 
2025)
@@ -31,9 +31,10 @@
   $params .= "&amp;room=$room";
 }
 
+echo "</div>";  // Close of the contents div
 
 if ($simple_trailer) {
-  echo "<div class=\"screenonly\" id=\"simple_trailer\">\n";
+  echo "<div class=\"screenonly trailer\" id=\"simple_trailer\">\n";
   echo "<div id=\"simple\">\n";
   echo "<a href=\"day.php?year=$year&amp;month=$month&amp;day=$day$params\">";
   echo get_vocab("viewday")."</a>|";
@@ -47,7 +48,7 @@
 
 else
 {
-  echo "<div class=\"screenonly\" id=\"trailer\">\n";
+  echo "<div class=\"screenonly trailer\" id=\"trailer\">\n";
   
   // DAYS
   echo "<div id=\"viewday\">\n";

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to