Changeset c1679a in indico


Ignore:
Timestamp:
04/23/12 18:21:07 (13 months ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
804a9f
Parents:
a53498
git-author:
Pedro Ferreira <jose.pedro.ferreira@…> (04/23/12 18:20:36)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (04/23/12 18:21:07)
Message:

[FIX] Search dialog back to normal

  • Also nicer yellowButton;
Location:
indico
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/tpls/Search.tpl

    r72cc08e rc1679a  
    4040 
    4141 
    42 <div id="UISearch"> 
    43     <div id="searchControls"> 
    44         <div class="yellowButton searchButton" id="searchButton2"> 
    45             <input style="background-color: transparent;" class="button" type="submit" value="${ _('Search')}" onclick="javascript: return verifyForm();" id="searchSubmit"/> 
    46         </div> 
    47         <input style="background-color: transparent; margin-top: -1px;" type="text" id="searchText2" name="p" value="${ p }"/> 
    48     </div> 
     42<div> 
     43  <input style="width: 300px; height:20px; font-size:17px; vertical-align: middle;" type="text" name="p" value="${ p }" /> 
     44  <input type="submit" value="${ _('Search')}" style="vertical-align: middle;"/> 
    4945</div> 
    5046 
  • indico/htdocs/css/Default.css

    r2cfb7a rc1679a  
    12661266.yellowButton { 
    12671267    background: white url(../images/sprites.png) repeat-x scroll 0 -90px; 
     1268} 
     1269 
     1270.yellowButton input { 
     1271    cursor: pointer; 
     1272    font-weight: bold !important; 
    12681273    padding: 2px; 
    1269 } 
    1270  
    1271 .yellowButton input { 
     1274    height: 21px; 
     1275    font-size: 12px; 
    12721276    background-color: transparent; 
    12731277    border: 0; 
Note: See TracChangeset for help on using the changeset viewer.