diff options
author | Vitaly Takmazov | 2016-09-05 01:03:36 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-09-05 01:03:36 +0300 |
commit | 7523a0a69ebe45afc98394f52ce14ac530ca9b18 (patch) | |
tree | 9c2b9709193404f4083feacdf2090945aab271bb | |
parent | 6ff862fc0a5dfd418dbe171afb79ef9d7f2dd4ba (diff) |
add other icons
-rw-r--r-- | juick-www/src/main/static/logo.png | bin | 0 -> 2447 bytes | |||
-rw-r--r-- | juick-www/src/main/static/logo@2x.png | bin | 0 -> 4822 bytes | |||
-rw-r--r-- | juick-www/src/main/static/sharesocial.png | bin | 0 -> 4474 bytes | |||
-rw-r--r-- | juick-www/src/main/static/style.css | 10 | ||||
-rw-r--r-- | juick-www/src/main/static/toolbar-icons.png | bin | 0 -> 737 bytes |
5 files changed, 5 insertions, 5 deletions
diff --git a/juick-www/src/main/static/logo.png b/juick-www/src/main/static/logo.png Binary files differnew file mode 100644 index 00000000..4e0f6d56 --- /dev/null +++ b/juick-www/src/main/static/logo.png diff --git a/juick-www/src/main/static/logo@2x.png b/juick-www/src/main/static/logo@2x.png Binary files differnew file mode 100644 index 00000000..6febeaf9 --- /dev/null +++ b/juick-www/src/main/static/logo@2x.png diff --git a/juick-www/src/main/static/sharesocial.png b/juick-www/src/main/static/sharesocial.png Binary files differnew file mode 100644 index 00000000..1031b343 --- /dev/null +++ b/juick-www/src/main/static/sharesocial.png diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 858aa8bb..454389e7 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -73,11 +73,11 @@ body>header a { white-space: nowrap; overflow: hidden; border: 0; - background: url("//i.juick.com/logo.png") no-repeat; + background: url("logo.png") no-repeat; } @media screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) { #logo a { - background: url("//i.juick.com/logo_2x.png") no-repeat; + background: url("logo@2x.png") no-repeat; background-size: cover; } } @@ -432,7 +432,7 @@ q { display: inline-block; width: 16px; height: 16px; - background: url(//static.juick.com/toolbar-icons.png) no-repeat; + background: url("toolbar-icons.png") no-repeat; vertical-align: middle; margin: 5px; } @@ -559,7 +559,7 @@ q { display: inline-block; width: 16px; height: 16px; - background: url(//static.juick.com/toolbar-icons.png) no-repeat; + background: url("toolbar-icons.png") no-repeat; vertical-align: middle; margin: 5px 0; } @@ -674,7 +674,7 @@ q { display: block; width: 32px; height: 32px; - background-image: url(//static.juick.com/sharesocial.png); + background-image: url("sharesocial.png"); } .dialogtxt { background: #EEEEE5; diff --git a/juick-www/src/main/static/toolbar-icons.png b/juick-www/src/main/static/toolbar-icons.png Binary files differnew file mode 100644 index 00000000..cd4efd45 --- /dev/null +++ b/juick-www/src/main/static/toolbar-icons.png |