/[Frey]/trunk/static/Frey/View/NoPager.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/static/Frey/View/NoPager.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 957 - (hide annotations)
Wed Jan 7 17:50:03 2009 UTC (15 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 293 byte(s)
port a bit more of no-pager (next page still doesn't work)
1 dpavlin 957
2     body {
3     font-family: verdana, arial, helvetica, sans-serif ;
4     }
5    
6     /* make search form glued to top of screen */
7    
8     #search_form_div {
9     border-bottom: 1px solid #ccc;
10     background-color: #eee;
11     display: block;
12     position: fixed;
13     left: 0px;
14     top: 0px;
15     width: 100%;
16     height: 2em;
17     padding: 0.5em;
18     }

  ViewVC Help
Powered by ViewVC 1.1.26