diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-08 16:44:06 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-08 16:44:06 +0000 |
commit | 653cc0d3b4e4eece37b2c5b945fd50800463cdd8 (patch) | |
tree | dcb3889c1ec3f1d036d9f5020e9560f27552fd09 /views/default/css.php | |
parent | 9a5b3c9195b5a2473e01f0c35c07c02d08f51618 (diff) | |
download | elgg-653cc0d3b4e4eece37b2c5b945fd50800463cdd8.tar.gz elgg-653cc0d3b4e4eece37b2c5b945fd50800463cdd8.tar.bz2 |
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
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 19 |
1 files changed, 7 insertions, 12 deletions
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(<?php echo $vars['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; |