summaryrefslogtreecommitdiff
path: root/modules/tag/css
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-18 10:32:08 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-18 10:32:08 -0600
commitc9ccc2461880de141c37c3c7a7df3b26530ce806 (patch)
treea719cc2ba974e8a020c07a92a8a7de24fb31c0f4 /modules/tag/css
parent08a22f4a39a1dad4b63f1303aa9cb3e758a784f3 (diff)
Moved the short_form init function to gallery.common and made it jQuery plugin. Dropped gallery.form.js. Applied short forms to server_add and tag admin pages. Added tag.css to admin views. Added .g-wide {}.
Diffstat (limited to 'modules/tag/css')
-rw-r--r--modules/tag/css/tag.css34
1 files changed, 7 insertions, 27 deletions
diff --git a/modules/tag/css/tag.css b/modules/tag/css/tag.css
index b718de05..6dfba946 100644
--- a/modules/tag/css/tag.css
+++ b/modules/tag/css/tag.css
@@ -1,3 +1,5 @@
+/* Tag cloud ~~~~~~~~~~~~~~ */
+
#g-tag-cloud ul {
font-size: 1.2em;
text-align: justify;
@@ -75,40 +77,18 @@
}
#g-tag-admin ul {
- padding-bottom: .3em;
+ margin-bottom: 2em;
}
#g-tag-admin li {
- padding: .1em 0 .2em .3em;
-}
-
-#g-tag-admin .g-column {
- float: left;
- width: 200px;
+ padding: .1em 0 .2em 0;
}
-#g-edit-tag-form input {
- padding: 0 .2em 0 .2em;
- clear: none;
- float: left;
- margin: 0 .2em 0 0;
+#g-rename-tag-form ul {
+ margin-bottom: 0;
}
-#g-edit-tag-form input[type="text"].g-error {
+#g-rename-tag-form input[type="text"].g-error {
border: 2px solid red;
background: none;
}
-
-#g-edit-tag-form input[type="submit"] {
- height: 25px;
-}
-
-#g-edit-tag-form a, #g-edit-tag-form span {
- display: block;
- float: left;
- padding: .2em .2em 0 .1em;
-}
-
-#g-edit-tag-form span {
- float: right;
-}