aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/static/css')
-rw-r--r--mediagoblin/static/css/base.css20
1 files changed, 16 insertions, 4 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 32c6c6cb..0bd58738 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -132,17 +132,17 @@ header {
line-height: 1.6em;
}
-.header_dropdown {
+#header_dropdown {
margin-bottom: 20px;
padding: 0px 10px 0px 10px;
}
-.header_dropdown li {
+#header_dropdown li {
margin: 4px 0;
list-style: none;
}
-.header_dropdown p {
+#header_dropdown p {
margin-top: 12px;
margin-bottom: 10px;
}
@@ -609,7 +609,6 @@ a img.media_image {
cursor: -moz-zoom-in;
cursor: zoom-in;
}
-
/* icons */
img.media_icon {
@@ -938,3 +937,16 @@ p.verifier {
none repeat scroll 0% 0% rgb(221, 221, 221);
padding: 1em 0px;
}
+
+/* for the media metadata editing table */
+table.metadata_editor {
+ margin: 10px auto;
+ width: 800px;
+}
+
+table.metadata_editor tr td {
+ width:350px;
+}
+table.metadata_editor tr td.form_field_input input {
+ width:350px;
+}