Fukd ur madder

This commit is contained in:
Nicolas A. Tonne
2015-04-18 02:58:01 +02:00
parent d47bcc12c2
commit 2dcd3baad1
19 changed files with 65 additions and 38 deletions

View File

@@ -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);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 297 KiB

BIN
static/images/facebook.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 697 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 930 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

BIN
static/images/twitter.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 980 B

View File

@@ -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')");