From 066cf793655e1ba89634bf378126af940cbff0a1 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 18 Jan 2011 07:10:41 +0700 Subject: CSS class for buttons without icons. A new CSS class has been added for buttons without icons. The IPA.button() has been modified to use this class if there is no icons specified. --- install/static/ipa.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'install/static/ipa.css') diff --git a/install/static/ipa.css b/install/static/ipa.css index 518e8aa26..66b0509e2 100644 --- a/install/static/ipa.css +++ b/install/static/ipa.css @@ -52,6 +52,13 @@ body{ top: 50%; } +.button-without-icon { + padding: .4em 1em .4em 1em; + text-decoration: none; + position: relative; + cursor: pointer; +} + /* ---- Header ---- */ div.header { background-color:#0C3B00; -- cgit