Project

General

Profile

« Previous | Next » 

Revision 5569

include new graphic header for semtools skin.
adjust css to fit better

View differences:

semtools.css
34 34
    min-width:			800px;
35 35
    /* width:expression(document.body.clientWidth < 800? "800px": "auto");  */ /* hack for ie min width */
36 36

  
37
    margin:                     0px 10px 10px 10px;
37
    margin:                     0px 0px 0px 0px;
38 38
    background-color:           #ffffff;
39 39
    padding:                    0px;
40 40
    border:                     0px;
......
54 54
    }
55 55

  
56 56

  
57
#content_wrapper {
58
	margin:                     0px 10px 10px 10px;
59
}
57 60

  
58 61

  
59

  
60 62
#header {
61 63
  width:                        100%;
62 64
  min-width:			800px; 
......
1071 1073
iframe classes
1072 1074
****/
1073 1075
.iframeheaderclass {
1074
    height:   80px; 
1076
    height:   100px; 
1075 1077
    width:    100%;
1076 1078
    border:   0px;
1077 1079
    margih:   0px;
......
1136 1138
 *  the iframe within it!
1137 1139
 */  
1138 1140
.templateheaderrowclass {
1139
    height:   80px; 
1141
    height:   100px; 
1140 1142
    /*
1141 1143
      no width allowed - uses same width as table class
1142 1144
    */
......
1170 1172
    border:   0px;
1171 1173
    padding:  0px;
1172 1174
    margin:   0px;
1175
}
1176

  
1177
.banner {
1178
	background-image: url("./images/banner_background.jpg");
1179
	background-repeat: repeat-x;
1173 1180
}

Also available in: Unified diff