summaryrefslogtreecommitdiffstats
path: root/web/html/css
diff options
context:
space:
mode:
authortardo <tardo@nagi-fanboi.net>2007-10-02 14:47:51 -0400
committerDan McGee <dan@archlinux.org>2008-01-19 23:48:30 -0600
commitd06163269bd88ee7fd5e48fd7d43a8b249ffd2d8 (patch)
treed1c6c99c0e8acaf1554e0e5ccab96ebb0614c3f6 /web/html/css
parentc404c278cc8b4184f2104e6525baf092ed60b27c (diff)
downloadaurweb-d06163269bd88ee7fd5e48fd7d43a8b249ffd2d8.tar.xz
Move "Add Comment" button to Actions bar.
The lonely button now gains some friends. Signed-off-by: tardo <tardo@nagi-fanboi.net>
Diffstat (limited to 'web/html/css')
-rw-r--r--web/html/css/containers.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/html/css/containers.css b/web/html/css/containers.css
index e42bd5a..63eb4b4 100644
--- a/web/html/css/containers.css
+++ b/web/html/css/containers.css
@@ -212,3 +212,7 @@
font-size: 12px;
}
+ form.actions
+ {
+ display: inline;
+ }