/[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 164 by dpavlin, Sat Nov 26 20:21:49 2005 UTC revision 165 by dpavlin, Sat Nov 26 20:21:54 2005 UTC
# Line 1  Line 1 
 #div_css {  
         display: block;  
 }  
   
1  #div_editor_toolbar {  #div_editor_toolbar {
2          margin-top: 0.5em;          margin-top: 0.5em;
3  }  }
# Line 33  Line 29 
29          z-index: 10;          z-index: 10;
30  }  }
31    
32    /* define editors */
33    
34  #div_editors {  #div_editors {
35          display: block;          display: block;
36          background-color: #f0f0f0;          background-color: #f0f0f0;
# Line 46  Line 44 
44          clear: left;          clear: left;
45  }  }
46    
47  #div_record {  /* bar with buttons and status */
48          display: block;  .edit_bar {
49          clear: left;          margin-top: 0.5em;
         margin-top: 1em;  
         border-top: 1px solid #e0e0e0;  
         padding: 1em;  
50  }  }
51    
52  .notice {  .notice {
# Line 59  Line 54 
54          font-size: 70%;          font-size: 70%;
55  }  }
56    
57    /* define record */
58    
59    #div_record {
60            display: block;
61            clear: left;
62            padding: 1em;
63    }
64    
65    /* record browsing */
66    
67  .navigation {  .navigation {
68          background: #e0e0e0;          background: #e0e0e0;
69          padding: 0.5em;          padding: 0.5em;

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

  ViewVC Help
Powered by ViewVC 1.1.26