Added empty_space class for user profile placeholders

This commit is contained in:
Jef van Schendel 2011-08-18 18:17:53 +02:00
parent a97e5bb22c
commit 1d03221d04

View File

@ -79,6 +79,7 @@ a.mediagoblin_logo{
padding: 3px 8px;
text-decoration: none;
border: medium none;
font-style: normal;
}
.mediagoblin_footer {
@ -130,6 +131,14 @@ text-align: center;
margin: 5px;
}
.empty_space{
background-color: #222;
font-style: italic;
text-align: center;
height: 160px;
padding-top: 70px;
}
/* forms */
.form_box {