Moving images

This commit is contained in:
magnolia-fan
2011-09-08 17:10:52 +04:00
parent 4f3bd75bfd
commit f9ada4d143
21 changed files with 7 additions and 77 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 921 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1003 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

+1 -1
View File
@@ -23,7 +23,7 @@ class window.Ajax
else
_ajax.setArchor '/artist/' +name+ '/'
_pages.renderArtist data
_search.hideSpinner()
#_search.hideSpinner()
false
loadSearchPage: ->
+1
View File
@@ -37,6 +37,7 @@ class BeatHaven
window._settings = new Settings()
this.setupAutocomplete()
window._ajax.detectPage()
false
-4
View File
@@ -1,12 +1,8 @@
class window.Search
pics: []
showSpinner: ->
$('#search').val("").attr(disabled: 'disabled').blur()
$('.search-container img').first().show()
$('#autocomplete-container').hide()
$('.artist_loading.failed').first().hide()
this.hideSuggestions()
false
-2
View File
@@ -3,10 +3,8 @@
.artist-info {
margin-bottom: 20px;
.pic {
height: 220px;
img {
max-width: 220px;
max-height: 220px;
}
}
.desc {
-9
View File
@@ -1,9 +0,0 @@
.playlist .artist-name {
margin-bottom: 4px;
font-size: 11px;
color: #888;
}
-61
View File
@@ -1,61 +0,0 @@
@import "rounded";
.pulldown {
display: none;
position: relative;
background-color: #ffffff;
border-top: #c0c0c0 1px solid;
border-bottom: #c0c0c0 1px solid;
margin-right: 350px;
padding: 25px;
.pd-spinner {
position: absolute;
left: 50%;
top: 50%;
width: 64px;
height: 64px;
margin: -32px 0 0 -32px;
}
/* Search */
.search-container {
.spinner, .artist_loading, .artist_pics, .suggestions {
display: none;
}
.spinner {
margin: 70px 0 0 171px;
}
.search_form {
.search_field {
width: 300px;
font-size: 24px;
padding: 4px;
border: #CCC 1px solid;
@include rounded(3);
}
}
}
}
.autocomplete {
margin: 4px 0 0 -1px;
div {
font-size: 24px;
padding: 6px 5px;
border-top: #BBB 1px solid;
margin-bottom: 1px;
&:first-child {
border: none;
}
&.selected {
background-color: #DDD;
}
}
}