diff options
author | redmatrix <mike@macgirvin.com> | 2016-08-30 21:43:33 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-08-30 21:43:33 -0700 |
commit | b775a1aa0e36a74f0f937d85f458fd12af18a264 (patch) | |
tree | 17c122a4789c90c21f3f9ec54494f2e146163882 /view/css | |
parent | bf3a4095694808486106fcce7cc371ce5c13f587 (diff) | |
download | volse-hubzilla-b775a1aa0e36a74f0f937d85f458fd12af18a264.tar.gz volse-hubzilla-b775a1aa0e36a74f0f937d85f458fd12af18a264.tar.bz2 volse-hubzilla-b775a1aa0e36a74f0f937d85f458fd12af18a264.zip |
The 'save to folder' modal dialog looked like crap. Now it only looks like dung.
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 6c5171545..677198149 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -319,3 +319,11 @@ img.smiley.emoji:hover { width: 32px; height: 32px; } + +.combobox { + padding: 15px; +} + +#filer_save { + margin-left: 15px; +}
\ No newline at end of file |