Merge jQuery branch, resolve conflicts

This commit is contained in:
Jef van Schendel
2011-12-13 15:15:57 +01:00
13 changed files with 168 additions and 100 deletions

View File

@@ -96,6 +96,7 @@ input, textarea {
a.mediagoblin_logo{
color: #fff;
font-weight: bold;
margin-right: 8px;
}
.mediagoblin_footer {
@@ -117,28 +118,27 @@ a.mediagoblin_logo{
/* common website elements */
.button_action, .button_action_highlight{
.button_action, .button_action_highlight {
display: inline-block;
color: #c3c3c3;
background-color: #363636;
border: 1px solid;
border-color: #464646 #2B2B2B #252525;
border-radius: 4px;
margin: 8px;
padding: 3px 8px;
font-size: 16px;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: 1em;
display: inline-block;
cursor: pointer;
}
.button_action_highlight{
.button_action_highlight {
background-color: #86D4B1;
border-color: #A2DEC3 #6CAA8E #5C9179;
color: #283F35;
}
.button_form, .cancel_link {
height: 32px;
min-width: 99px;
@@ -172,15 +172,15 @@ a.mediagoblin_logo{
background-image: linear-gradient(top, #D2D2D2, #aaa);
}
.pagination{
.pagination {
text-align: center;
}
.pagination_arrow{
.pagination_arrow {
margin: 5px;
}
.empty_space{
.empty_space {
background-image: url("../images/empty_back.png");
font-style: italic;
text-align: center;
@@ -188,6 +188,18 @@ text-align: center;
padding-top: 70px;
}
.right_align {
float: right;
}
textarea#comment_content {
width: 634px;
height: 90px;
border: none;
background-color: #f1f1f1;
padding: 3px;
}
/* forms */
.form_box {
@@ -274,24 +286,28 @@ text-align: center;
/* media detail */
h2.media_title{
h2.media_title {
margin-bottom: 0px;
}
p.media_uploader{
p.media_specs {
font-size: 0.9em;
border-top: 1px solid #222;
border-bottom: 1px solid #222;
padding: 10px 0px;
color: #888;
}
/* icons */
img.media_icon{
img.media_icon {
margin: 0 4px;
vertical-align: sub;
}
/* navigation */
.navigation_button{
.navigation_button {
width: 135px;
display: block;
float: left;
@@ -306,7 +322,7 @@ img.media_icon{
margin: 0 0 20px
}
.navigation_left{
.navigation_left {
margin-right: 6px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 249 B

1
mediagoblin/static/js/extlib/jquery.js vendored Symbolic link
View File

@@ -0,0 +1 @@
../../../../extlib/jquery/jquery.js