Changeset 15993
- Timestamp:
- 05/22/13 03:47:46 (12 years ago)
- Location:
- schedule
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/css/styles.css
r15532 r15993 455 455 } 456 456 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 14 14 <body> 15 15 16 <div>17 16 17 <input type="text" size="18" id="box1Filter" placeholder="Search Here" /> 18 <button type="button" id="box1Clear" class="buttonc"> Clear </button> 18 19 </div> 19 20 … … 21 22 <table> 22 23 <tbody><tr> 23 <td> 24 SEARCH: <input type="text" size="10" id="box1Filter"><button type="button" id="box1Clear"> X </button> 25 <label>Source List</label> 24 <td width="192"><label>Source List</label> 26 25 <select id="box1View" multiple="multiple" style="height:180px;width:115px;"> 27 26 <?php … … 39 38 <select id="box1Storage" style="display: none;"> 40 39 41 42 40 </select> 41 </td> 43 42 <div> 44 <td style="margin-left: -10px;">43 <td width="39" style="margin-left: -10px;"> 45 44 <!-- taki jayp el ta buta ese > pti < amo se el greater dan pti less dan okna--> 46 <button id="to2" type="button"> > </button> 47 </td> <td> <button id="to1" type="button"> < </button> 48 </td> 45 <button id="to2" type="button"> > </button><button id="to1" type="button"> < </button> 46 </td> 49 47 </div> 50 48 51 <td> 52 <br /><br /> 53 <input type="text" id="box2Filter" hidden > 49 <td width="370"> 50 <input type="text" id="box2Filter" hidden > 54 51 <label>Displayed</label> 55 52 <select id="box2View" multiple="multiple" style="height:180px;width:115px;"></select> … … 61 58 <select id="box2Storage" style="display: none;"> 62 59 </select> 63 60 </td> 64 61 </tr> 65 62 </tbody></table>
Note:
See TracChangeset
for help on using the changeset viewer.