Changeset c1679a in indico
- Timestamp:
- 04/23/12 18:21:07 (13 months ago)
- 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)
- Location:
- indico
- Files:
-
- 2 edited
-
MaKaC/webinterface/tpls/Search.tpl (modified) (1 diff)
-
htdocs/css/Default.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/tpls/Search.tpl
r72cc08e rc1679a 40 40 41 41 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;"/> 49 45 </div> 50 46 -
indico/htdocs/css/Default.css
r2cfb7a rc1679a 1266 1266 .yellowButton { 1267 1267 background: white url(../images/sprites.png) repeat-x scroll 0 -90px; 1268 } 1269 1270 .yellowButton input { 1271 cursor: pointer; 1272 font-weight: bold !important; 1268 1273 padding: 2px; 1269 } 1270 1271 .yellowButton input { 1274 height: 21px; 1275 font-size: 12px; 1272 1276 background-color: transparent; 1273 1277 border: 0;
Note: See TracChangeset
for help on using the changeset viewer.
