From 395482b53fc18dea064bac1a77ebf0731899b537 Mon Sep 17 00:00:00 2001 From: pete Date: Sat, 28 Jun 2008 19:16:04 +0000 Subject: cancel button added to widget gallery git-svn-id: https://code.elgg.org/elgg/trunk@1199 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/canvas/layouts/widgets.php | 1 + views/default/css.php | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) (limited to 'views') diff --git a/views/default/canvas/layouts/widgets.php b/views/default/canvas/layouts/widgets.php index e90d9f1b3..47a45c450 100644 --- a/views/default/canvas/layouts/widgets.php +++ b/views/default/canvas/layouts/widgets.php @@ -160,6 +160,7 @@ Choose the features you want to add to your page by dragging them from the Wi + diff --git a/views/default/css.php b/views/default/css.php index 1b2f37ceb..9b483747d 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -680,6 +680,24 @@ input[type="submit"] { cursor: pointer; } +.cancel_button { + font: 12px/100% Arial, Helvetica, sans-serif; + font-weight: bold; + color: #999999; + background:#dddddd; + border: 1px solid #999999; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + width: auto; + height: 25px; + padding: 2px 6px 2px 6px; + margin:10px 0 10px 10px; + cursor: pointer; +} +.cancel_button:hover { + background: #cccccc; +} + .input-text, .input-tags, .input-url, -- cgit v1.2.3