Project

General

Profile

« Previous | Next » 

Revision 5981

adjust stylesheets to accommodate new default eml rendering

View differences:

lib/style/skins/parc/parc-common.xsl
102 102
    <xsl:template name="emldocument">
103 103
    	<table xsl:use-attribute-sets="cellspacing" width="100%"
104 104
               class="{$mainContainerTableStyle}">
105
            <xsl:apply-templates select="*[local-name()='eml']"/>
105
			<tr>
106
				<td>
107
					<xsl:apply-templates select="*[local-name()='eml']"/>
108
				</td>
109
			</tr>		
106 110
        </table>
107 111
    </xsl:template>
108 112

  
lib/style/skins/parc/parc.css
32 32
/*
33 33
 *  import eml css:
34 34
 */
35
@import url(../../../style/common/eml_xsl.css);
35 36

  
36 37

  
38
html > body #header {
39
	height:225px;
40
}
41
#content_wrapper {
42
	margin:0;
43
}
44
.group {
45
	min-width: 0px;	
46
}
47
#footer {
48
	bottom:0;
49
	left:0;
50
	margin:0;
51
	position:relative;
52
	right:0;
53
}
54
a:visited, a:link {
55
	color:#5294C1;
56
}
57
.rowodd {
58
	background-color:#FFFFFF;
59
	color:#006699;
60
	font-size:1em;
61
	font-style:italic;
62
	padding-left:10px;
63
}
64
.group_border {
65
	border: none;
66
}
67

  
37 68
/**
38 69
 *  these override styles imported from eml css 
39 70
 */
......
97 128
}
98 129

  
99 130
#navigation {
100
        padding-top: 10px;
101
        padding-bottom: 20px;
131
	padding-top: 10px;
132
	padding-bottom: 30px;
102 133
	width: 800px;
103 134
	clear: both;
104
        border-left: 1px solid rgb(209, 217, 227);
105
        border-right: 1px solid rgb(209, 217, 227);
135
	border-left: 1px solid rgb(209, 217, 227);
136
	border-right: 1px solid rgb(209, 217, 227);
106 137
}
107 138

  
108 139
#content_wrapper {

Also available in: Unified diff