Merge branch 'master' into upstream-master

Conflicts:
	mediagoblin/templates/mediagoblin/base.html
	mediagoblin/templates/mediagoblin/user_pages/user.html
This commit is contained in:
Sebastian Spaeth
2013-12-12 16:24:34 +01:00
118 changed files with 4314 additions and 5 deletions

View File

@@ -293,6 +293,48 @@ text-align: center;
max-width: 460px;
}
.blog_form_box_xl {
background-color: #222;
border-top: 6px solid #D49086;
padding: 3% 5%;
display: block;
float: none;
width: 90%;
max-width: 800px;
min-height: 500px;
margin-left: auto;
margin-right: auto;
}
.b_listing_title {
height: 30px;
width: 100%;
padding: 0px;
background-color: #86D4B1;
text-transform:capitalize;
text-decoration: none;
#border-radius: 4px;
}
.b_listing_title > a {
text-decoration: none;
}
.b_list_owner {
height: 100px;
width: 100%;
padding: 0em;
margin-right: auto;
background-color: #DDA0DD;
#border-radius: 4px;
text-transform: capitalize;
}
.b_list_des {
text-align:justify;
}
.edit_box {
border-top: 6px dashed #D49086
}
@@ -301,6 +343,10 @@ text-align: center;
width: 100%;
}
.blog_form_field_input input, .blog_form_field_input textarea {
width: 100%;
}
.form_field_input {
margin-bottom: 10px;
}

View File

@@ -0,0 +1 @@
../../../extlib/tinymce

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB