diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-02-18 22:59:38 -0500 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-02-18 22:59:38 -0500 |
commit | f104723fe4fe0598f19ac3dacfaacfda93374f7e (patch) | |
tree | 011e2370e9f98fe42875916b66f18f9515818a68 /static | |
parent | dba6b897c1d2a7f45b594f74ee428671fc238476 (diff) | |
download | patchfoo-f104723fe4fe0598f19ac3dacfaacfda93374f7e.tar.gz patchfoo-f104723fe4fe0598f19ac3dacfaacfda93374f7e.zip |
Implement uploading blobs in composer
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/styles.css b/static/styles.css index 3413be8..d27ca0a 100644 --- a/static/styles.css +++ b/static/styles.css @@ -8,10 +8,6 @@ section { padding: 1ex; } -.composer-actions { - text-align: right; -} - .ssb-post img { max-width: 100%; width: 640px; @@ -120,6 +116,10 @@ td { width: 100%; } +.msg-right { + text-align: right; +} + .feed-name { padding: .75ex; } |