Project

General

Profile

« Previous | Next » 

Revision 8381

bring identity management more in line with the current nceas look and feel

View differences:

account.css
34 34
 */
35 35

  
36 36
@import url("../../../style/common/eml_xsl.css");
37

  
37 38
b {
38 39
font-weight: bold;
39 40
}
......
46 47
 */  
47 48
.iframeheaderclass {
48 49
  height:   155px; 
49
  width:    98%;
50
  width:    100%;
50 51
  border:   0px;
51 52
  margin:   0px;
52
  margin-left: 10px;
53 53
}
54 54

  
55 55
.iframesearchboxclass { /* not used */ }
......
58 58
.iframefooterclass   { /* not used */ }
59 59

  
60 60
/**
61
 *  create a left margin for the document
61
 *  create a left margin for the main content
62 62
 */
63 63

  
64
body { margin-left: 70px; }
64
#Content { 
65
	margin-left: 70px;
66
}
65 67

  
66 68
/**
67 69
 *  set the size and alignment etc of the top-level layout table
......
393 395
       width:  24%;
394 396
       text-align: right;
395 397
    }
398
    
399
/**
400
NEW NCEAS L+F
401
***/
402
div#newHeader {
403
	background: url("./images/headerBG.png");
404
	width: 100%;
405
	height: 129px;
406
	min-width: 882px;
407
	margin: 0px;
408
	padding: 0px;
409
	box-shadow: 0px 0px 5px black;
410
	margin-bottom: 38px;
411
	max-height: 129px;
412
	position: relative;
413
	z-index: 5;
414
}
396 415

  

Also available in: Unified diff