Project

General

Profile

« Previous | Next » 

Revision 5990

restyle the eml display and resultset after applying new eml css to the KNB L+F

View differences:

lib/style/skins/knb/knb.css
42 42

  
43 43
@import url(../knb2/portalpages.css);
44 44

  
45
body {
46
	background-image: none;
47
}
48
th {
49
	color: #0040A1;
50
	border-bottom:1px solid #555555;
51
}
52
h3 {
53
	color: #0040A1;
54
	font-size: 12pt;
55
}
56
.citation {
57
	color: #000000;	
58
}
59
a:link, a:visited {
60
	color:#669933;
61
}
62
.rowodd {
63
	color: #555555;
64
}
65
div, td {
66
	color: #555555;	
67
}
68
.group_border {
69
	border: none;
70
}	
45 71

  
72

  
46 73
/**
47 74
 *  set the correct iframe sizes to accomodate the 
48 75
 *  header, footer, left and right areas.
......
57 84
}
58 85

  
59 86
.iframesearchboxclass {
60
  height:   461px; 
87
  height:   520px; 
61 88
  width:    100%;
62 89
  border:   0px;
63 90
  margin:   0px;
......
153 180

  
154 181

  
155 182
.tablehead {
156
    background-image: url(../knb2/images/panelhead_bg.gif);
183
    /*background-image: url(../knb2/images/panelhead_bg.gif);*/
157 184
    color: #0040A1; 
158 185
    text-align: left;
159
    font-size: 14px; 
186
    font-size: 11px; 
160 187
    font-weight: bold;
161 188
    border-top: solid #ffffff 2px;
162 189
    border-bottom: solid #ffffff 2px;
163
    padding-left: 15px;
190
    padding-left: 5px;
164 191
    padding-top: 0px;
165 192
    padding-bottom: 0px;
166 193
}
......
175 202
}
176 203

  
177 204
.tablehead_lcorner {
178
    background-image: url(../knb2/images/panelhead_bg_lcorner.gif);
205
    /*background-image: url(../knb2/images/panelhead_bg_lcorner.gif);*/
206
    border-bottom: none;
179 207
    background-position: right top;
180 208
    background-repeat: no-repeat;
181 209
    padding: 0px;
......
185 213
}    
186 214
    
187 215
.tablehead_rcorner {
188
    background-image: url(../knb2/images/panelhead_bg_rcorner.gif);
216
    /*background-image: url(../knb2/images/panelhead_bg_rcorner.gif);*/
217
    border-bottom: none;
189 218
    background-position: left top;
190 219
    background-repeat: no-repeat;
191 220
    padding: 0px;
......
207 236
 */
208 237

  
209 238
p.emphasis {
210

  
239
	padding-left: 5px;
211 240
  font-size: 18px;
212 241
  color: #dd7744; 
213 242
  font-weight: bold;
......
215 244
}
216 245

  
217 246
.searchresultsdivider {
218
   background-color: #ffffff;   
219
   border-bottom: 1px solid #dddddd;
247
   background-color: transparent;   
248
   border-bottom: none;
220 249
   
221 250
}
222 251

  
223 252
.searchresultslead {
224
   background-color: #ffffff;
253
   background-color: transparent;
225 254
   }
226 255
/**
227 256
 *  these are used only in the registry skins

Also available in: Unified diff