Changeset 17709 for trunk


Ignore:
Timestamp:
04/28/14 11:54:06 (11 years ago)
Author:
tbretz
Message:
Some more HTML5 cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/schedule/index.html

    r17708 r17709  
    3737      <div id="column_box">
    3838         <div id="column1">
    39             <div id="calendar" align="center">
    40                <table>
    41                   <tr>
    42                      <td valign="top" style="width: 30em;">
    43                         <div id="cont"></div>
    44                      </td>
    45                   </tr>
    46                </table>
     39            <div id="calendar">
     40               <div id="cont"></div>
    4741            </div>
    4842         </div>
     
    5044         <div class="clear"></div>
    5145      </div>
    52       <div style="width:100%;" align="right" id='btn'>
     46      <div style="width:100%;">
    5347         <table width="100%">
    5448            <tr>
    55                <td align="left" width="10px" style="font-weight:bold;">TIME:&nbsp;&nbsp;</td>
    56                <td align="left" id="clock" style="font-size:16px; font-weight:bold; color:#FFFF00"></td>
    57                <td align="right">
     49               <td style="font-weight:bold;">TIME:&nbsp;&nbsp;</td>
     50               <td id="clock" style="white-space:nowrap; font-size:16px; font-weight:bold; color:#FFFF00"></td>
     51               <td style="text-align:right;width:100%;">
    5852                  <input type="button" class="button"  id="load" value="Load Night"  title="Click to load given night"/>
    5953                  <input type="date"                   id="loaddate"                 title="Date to load a schedule from."/>&nbsp;&nbsp;
     
    6559         </table>
    6660      </div>
    67       <div style="border:2px solid white; width:100%;" id="Scheduling">
     61      <div style="border:2px solid white; width:100%;">
    6862         <table width="100%" id="TableHolder" >
    6963            <tr>
Note: See TracChangeset for help on using the changeset viewer.