Changeset 142


Ignore:
Timestamp:
12/19/10 12:24:58 (13 years ago)
Author:
nanardon
Message:
  • the search list must not be push on the right
Location:
server/trunk/web/root
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/root/static/sophie.css

    r141 r142  
    9797} 
    9898 
     99div.sophie_search_list { 
     100    border: none; 
     101    padding-left: 0.5em; 
     102    padding-top: 0.2em; 
     103    background: #f3f47a; 
     104    margin-top: 2em; 
     105    margin-left: 5%; 
     106    margin-right: 5%; 
     107} 
     108 
    99109.sophie_help h2 { 
    100110    font-size: 1.2em; 
  • server/trunk/web/root/templates/html/search/results.tt

    r134 r142  
    2424[% FOREACH pkgid = xmlrpc.results %] 
    2525[% info = c.forward('/rpms/info', [ pkgid ]) %] 
    26 <div class="sophie_package_list"> 
     26<div class="sophie_search_list"> 
    2727<h2><a href="[% c.uri_for('/rpms', pkgid) %]"> 
    2828    [% info.name %]-[% info.version %]-[% info.release %].[% IF info.src %]src[% ELSE %][% info.arch %][% END %]</a></h2> 
Note: See TracChangeset for help on using the changeset viewer.