commit | b500af698291aaf61c4c54f8f496b306d1e68788 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Thu Feb 04 16:39:52 2016 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Thu Feb 04 16:39:52 2016 -0800 |
tree | 79a4835ca5f95f8719771af5863f769e5991aa9a | |
parent | 5e606599c2bce30b9509e0c4cd5bdea388848dc8 [diff] | |
parent | 0f773ce2165ae3bb5bdddb17e5892b0b8d592f99 [diff] |
Merge branch 'feature/styles'
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;