/[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 178 by dpavlin, Sun Nov 27 02:19:49 2005 UTC revision 179 by dpavlin, Sun Nov 27 15:14:54 2005 UTC
# Line 82  Line 82 
82          z-index: 2;          z-index: 2;
83  }  }
84    
85  #div_template_list {  /* buttons above textarea */
86    .content_toolbar {
87            display: block;
88            width: 40em;    /* ugly! */
89    }
90    
91    /* buttons and status bar below */
92    .edit_bar {
93            margin-top: 0.5em;
94            width: 40em;
95    }
96    
97    #div_template_list, #div_css_list {
98          display: block;          display: block;
99          margin-left: 1em;          margin-left: 1em;
100          margin: 0;          margin: 0;
# Line 129  Line 141 
141  }  }
142    
143    
 /* bar with buttons and status */  
 .edit_bar {  
         margin-top: 0.5em;  
 }  
   
144  .notice {  .notice {
145          color: #808080;          color: #808080;
146          font-size: 70%;          font-size: 70%;

Legend:
Removed from v.178  
changed lines
  Added in v.179

  ViewVC Help
Powered by ViewVC 1.1.26