summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-04-07 05:21:30 +0000
committerDries Buytaert <dries@buytaert.net>2005-04-07 05:21:30 +0000
commit29f6541c5ec68cec2c1e15fcbb9c2e7fe01d9ecd (patch)
treef5d04d73fffb155047c6945804c798b24114d629 /misc
parent2252aacc7cc42d400af18605a58352ed2bb5026b (diff)
downloadbrdo-29f6541c5ec68cec2c1e15fcbb9c2e7fe01d9ecd.tar.gz
brdo-29f6541c5ec68cec2c1e15fcbb9c2e7fe01d9ecd.tar.bz2
- Patch #20103 by Neil: Removing another place where we have hard coded HTML instead of the form functions. The unpublish selection actually didn't seem to work, so I removed it since we have delete. It should be implemented as a link anyway.
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/drupal.css b/misc/drupal.css
index ba41392d6..30ff7289c 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -490,6 +490,16 @@ tr.watchdog-error {
tr.watchdog-error .active {
background: #eeb9b9;
}
+.comment .links .form-item {
+ display: inline;
+ white-space: nowrap;
+}
+.comment .links .form-item br {
+ display: none;
+}
+#comment-moderation-button {
+ text-align: center;
+}
/* Tab navigation */
ul.primary {