/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 966 - (show annotations)
Wed Jan 7 23:00:40 2009 UTC (15 years, 3 months ago) by dpavlin
File MIME type: text/css
File size: 400 byte(s)
rest of changes to make it work, some css design
1
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 }
19
20 div.result span.nr {
21 color: #eee;
22 font-size: 500%;
23 position: absolute;
24 right: 0.5em;
25 z-index: -1;
26 }
27

  ViewVC Help
Powered by ViewVC 1.1.26