/[jquery]/no_pager/style.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

Diff of /no_pager/style.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 27 by dpavlin, Thu Aug 17 22:51:56 2006 UTC revision 35 by dpavlin, Fri Aug 18 13:21:14 2006 UTC
# Line 1  Line 1 
1  body {  body {
2          font-family: verdana, arial, helvetica, sans-serif ;          font-family: verdana, arial, helvetica, sans-serif ;
         font-size: 10pt ;  
 }  
 .box {  
         margin: 0.8em 1.0em; padding: 0.5em 1.0em;  
         background: #eeeeff none; border: solid 1pt #bbbbcc;  
         -moz-border-radius: 0.4em;  
 }  
 .cluster {  
         margin: 0.8em 1.0em; padding: 0em 1.0em;  
         border: solid 1pt #bbbbcc;  
         -moz-border-radius: 0.4em;  
   
 }  
 .error {  
         margin: 0.8em 1.0em; padding: 1.0em;  
         background: #ffeeee none; border: solid 1pt #ccbbbb;  
         -moz-border-radius: 0.4em;  
 }  
 .note {  
         color: #808080;  
3  }  }
4    
5  #debug {  /* make search form glued to top of screen */
         border: 1px solid #ccc;  
         background-color: #ff8;  
         display: block;  
         position: fixed;  
         right: 0px;  
         bottom: 0px;  
         width: 20em;  
         height: 20em;  
         padding: 0.5em;  
         overflow: auto;  
 }  
   
 #debug .hide {  
         float: right;  
 }  
   
 #debug_show {  
         display: none;  
         position: fixed;  
         background-color: #ff8;  
         right: 0px;  
         bottom: 0px;  
         width: 1em;  
         height: 2ex;  
 }  
6    
7  #search_form_div {  #search_form_div {
8          border-bottom: 1px solid #ccc;          border-bottom: 1px solid #ccc;

Legend:
Removed from v.27  
changed lines
  Added in v.35

  ViewVC Help
Powered by ViewVC 1.1.26