/[webpac2]/Webpacus/root/editor/editor.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 /Webpacus/root/editor/editor.css

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

revision 165 by dpavlin, Sat Nov 26 20:21:54 2005 UTC revision 167 by dpavlin, Sat Nov 26 21:11:41 2005 UTC
# Line 1  Line 1 
1    /* record browsing */
2    
3    .navigation {
4            background: #e0e0e0;
5            padding: 0.5em;
6            display: block;
7    }
8    
9    .navigation a, .navigation:link, .navigation:visited {
10            color: #000000;
11            text-decoration: none;
12            background-color: #f0f0f0;
13            border: 1px solid #c0c0c0;
14            padding: 0.2em 0.5em 0.2em 0.4em;
15            -moz-border-radius: 1.5em;
16    }
17    
18    .nav_disable, .nav_disable:link, .nav_disable:visited {
19            background-color: #e0e0e0;
20            border: 1px solid #c0c0c0;
21            color: #c0c0c0;
22    }
23    
24    /*
25    #div_record_nr {
26            width: 5em;
27            border: 1px solid #ff0000;
28    }
29    */
30    
31  #div_editor_toolbar {  #div_editor_toolbar {
32          margin-top: 0.5em;          margin-top: 0.5em;
33  }  }
# Line 26  Line 56 
56          display: inline;          display: inline;
57          border: 2px solid #ffcc88;          border: 2px solid #ffcc88;
58          float: right;          float: right;
59          z-index: 10;          font-size: 80%;
60  }  }
61    
62  /* define editors */  /* define editors */
# Line 38  Line 68 
68          padding: 1em;          padding: 1em;
69  }  }
70    
71    /*
72  #div_template, #div_css {  #div_template, #div_css {
73          position: relative;          position: relative;
74          display: block;          display: block;
75          clear: left;          clear: left;
76  }  }
77    */
78    
79  /* bar with buttons and status */  /* bar with buttons and status */
80  .edit_bar {  .edit_bar {
# Line 62  Line 94 
94          padding: 1em;          padding: 1em;
95  }  }
96    
 /* record browsing */  
   
 .navigation {  
         background: #e0e0e0;  
         padding: 0.5em;  
         display: block;  
 }  

Legend:
Removed from v.165  
changed lines
  Added in v.167

  ViewVC Help
Powered by ViewVC 1.1.26