summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/gallery.common.css5
-rw-r--r--modules/tag/css/tag.css10
2 files changed, 13 insertions, 2 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css
index 1fe85d46..c574279c 100644
--- a/lib/gallery.common.css
+++ b/lib/gallery.common.css
@@ -361,6 +361,11 @@ form .g-error {
padding: .2em .8em;
}
+#g-sidebar .g-short-form li {
+ padding-left: 0;
+ padding-right: 0;
+}
+
/* Right to left styles ~~~~~~~~~~~~~~~~~~~~ */
.rtl .g-short-form li {
diff --git a/modules/tag/css/tag.css b/modules/tag/css/tag.css
index 6dfba946..ec16251d 100644
--- a/modules/tag/css/tag.css
+++ b/modules/tag/css/tag.css
@@ -1,4 +1,4 @@
-/* Tag cloud ~~~~~~~~~~~~~~ */
+/* Tag cloud ~~~~~~~~~~~~~~~~~~~~~~~ */
#g-tag-cloud ul {
font-size: 1.2em;
@@ -66,7 +66,13 @@
text-decoration: underline;
}
-/* Tag admin ~~~~~~~~~~~~~~ */
+/* Add tag form ~~~~~~~~~~~~~~~~~~~~ */
+
+#g-sidebar .g-short-form .textbox {
+ width: 11em;
+}
+
+/* Tag admin ~~~~~~~~~~~~~~~~~~~~~~~ */
#g-tag-admin {
table-layout: fixed;