/[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 169 by dpavlin, Sat Nov 26 23:26:51 2005 UTC revision 180 by dpavlin, Sun Nov 27 17:26:43 2005 UTC
# Line 79  Line 79 
79  #div_template_form, #div_css_form {  #div_template_form, #div_css_form {
80          display: inline;          display: inline;
81          float: left;          float: left;
82            z-index: 2;
83  }  }
84    
85  #div_template_list {  /* buttons above textarea */
86          display: inline;  .content_toolbar {
87          position: relative;          display: block;
88          top: 0;          width: 40em;    /* ugly! */
89          left: 0;  }
90          margin-left: 1em;  
91    /* buttons and status bar below */
92    .edit_bar {
93            margin-top: 0.5em;
94            width: 40em;
95  }  }
96    
97  #div_template_list {  #div_template_list, #div_css_list {
98            display: block;
99            margin-left: 1em;
100          margin: 0;          margin: 0;
101          color: #000000;          color: #000000;
102          margin-left: 1em;          margin-left: 1em;
103          font-size: 70%;          font-size: 70%;
104  }  }
105    
106    #div_template_list ul {
107            z-index: 1;
108    }
109    
110  #div_template_list li {  #div_template_list li {
111          margin-left: 1em;          margin-left: 1em;
112          border: 1px solid #c0c0c0;          border: 1px solid #c0c0c0;
# Line 130  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%;
# Line 143  Line 149 
149  /* define record */  /* define record */
150    
151  #div_record {  #div_record {
         display: block;  
152          clear: left;          clear: left;
153            margin-top: 1em;
154          padding: 1em;          padding: 1em;
155            border: 1px dashed #808080;
156    }
157    
158    /* progress indicator picture */
159    #working {
160            margin-left: 2em;
161  }  }
162    
163    /* HTML tidy */
164    
165    .tidy {
166            clear: left;
167            border: 2px solid #808080;
168            font-size: 50%;
169            margin-top: 1em;
170            padding: 1em;
171            color: #808080;
172    }
173    
174    .tidy tt {
175            color: #000000;
176    }
177    
178    .tidy_error {
179            color: #c00000;
180    }
181    
182    .tidy_warning {
183            color: #c0c000;
184    }

Legend:
Removed from v.169  
changed lines
  Added in v.180

  ViewVC Help
Powered by ViewVC 1.1.26