From 84e7a9a5d8363295fc58b6fc4287559b088d25c6 Mon Sep 17 00:00:00 2001 From: Colin Frei Date: Mon, 22 Jul 2013 08:17:31 +0200 Subject: [PATCH] make nicer buttons --- css/core.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/core.css b/css/core.css index 0f29a6c..a7fc088 100644 --- a/css/core.css +++ b/css/core.css @@ -238,4 +238,14 @@ select { .active { color: red; +} + +button { + margin: 5px; + padding: 10px; + font-size: 14px; +} + +.warn { + background-color: #ff8175; } \ No newline at end of file