commit | fbf7aa5ea6c7c0707e706a4da789313081b86b19 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Thu Feb 04 16:39:42 2016 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Thu Feb 04 16:39:42 2016 -0800 |
tree | 1e813f68f5e56dfc41d12f3dad35b1cbfaaa7c18 | |
parent | 8f1f8bea7fcb0f68247bfb775ded4ec87e6f84e8 [diff] |
Small button style improvement
diff --git a/xos/core/static/xos.css b/xos/core/static/xos.css index 38a9763..592bb7c 100644 --- a/xos/core/static/xos.css +++ b/xos/core/static/xos.css
@@ -1329,6 +1329,12 @@ /* SUIT CHANGES */ +.form-buttons { + margin-top: 20px; + padding: 10px; + border-top: 1px solid #cccccc; +} + .form-buttons a.deletelink { color: #fff; background-color: #d9534f;