aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static
diff options
context:
space:
mode:
authorJef van Schendel <mail@jefvanschendel.nl>2012-02-12 20:47:25 +0100
committerJef van Schendel <mail@jefvanschendel.nl>2012-02-12 20:47:25 +0100
commitb0ed64aa126b50863ebc4c9986e876e09ad313a5 (patch)
treea7f8459f7bd9522686bb502aecfee0314d459870 /mediagoblin/static
parent4944e3c374839d48f5de973db3a037de26df908e (diff)
downloadmediagoblin-b0ed64aa126b50863ebc4c9986e876e09ad313a5.tar.lz
mediagoblin-b0ed64aa126b50863ebc4c9986e876e09ad313a5.tar.xz
mediagoblin-b0ed64aa126b50863ebc4c9986e876e09ad313a5.zip
Fix comment input field width/padding; change some text; remove weird #form_comment duplicate rules; move Edit/Delete buttons next to title
Diffstat (limited to 'mediagoblin/static')
-rw-r--r--mediagoblin/static/css/base.css17
1 files changed, 7 insertions, 10 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 165fdcf7..674568f5 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -255,15 +255,6 @@ text-align: center;
float: right;
}
-textarea#comment_content {
- resize: vertical;
- width: 634px;
- height: 90px;
- border: none;
- background-color: #f1f1f1;
- padding: 3px;
-}
-
.clear {
clear: both;
display: block;
@@ -364,13 +355,18 @@ textarea#description, textarea#bio {
}
textarea#comment_content {
- width: 634px;
+ resize: vertical;
+ width: 100%;
height: 90px;
border: none;
background-color: #f1f1f1;
padding: 3px;
}
+#form_comment .form_field_input {
+ padding-right: 6px;
+}
+
/* media galleries */
.media_thumbnail {
@@ -393,6 +389,7 @@ textarea#comment_content {
h2.media_title {
margin-bottom: 0px;
+ display: inline-block;
}
p.context {