aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static
diff options
context:
space:
mode:
authorJef van Schendel <mail@jefvanschendel.nl>2011-12-09 22:37:20 +0100
committerJef van Schendel <mail@jefvanschendel.nl>2011-12-09 22:37:20 +0100
commit75a12d632dd281d4d74b93f9014000a3efdc3169 (patch)
tree306e73f2b5b084066fd341e961213f2704040c39 /mediagoblin/static
parent3f45d9fbe8ed8cad2f3fc9a8e2a68a77ace0a958 (diff)
downloadmediagoblin-75a12d632dd281d4d74b93f9014000a3efdc3169.tar.lz
mediagoblin-75a12d632dd281d4d74b93f9014000a3efdc3169.tar.xz
mediagoblin-75a12d632dd281d4d74b93f9014000a3efdc3169.zip
Lots of changes to media page; rearranged things, added new styles, added jquery bits, gave the comment section a refresh
Diffstat (limited to 'mediagoblin/static')
-rw-r--r--mediagoblin/static/css/base.css29
1 files changed, 22 insertions, 7 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 12d88ffa..bbc04342 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -117,7 +117,7 @@ a.mediagoblin_logo{
/* common website elements */
-.button_action, .button_action_highlight{
+.button_action, .button_action_highlight {
color: #c3c3c3;
background-color: #363636;
border: 1px solid;
@@ -128,16 +128,16 @@ a.mediagoblin_logo{
text-decoration: none;
font-style: normal;
font-weight: bold;
- font-size: 1em;
+ font-size: 16px;
+ 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;
@@ -171,15 +171,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;
@@ -187,6 +187,21 @@ text-align: center;
padding-top: 70px;
}
+.right_align {
+ float: right;
+}
+
+textarea {
+ border: none;
+ background-color: #f1f1f1;
+ padding: 3px;
+}
+
+textarea#comment_content {
+ width: 634px;
+ height: 90px;
+}
+
/* forms */
.form_box {