From 653cc0d3b4e4eece37b2c5b945fd50800463cdd8 Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 8 Jun 2010 16:44:06 +0000 Subject: Updated documents. Removed large and small document icons - we now just use the very small ones from the old filter directory. Updated doc's list view and download button. git-svn-id: http://code.elgg.org/elgg/trunk@6398 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 151360d73..fe474cfe0 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1285,20 +1285,15 @@ a.action_button:focus { background-image:none; } .action_button.download { - color: white; - background-color:#4690d6; - background-image: url(_graphics/button_graduation.png); - background-repeat: repeat-x; - background-position: left 10px; - width:auto; - height:auto; - padding: 3px 6px 3px 6px; - margin:0 0 10px 0; + padding: 5px 9px 5px 6px; } .action_button.download:hover { - background: #0054a7; - border-color: #0054a7; - color:white; + +} +.action_button.download img { + margin-right:4px; + position:relative; + top:5px; } .action_button.small { -webkit-border-radius: 3px; -- cgit v1.2.3