diff options
author | Marcel Korpel <marcel.korpel@gmail.com> | 2015-07-21 22:53:57 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-08-08 12:59:24 +0200 |
commit | 54d812ec791de4b36d45cdcb853d01dc72d78669 (patch) | |
tree | da97b3ae8534d628f124da98daf55f11f9cad30f /web/html/css/aurweb.css | |
parent | 8328223a5e4670fbeb62c13ef89aa345f3ccc4c8 (diff) | |
download | aur-54d812ec791de4b36d45cdcb853d01dc72d78669.tar.gz aur-54d812ec791de4b36d45cdcb853d01dc72d78669.tar.xz |
pkg_comments.php: Add JavaScript function to edit comments
Signed-off-by: Marcel Korpel <marcel.korpel@gmail.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html/css/aurweb.css')
-rw-r--r-- | web/html/css/aurweb.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css index b33726c4..4fb256f9 100644 --- a/web/html/css/aurweb.css +++ b/web/html/css/aurweb.css @@ -124,6 +124,12 @@ opacity: 1; } +.ajax-loader { + float: right; + position: relative; + top: 4px; +} + legend { padding: 1em 0; } |