diff options
author | tardo <tardo@nagi-fanboi.net> | 2007-10-02 14:47:51 -0400 |
---|---|---|
committer | Paul Mattal <paul@mattal.com> | 2007-10-11 09:25:51 -0400 |
commit | 783895de7319942ded3708a51a2aed4bfc7ddfda (patch) | |
tree | bb6510657912225cd74c6ead2b4f3fe36ee0037d /web/html/css | |
parent | d03dd1619423cd38d6bab712bf2ba766e8e59afc (diff) |
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.css | 4 |
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; + } |