[refs #385] zip image
This commit is contained in:
parent
05ec6cbac3
commit
f31b243ae9
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
|
@ -818,14 +818,19 @@ div#git_help_data p {
|
|||
.zip {
|
||||
float: left;
|
||||
padding-left: 5px;
|
||||
margin-top: 6px;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.nav > li > a:hover {
|
||||
text-decoration: none;
|
||||
background-color: #D6E4E1;
|
||||
background-color: #DCECFA;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.dropdown.open .dropdown-toggle {
|
||||
background: none repeat scroll 0 0;
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
%ul.nav.zip
|
||||
%li#menu-archive.dropdown
|
||||
%a.dropdown-toggle{"data-toggle" => "dropdown", :href => "#menu-archive"}
|
||||
ZIP
|
||||
=image_tag 'zip.png', :alt => 'ZIP'
|
||||
%b.caret
|
||||
%ul.dropdown-menu
|
||||
%li=link_to "tar.gz", archive_path(project.id, 'tar', @treeish)
|
||||
|
|
Loading…
Reference in New Issue