commit | bada0769582d0b13c9c7369cc418d347838dff71 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Fri Feb 05 15:43:07 2016 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Sat Feb 06 00:10:14 2016 +0000 |
tree | 85f7a4785b26e74a0d159277187565c498691354 | |
parent | b68919e831c493e06c173887a50ca95dd612e144 [diff] |
Adjusted dialog button styling. Change-Id: Ic91a7d96eecad791673c8adabc070a4d5477bfd2
diff --git a/web/gui/src/main/webapp/app/fw/layer/dialog.css b/web/gui/src/main/webapp/app/fw/layer/dialog.css index 1e7b9af..b132417 100644 --- a/web/gui/src/main/webapp/app/fw/layer/dialog.css +++ b/web/gui/src/main/webapp/app/fw/layer/dialog.css
@@ -34,10 +34,11 @@ } .dialog .dialog-button { + border-radius: 3px; display: inline-block; cursor: pointer; height: 20px; - padding: 2px 6px; + padding: 6px 8px 2px 8px; margin: 4px; float: right; /* color works for both light and dark themes */