]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Updated documents. Removed large and small document icons - we now just use the very...
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 8 Jun 2010 16:44:06 +0000 (16:44 +0000)
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 8 Jun 2010 16:44:06 +0000 (16:44 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6398 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/css.php

index 151360d735f3cd90592a298c7ab12ac733ec098c..fe474cfe0bc5318e8273609208600b5ee5f1e91b 100644 (file)
@@ -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;