aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-04-18 23:00:42 -0700
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-04-18 23:00:42 -0700
commitdb262b697b4b6b7bc1c76f183fc51bd99a57bd30 (patch)
tree97e6740bb062bac43fa9ea723a276a4c26c6d973 /static/styles.css
parent8c9c632d317ee272b1ad900eece3fb1aeaa003e8 (diff)
downloadpatchfoo-db262b697b4b6b7bc1c76f183fc51bd99a57bd30.tar.gz
patchfoo-db262b697b4b6b7bc1c76f183fc51bd99a57bd30.zip
Move publish button to the right
since it is an action
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
index f376a38..478e6de 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -114,6 +114,11 @@ pre {
padding: 0 .5ex .5ex 0;
}
+.composer-actions {
+ text-align: right;
+ padding: .2ex .5ex;
+}
+
td {
vertical-align: top;
}