fixed footer and css

This commit is contained in:
jeena 2013-07-10 14:50:19 +02:00
parent 193bfd2247
commit 1177167a65
5 changed files with 103 additions and 161 deletions

View file

@ -1,3 +1,7 @@
body.admin footer {
margin-bottom: 4em;
}
#adminNavigation {
font-family: verdana;
background: #90CB93;
@ -42,12 +46,6 @@
background: #216849;
}
#stage img {
background-color: transparent;
border: none;
}
#admin dd {
font-size: 1em;
line-height: 1.6em;
@ -66,6 +64,13 @@ input, textarea {
padding: 2px;
}
textarea {
width: 90% !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#admin dl {
margin: 15px 0;
}
@ -120,31 +125,3 @@ textarea {
width: 650px;
height: 350px;
}
.smallnavigate {
width: 155px;
float: right;
}
.smallnavigate a {
text-decoration: none;
color: #EF871F;
font-size: 12pt;
}
.smallnavigate span {
line-height: 23px;
}
.smallnavigate a:hover {
text-decoration: underline;
}
.smallnavigate img {
height: 23px;
widht: 14px;
}
.box {
width: 200px;
float: left;
margin-left: 25px;
text-align: center;
margin-top: 20px;
}