Annotation of kupu/apache-lenya/kupu/kupustyles.css, revision 1.1.1.1

1.1       dwinter     1: /*
                      2:  * Overrides common/kupustyles.css
                      3:  */
                      4: 
                      5: html, body { height: 100%; }
                      6: 
                      7: body {
                      8:   font-family: Verdana, Sans-Serif;
                      9:   font-size: 13px;
                     10: }
                     11: 
                     12: div.kupu-fulleditor {
                     13:   height: 560px;
                     14:   padding: 0;
                     15:   width: 99%;
                     16:   margin: 0;
                     17:   vertical-align: top;
                     18: }
                     19: 
                     20: div.kupu-editorframe, .kupu-editorframe {
                     21:   border:0;
                     22:   padding: 0;
                     23:   margin: 0;
                     24:   max-width: 100%;
                     25: }
                     26: 
                     27: #kupu-editor, #kupu-editor-textarea {
                     28:   max-width: 100%;
                     29:   height: 550px;
                     30:   margin: 0;
                     31:   padding: 0 0 5px 0;
                     32:   border: 2px dashed gray;
                     33: }
                     34: 
                     35: #kupu-toolbox-debug {
                     36:   display: none;
                     37: }
                     38: 
                     39: div.kupu-toolboxes {
                     40:   float: right;    
                     41:   height: 100%;
                     42:   margin: 0;
                     43:   padding: 0;
                     44:   font-size: 0.8em;
                     45:   width: 180px;
                     46: }
                     47: 
                     48: .kupu-exit {
                     49:   background-image: url("../lenya/images/exit.gif");
                     50: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>