aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-09-05 01:03:36 +0300
committerGravatar Vitaly Takmazov2016-09-05 01:03:36 +0300
commit7523a0a69ebe45afc98394f52ce14ac530ca9b18 (patch)
tree9c2b9709193404f4083feacdf2090945aab271bb /juick-www/src
parent6ff862fc0a5dfd418dbe171afb79ef9d7f2dd4ba (diff)
add other icons
Diffstat (limited to 'juick-www/src')
-rw-r--r--juick-www/src/main/static/logo.pngbin0 -> 2447 bytes
-rw-r--r--juick-www/src/main/static/logo@2x.pngbin0 -> 4822 bytes
-rw-r--r--juick-www/src/main/static/sharesocial.pngbin0 -> 4474 bytes
-rw-r--r--juick-www/src/main/static/style.css10
-rw-r--r--juick-www/src/main/static/toolbar-icons.pngbin0 -> 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
new file mode 100644
index 00000000..4e0f6d56
--- /dev/null
+++ b/juick-www/src/main/static/logo.png
Binary files differ
diff --git a/juick-www/src/main/static/logo@2x.png b/juick-www/src/main/static/logo@2x.png
new file mode 100644
index 00000000..6febeaf9
--- /dev/null
+++ b/juick-www/src/main/static/logo@2x.png
Binary files differ
diff --git a/juick-www/src/main/static/sharesocial.png b/juick-www/src/main/static/sharesocial.png
new file mode 100644
index 00000000..1031b343
--- /dev/null
+++ b/juick-www/src/main/static/sharesocial.png
Binary files differ
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
new file mode 100644
index 00000000..cd4efd45
--- /dev/null
+++ b/juick-www/src/main/static/toolbar-icons.png
Binary files differ