Project

General

Profile

« Previous | Next » 

Revision 3384

Added by barteau almost 17 years ago

Cleaned up some unused items. Modified color and height.

View differences:

lib/style/skins/knp/knp.css
45 45
 *  container frame, *NOT* to the document within it!
46 46
 */  
47 47
.iframeheaderclass {
48
  height:   155px; 
48
  height:   120px; 
49 49
  width:    98%;
50 50
  border:   0px;
51
  margin:   0px;
52
  margin-left: 10px;
51
  margin:   10px;
53 52
}
54 53

  
55 54
.iframeloginboxclass {
56 55
    height:   600px; 
57
    width:    100%;
56
    width:    95%;
58 57
    border:   0px;
59
    margin:   0px;
58
    margin:   10px;
59
  vertical-align: top;
60 60
}
61 61

  
62 62

  
63 63
.iframesearchboxclass { /* not used */ }
64 64
.iframeleftcolclass  { /* not used */ }
65
.iframefooterclass   { /* not used */ 
65

  
66
.iframefooterclass   {
67
  height:   130px; 
68
  width:    98%;
69
  border:   0px;
70
  margin:   10px;
66 71
}
72

  
67 73
.iframerightcolclass   { /* not used */ }
68 74

  
69 75
td.mapColumn {
......
74 80
    height: 59em;
75 81
    border-width: 0px;
76 82
	vertical-align: top;
77
	/*
78
	position: fixed;
79
    right: 0px;
80
    top: 0px;
81
    width: 35px;
82
	*/
83 83
}
84 84

  
85 85
#mapFrame {
......
95 95
body > table td #mapFrame {
96 96
	/* used by Netscape6+/Mozilla, Opera 5+, Konqueror, Safari, OmniWeb 4.5+, ICEbrowser */
97 97
    width: 290px;
98

  
99

  
100
/*
101
	position: fixed;
102
    right: -3px;
103
    top: 0px;
104
    width: 35px;
105
	*/
106 98
}
107 99

  
108 100

  
......
206 198
.title {
207 199
    font-family: Georgia, Times New Roman, Times, serif;
208 200
    color:      black;
209
    background: white;
201
    background: #7BB865;
210 202
    font-size: 24px; 
211 203
    font-weight: bold;
212 204
}

Also available in: Unified diff