/[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 138 by dpavlin, Thu Nov 24 22:29:44 2005 UTC revision 163 by dpavlin, Sat Nov 26 18:18:10 2005 UTC
# Line 2  Line 2 
2          display: block;          display: block;
3  }  }
4    
5    #div_editor_toolbar {
6            margin-top: 0.5em;
7    }
8    
9  #div_editor_toolbar a {  #div_editor_toolbar a {
10          display: inline;          display: inline;
11          background-color: #c0c0c0;          padding: 3px 0.5em 3px 0.5em;
         padding: 1px;  
12          text-decoration: none;          text-decoration: none;
13            color: #000000;
14            -moz-border-radius-topleft: 1.5em;
15            -moz-border-radius-topright: 1.5em;
16    }
17    .tab, .tab:link, .tab:visited  {
18            background-color: #c0c0c0;
19    }
20    
21    .tab_selected, .tab_selected:link, .tab_selected:visited {
22            background-color: #f0f0e0;
23            border: 1px solid #c0c0c0;
24  }  }
25    
26  #div_template_list {  #div_template_list {
# Line 29  Line 43 
43  #div_record {  #div_record {
44          display: block;          display: block;
45          clear: left;          clear: left;
46            margin-top: 1em;
47            border-top: 1px solid #e0e0e0;
48            padding: 1em;
49  }  }
50    
51  .notice {  .notice {

Legend:
Removed from v.138  
changed lines
  Added in v.163

  ViewVC Help
Powered by ViewVC 1.1.26