Fukd ur madder
@@ -65,6 +65,8 @@ main {
|
||||
|
||||
nav .zbrand{
|
||||
left:90px;
|
||||
max-width: 22%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.fullwidth{
|
||||
@@ -120,6 +122,17 @@ nav .zbrand{
|
||||
color:grey;
|
||||
}
|
||||
|
||||
.share, .shareface{
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
|
||||
.shareface {background-color: rgb(42, 134, 200) !important;}
|
||||
|
||||
.share img{
|
||||
height: 50px;
|
||||
margin-right:10px;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
play mdi-av-play-arrow
|
||||
@@ -221,7 +234,7 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
opacity:0;
|
||||
transition: all .1s ease;
|
||||
}
|
||||
.list-song:hover .list-image:after {
|
||||
.vote-container:hover .list-image:after {
|
||||
opacity:1;
|
||||
}
|
||||
|
||||
@@ -246,7 +259,7 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
.card{margin:5px 0 5px 0 !important;}
|
||||
#result img{float:left;padding-right:20px !important;}
|
||||
#result{height:100px;margin-left:40px;}
|
||||
#results{margin-top:-12px;background-color: rgba(0,0,0,0.6);}
|
||||
#results{background-color: rgba(0,0,0,0.6);}
|
||||
.result:hover {
|
||||
background-color: rgba(0,0,0,0.4);
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 7.7 KiB |
|
Before Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 297 KiB |
BIN
static/images/facebook.png
Executable file
|
After Width: | Height: | Size: 697 B |
|
Before Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 930 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
BIN
static/images/twitter.png
Executable file
|
After Width: | Height: | Size: 980 B |
@@ -67,7 +67,7 @@ function populate_list(msg, conf_only)
|
||||
song.find(".list-title").text(video_title);
|
||||
song.find(".list-title").attr("title", video_title);
|
||||
song.find(".list-votes").text(video_votes);
|
||||
song.attr("onclick", "vote('"+video_id+"','pos')");
|
||||
song.find(".vote-container").attr("onclick", "vote('"+video_id+"','pos')");
|
||||
song.find(".list-image").attr("style",video_thumb);
|
||||
song.attr("id",video_id);
|
||||
song.find("#del").attr("onclick", "vote('"+video_id+"', 'del')");
|
||||
|
||||