Project

General

Profile

« Previous | Next » 

Revision 9402

Mrge from 2.5 branch: Clean up the admin and doc page styles, update all the screenshot images, and include a link to the MetacatUI Github

View differences:

admin.css
39 39
	height: 100%;
40 40
}
41 41
body{
42
	background: url(../docs/_static/bg.jpg) no-repeat center center fixed;
43
	background-size: cover;
44
     -webkit-background-size: cover;
45
	 -moz-background-size: cover;
46
	 -o-background-size: cover;
47
	 font-weight: 400;
48
	 font-size: 1em;
49
	 line-height: 1.2em;
50 42
	 font-family: "Helvetica", "Source Sans Pro", sans-serif;
51
	 overflow-x: hidden;
52 43
}
53 44

  
54 45

  
......
151 142
}
152 143

  
153 144
.footer > p{
154
	font: 400 1em/1em Source Sans Pro, Arial;
145
	color: white;
155 146
	float: right;
156 147
	clear: both;
157 148
	display: block;
......
171 162
	margin-left: 20px;
172 163
}
173 164

  
165
.header{
166
	background-color: #166194;
167
	margin: 0px;
168
}
169
.header > ul{
170
	float: left;
171
}
172
.header > ul > li > img {
173
    height: 50px;
174
    width: auto;
175
}
176

  
174 177
.footer li > a,
175 178
.header li > a{
176 179
	color: #FFFFFF;
......
185 188
}
186 189

  
187 190
.header{
188
	height: 100px;
189
	margin: 10px;
191
	height: 60px;
192
	margin: 0px;
193
	padding-top: 10px;
190 194
}
191 195

  
192 196
/* FORMS
......
356 360
	text-align: center;
357 361
	padding-top: 5px;
358 362
	padding-bottom: 5px;
363
	border: 1px solid #333;
359 364
}
360 365

  
361 366

  

Also available in: Unified diff