Changeset 298


Ignore:
Timestamp:
01/12/11 22:50:04 (13 years ago)
Author:
grenoya
Message:
  • css modifications for distrib pages
Location:
server/trunk/web/root
Files:
2 edited

Legend:

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

    r282 r298  
    5757 
    5858pre.filedata { 
    59   padding: 2em; 
     59  background-color: #f3f47a; 
     60  padding: 1em; 
    6061  margin: 2em; 
    61   background: #F5F5DC; 
    62   border: outset; 
     62  border: solid #573B1D; 
    6363} 
    6464 
     
    213213} 
    214214 
     215#list_rpms_form { 
     216  margin-top: 1em; 
     217} 
     218 
    215219/* explorer look */ 
    216220#explorer_d { 
     
    279283  padding-right: 0em; 
    280284  font-size: 0.9em; 
     285} 
     286 
     287#sophie_rpm_deps h2 { 
     288  margin-left: 0.8em; 
     289} 
     290 
     291#sophie_rpm_deps h3 { 
     292  margin-left: 1em; 
     293} 
     294 
     295#sophie_rpm_files h2 { 
     296  margin-left: 0.8em; 
    281297} 
    282298 
  • server/trunk/web/root/templates/html/distrib/list_rpms.html

    r275 r298  
    22 
    33<div Id="sophie_body_main"> 
    4 <form action="[% c.uri_for('/', c.req.path) %]" method="POST"> 
     4<form id="list_rpms_form" action="[% c.uri_for('/', c.req.path) %]" method="POST"> 
    55    <label for="fl">Filter to filename starting by:</label> 
    66    <input type="text" id="fl" name="fl" value="[% c.req.param('fl') | html %]"> 
Note: See TracChangeset for help on using the changeset viewer.