Changeset 15993


Ignore:
Timestamp:
05/22/13 03:47:46 (12 years ago)
Author:
tanio
Message:
 
Location:
schedule
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • schedule/css/styles.css

    r15532 r15993  
    455455   }
    456456 
     457 
     458 
     459 .buttonc {
     460        cursor:pointer;
     461   border-top: 1px solid #96d1f8;
     462 
     463   padding: -1px 6px;
     464   -webkit-border-radius: 6px;
     465   -moz-border-radius: 6px;
     466   border-radius: 6px;
     467   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
     468   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
     469   box-shadow: rgba(0,0,0,1) 0 1px 0;
     470   text-shadow: rgba(0,0,0,.4) 0 1px 0;
     471   color: black;
     472   font-size: 14px;
     473   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
     474   text-decoration: none;
     475   vertical-align: middle;
     476   }
     477
     478   #buttonc {
     479   border-top: 1px solid #96d1f8;
     480   background: #65a9d7;
     481   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
     482   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
     483   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
     484   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
     485   background: -o-linear-gradient(top, #3e779d, #65a9d7);
     486   padding: 3px 6px;
     487   -webkit-border-radius: 6px;
     488   -moz-border-radius: 6px;
     489   border-radius: 6px;
     490   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
     491   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
     492   box-shadow: rgba(0,0,0,1) 0 1px 0;
     493   text-shadow: rgba(0,0,0,.4) 0 1px 0;
     494   color: white;
     495   font-size: 12px;
     496   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
     497   text-decoration: none;
     498   vertical-align: middle;
     499   }
     500#buttonc:hover {
     501   border-top-color: #28597a;
     502   background: #28597a;
     503   color: #ccc;
     504   }
     505#buttonc:active {
     506   border-top-color: #b6c5cf;
     507   background: #b6c5cf;
     508   }
  • schedule/search.php

    r15957 r15993  
    1414<body>
    1515   
    16 <div>
    1716
     17  <input type="text" size="18" id="box1Filter" placeholder="Search Here" />
     18  <button type="button" id="box1Clear" class="buttonc">&nbsp;Clear&nbsp;</button>
    1819</div>
    1920
     
    2122    <table>
    2223            <tbody><tr>
    23                 <td>
    24                         SEARCH: <input type="text" size="10" id="box1Filter"><button type="button" id="box1Clear">&nbsp;X&nbsp;</button>
    25                                         <label>Source List</label>
     24                <td width="192"><label>Source List</label>
    2625                                                <select id="box1View" multiple="multiple" style="height:180px;width:115px;">
    2726                                        <?php
     
    3938                       <select id="box1Storage" style="display: none;">
    4039                       
    41                                                 </select>
    42                 </td>
     40                                  </select>
     41              </td>
    4342                <div>
    44                                 <td style="margin-left: -10px;">
     43                                <td width="39" style="margin-left: -10px;">
    4544                                <!-- taki jayp el ta buta ese &gt pti &lt amo se el greater dan pti less dan okna-->
    46                     <button id="to2" type="button">&nbsp;&gt;&nbsp;</button>
    47                  </td>  <td> <button id="to1" type="button">&nbsp;&lt;&nbsp;</button>
    48                     </td>
     45                    <button id="to2" type="button">&nbsp;&gt;&nbsp;</button><button id="to1" type="button">&nbsp;&lt;&nbsp;</button>
     46                 </td>
    4947                  </div>
    5048               
    51                 <td>
    52                    <br /><br />
    53                                     <input type="text" id="box2Filter" hidden >
     49                <td width="370">
     50         <input type="text" id="box2Filter" hidden >
    5451                 <label>Displayed</label>
    5552<select id="box2View" multiple="multiple" style="height:180px;width:115px;"></select>
     
    6158                    <select id="box2Storage" style="display: none;">
    6259                    </select>
    63                 </td>
     60              </td>
    6461            </tr>
    6562        </tbody></table>
Note: See TracChangeset for help on using the changeset viewer.