Fix: iWebKit is compatible with Android and Blackberry

This commit is contained in:
Regis Houssin
2010-09-21 17:02:57 +00:00
parent 93df5fcb01
commit 101b9ce166
106 changed files with 66 additions and 50 deletions

View File

@@ -54,12 +54,19 @@ function dol_loginfunction($langs,$conf,$mysoc)
// Select templates // Select templates
if ($conf->browser->phone) if ($conf->browser->phone)
{ {
// Special cases // iWebKit template
if (file_exists(DOL_DOCUMENT_ROOT."/theme/phones/".$conf->browser->phone)) if (preg_match('/android|blackberry|iphone/i',$conf->browser->phone))
{
$theme = 'default';
$template_dir=DOL_DOCUMENT_ROOT."/theme/phones/smartphone/tpl/";
}
// Special template
elseif (file_exists(DOL_DOCUMENT_ROOT."/theme/phones/".$conf->browser->phone))
{ {
$theme = 'default'; $theme = 'default';
$template_dir=DOL_DOCUMENT_ROOT."/theme/phones/".$conf->browser->phone."/tpl/"; $template_dir=DOL_DOCUMENT_ROOT."/theme/phones/".$conf->browser->phone."/tpl/";
} }
// Default template
else else
{ {
$template_dir=DOL_DOCUMENT_ROOT."/theme/phones/others/tpl/"; $template_dir=DOL_DOCUMENT_ROOT."/theme/phones/others/tpl/";

View File

@@ -1,10 +1,10 @@
<?PHP <?PHP
/* Copyright (C) 2002-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2002-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2003 Xavier Dutoit <doli@sydesy.com> * Copyright (C) 2003 Xavier Dutoit <doli@sydesy.com>
* Copyright (C) 2004-2009 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2004-2010 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2004 Sebastien Di Cintio <sdicintio@ressource-toi.org> * Copyright (C) 2004 Sebastien Di Cintio <sdicintio@ressource-toi.org>
* Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be> * Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be>
* Copyright (C) 2005-2009 Regis Houssin <regis@dolibarr.fr> * Copyright (C) 2005-2010 Regis Houssin <regis@dolibarr.fr>
* Copyright (C) 2005 Simon Tosser <simon@kornog-computing.com> * Copyright (C) 2005 Simon Tosser <simon@kornog-computing.com>
* Copyright (C) 2006 Andre Cianfarani <andre.cianfarani@acdeveloppement.net> * Copyright (C) 2006 Andre Cianfarani <andre.cianfarani@acdeveloppement.net>
* Copyright (C) 2010 Juanjo Menent <jmenent@2byte.es> * Copyright (C) 2010 Juanjo Menent <jmenent@2byte.es>

View File

@@ -1 +0,0 @@
2009 Regis Houssin <regis@dolibarr.fr>

View File

@@ -0,0 +1 @@
2009-2010 Regis Houssin <regis@dolibarr.fr>

View File

@@ -17,8 +17,8 @@
*/ */
/** /**
* \file htdocs/theme/phones/iphone/theme/default/default.css.php * \file htdocs/theme/phones/smartphone/theme/default/default.css.php
* \brief Fichier de style CSS du theme Iphone default * \brief Fichier de style CSS du theme Smartphone default
* \version $Id$ * \version $Id$
*/ */
@@ -323,7 +323,7 @@ a:hover .arrow {
} }
#tributton .links, #duobutton .links { #tributton .links, #duobutton .links {
height: 30px; height: 30px;
-webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/tributton.png'; ?>") 0 4 0 4; -webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/tributton.png'; ?>") 0 4 0 4;
border-width: 0 4px 0 4px; border-width: 0 4px 0 4px;
margin: 0 auto 0px auto; margin: 0 auto 0px auto;
position: relative; position: relative;
@@ -365,7 +365,7 @@ a:hover .arrow {
text-shadow: black 0 -1px 0; text-shadow: black 0 -1px 0;
} }
#triselectionbuttons, #duoselectionbuttons { #triselectionbuttons, #duoselectionbuttons {
-webkit-border-image: url('<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/navbutton.png'; ?>') 0 5 0 5; -webkit-border-image: url('<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/navbutton.png'; ?>') 0 5 0 5;
border-width: 0 5px 0 5px; border-width: 0 5px 0 5px;
position: relative; position: relative;
margin: auto; margin: auto;
@@ -434,7 +434,7 @@ li#doublead:hover {
} }
.searchbox form { .searchbox form {
height: 24px; height: 24px;
-webkit-border-image: url('<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/searchfield.png'; ?>') 4 14 1 24; -webkit-border-image: url('<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/searchfield.png'; ?>') 4 14 1 24;
border-width: 4px 14px 1px 24px; border-width: 4px 14px 1px 24px;
display: block; display: block;
position: relative; position: relative;
@@ -550,7 +550,7 @@ fieldset {
right: 10px; right: 10px;
top: 15px; top: 15px;
margin: 0!important; margin: 0!important;
background: url("<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/arrow.png'; ?>") 0 0 no-repeat; background: url("<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/arrow.png'; ?>") 0 0 no-repeat;
} }
.applist .arrow { .applist .arrow {
position: absolute; position: absolute;
@@ -559,7 +559,7 @@ fieldset {
right: 10px; right: 10px;
top: 29px; top: 29px;
margin: 0!important; margin: 0!important;
background: url("<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/arrow.png'; ?>") 0 0 no-repeat; background: url("<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/arrow.png'; ?>") 0 0 no-repeat;
} }
.store { .store {
height: 90px; height: 90px;
@@ -663,22 +663,22 @@ li:last-child.store .image, .store:last-child a {
display: block!important; display: block!important;
} }
.store .stars0 { .store .stars0 {
background: url('<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/0starsborder.png'; ?>'); background: url('<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/0starsborder.png'; ?>');
} }
.store .stars1 { .store .stars1 {
background: url('<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/1starsborder.png'; ?>'); background: url('<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/1starsborder.png'; ?>');
} }
.store .stars2 { .store .stars2 {
background: url('<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/2starsborder.png'; ?>'); background: url('<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/2starsborder.png'; ?>');
} }
.store .stars3 { .store .stars3 {
background: url('<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/3starsborder.png'; ?>'); background: url('<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/3starsborder.png'; ?>');
} }
.store .stars4 { .store .stars4 {
background: url('<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/4starsborder.png'; ?>'); background: url('<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/4starsborder.png'; ?>');
} }
.store .stars5, .applist .stars5 { .store .stars5, .applist .stars5 {
background: url('<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/5stars.png'; ?>'); background: url('<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/5stars.png'; ?>');
} }
.applist .stars0, .applist .stars1, .applist .stars2, .applist .stars3, .applist .stars4, .applist .stars5 { .applist .stars0, .applist .stars1, .applist .stars2, .applist .stars3, .applist .stars4, .applist .stars5 {
position: absolute; position: absolute;
@@ -689,19 +689,19 @@ li:last-child.store .image, .store:last-child a {
display: block!important; display: block!important;
} }
.applist .stars0 { .applist .stars0 {
background: url('<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/0stars.png'; ?>'); background: url('<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/0stars.png'; ?>');
} }
.applist .stars1 { .applist .stars1 {
background: url('<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/1stars.png'; ?>'); background: url('<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/1stars.png'; ?>');
} }
.applist .stars2 { .applist .stars2 {
background: url('<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/2stars.png'; ?>'); background: url('<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/2stars.png'; ?>');
} }
.applist .stars3 { .applist .stars3 {
background: url('<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/3stars.png'; ?>'); background: url('<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/3stars.png'; ?>');
} }
.applist .stars4 { .applist .stars4 {
background: url('<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/4stars.png'; ?>'); background: url('<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/4stars.png'; ?>');
} }
.applist .starcomment { .applist .starcomment {
left: 147px; left: 147px;
@@ -861,10 +861,10 @@ li:last-child.store .image, .store:last-child a {
margin-top: 16px; margin-top: 16px;
} }
.ipodlist .play { .ipodlist .play {
background: url('<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/play.gif'; ?>') no-repeat; background: url('<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/play.gif'; ?>') no-repeat;
} }
.ipodlist a:hover .auto, .ipodlist a:hover .play { .ipodlist a:hover .auto, .ipodlist a:hover .play {
background: url('<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/play.gif'; ?>') no-repeat; background: url('<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/play.gif'; ?>') no-repeat;
background-position: 0 -10px; background-position: 0 -10px;
} }
.ipodlist .time { .ipodlist .time {
@@ -989,23 +989,23 @@ li:last-child.store .image, .store:last-child a {
text-decoration: none; text-decoration: none;
} }
.black #leftnav a:first-child, .transparent #leftnav a:first-child { .black #leftnav a:first-child, .transparent #leftnav a:first-child {
-webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/navleftblack.png'; ?>") 0 5 0 13; -webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/navleftblack.png'; ?>") 0 5 0 13;
} }
.black #leftnav a, .transparent #leftnav a { .black #leftnav a, .transparent #leftnav a {
-webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/navlinkleftblack.png'; ?>") 0 5 0 13; -webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/navlinkleftblack.png'; ?>") 0 5 0 13;
} }
.black #rightnav a:first-child, .transparent #rightnav a:first-child { .black #rightnav a:first-child, .transparent #rightnav a:first-child {
-webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/navrightblack.png'; ?>") 0 13 0 5; -webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/navrightblack.png'; ?>") 0 13 0 5;
} }
.black #rightnav a, .transparent #rightnav a { .black #rightnav a, .transparent #rightnav a {
-webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/navlinkrightblack.png'; ?>") 0 13 0 5; -webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/navlinkrightblack.png'; ?>") 0 13 0 5;
} }
.black #leftbutton a, .black #rightbutton a, .transparent #leftbutton a, .transparent #rightbutton a { .black #leftbutton a, .black #rightbutton a, .transparent #leftbutton a, .transparent #rightbutton a {
-webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/navbuttonblack.png'; ?>") 0 5 0 5; -webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/navbuttonblack.png'; ?>") 0 5 0 5;
} }
#leftnav a:first-child { #leftnav a:first-child {
z-index: 2; z-index: 2;
-webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/navleft.png'; ?>") 0 5 0 13; -webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/navleft.png'; ?>") 0 5 0 13;
border-width: 0 5px 0 13px; border-width: 0 5px 0 13px;
-webkit-border-top-left-radius: 16px; -webkit-border-top-left-radius: 16px;
-webkit-border-bottom-left-radius: 16px; -webkit-border-bottom-left-radius: 16px;
@@ -1014,7 +1014,7 @@ li:last-child.store .image, .store:last-child a {
width: auto; width: auto;
} }
#leftnav a { #leftnav a {
-webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/navlinkleft.png'; ?>") 0 5 0 13; -webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/navlinkleft.png'; ?>") 0 5 0 13;
z-index: 3; z-index: 3;
margin-left: -4px; margin-left: -4px;
border-width: 0 5px 0 13px; border-width: 0 5px 0 13px;
@@ -1032,7 +1032,7 @@ li:last-child.store .image, .store:last-child a {
font-weight: bold; font-weight: bold;
} }
#rightnav a { #rightnav a {
-webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/navlinkright.png'; ?>") 0 13 0 5; -webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/navlinkright.png'; ?>") 0 13 0 5;
z-index: 3; z-index: 3;
margin-right: -4px; margin-right: -4px;
border-width: 0 13px 0 5px; border-width: 0 13px 0 5px;
@@ -1047,25 +1047,25 @@ li:last-child.store .image, .store:last-child a {
z-index: 2; z-index: 2;
-webkit-border-top-left-radius: 6px; -webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px; -webkit-border-bottom-left-radius: 6px;
-webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/navright.png'; ?>") 0 13 0 5; -webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/navright.png'; ?>") 0 13 0 5;
border-width: 0 13px 0 5px; border-width: 0 13px 0 5px;
-webkit-border-top-right-radius: 16px; -webkit-border-top-right-radius: 16px;
-webkit-border-bottom-right-radius: 16px; -webkit-border-bottom-right-radius: 16px;
} }
#leftbutton a, #rightbutton a { #leftbutton a, #rightbutton a {
-webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/navbutton.png'; ?>") 0 5 0 5; -webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/navbutton.png'; ?>") 0 5 0 5;
border-width: 0 5px; border-width: 0 5px;
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
} }
#blueleftbutton a, #bluerightbutton a { #blueleftbutton a, #bluerightbutton a {
-webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/navbuttonblue.png'; ?>") 0 5 0 5; -webkit-border-image: url("<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/navbuttonblue.png'; ?>") 0 5 0 5;
border-width: 0 5px; border-width: 0 5px;
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
} }
input[type="checkbox"] { input[type="checkbox"] {
width: 94px; width: 94px;
height: 27px; height: 27px;
background: url('<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/checkbox.png'; ?>'); background: url('<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/checkbox.png'; ?>');
-webkit-appearance: none; -webkit-appearance: none;
border: 0; border: 0;
float: right; float: right;
@@ -1086,7 +1086,7 @@ input[type="radio"] {
-webkit-border-radius: 0; -webkit-border-radius: 0;
} }
input[type="radio"]:checked { input[type="radio"]:checked {
background: url('<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/radiobutton.png'; ?>') no-repeat; background: url('<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/radiobutton.png'; ?>') no-repeat;
background-position: right center; background-position: right center;
} }
.radiobutton .name { .radiobutton .name {
@@ -1108,7 +1108,7 @@ select {
max-width: 90%; max-width: 90%;
} }
.select .arrow { .select .arrow {
background: url('<?php echo DOL_URL_ROOT.'/theme/phones/iphone/theme/default/img/arrow.png'; ?>'); background: url('<?php echo DOL_URL_ROOT.'/theme/phones/smartphone/theme/default/img/arrow.png'; ?>');
width: 8px; width: 8px;
height: 13px; height: 13px;
display: block; display: block;

View File

Before

Width:  |  Height:  |  Size: 314 B

After

Width:  |  Height:  |  Size: 314 B

View File

Before

Width:  |  Height:  |  Size: 363 B

After

Width:  |  Height:  |  Size: 363 B

View File

Before

Width:  |  Height:  |  Size: 456 B

After

Width:  |  Height:  |  Size: 456 B

View File

Before

Width:  |  Height:  |  Size: 482 B

After

Width:  |  Height:  |  Size: 482 B

View File

Before

Width:  |  Height:  |  Size: 467 B

After

Width:  |  Height:  |  Size: 467 B

View File

Before

Width:  |  Height:  |  Size: 501 B

After

Width:  |  Height:  |  Size: 501 B

View File

Before

Width:  |  Height:  |  Size: 470 B

After

Width:  |  Height:  |  Size: 470 B

View File

Before

Width:  |  Height:  |  Size: 506 B

After

Width:  |  Height:  |  Size: 506 B

View File

Before

Width:  |  Height:  |  Size: 455 B

After

Width:  |  Height:  |  Size: 455 B

View File

Before

Width:  |  Height:  |  Size: 503 B

After

Width:  |  Height:  |  Size: 503 B

View File

Before

Width:  |  Height:  |  Size: 393 B

After

Width:  |  Height:  |  Size: 393 B

View File

Before

Width:  |  Height:  |  Size: 361 B

After

Width:  |  Height:  |  Size: 361 B

View File

Before

Width:  |  Height:  |  Size: 155 B

After

Width:  |  Height:  |  Size: 155 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 276 B

After

Width:  |  Height:  |  Size: 276 B

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 961 B

After

Width:  |  Height:  |  Size: 961 B

View File

Before

Width:  |  Height:  |  Size: 215 B

After

Width:  |  Height:  |  Size: 215 B

View File

Before

Width:  |  Height:  |  Size: 361 B

After

Width:  |  Height:  |  Size: 361 B

View File

Before

Width:  |  Height:  |  Size: 148 B

After

Width:  |  Height:  |  Size: 148 B

View File

Before

Width:  |  Height:  |  Size: 197 B

After

Width:  |  Height:  |  Size: 197 B

View File

Before

Width:  |  Height:  |  Size: 274 B

After

Width:  |  Height:  |  Size: 274 B

View File

Before

Width:  |  Height:  |  Size: 164 B

After

Width:  |  Height:  |  Size: 164 B

View File

Before

Width:  |  Height:  |  Size: 571 B

After

Width:  |  Height:  |  Size: 571 B

View File

Before

Width:  |  Height:  |  Size: 493 B

After

Width:  |  Height:  |  Size: 493 B

View File

Before

Width:  |  Height:  |  Size: 664 B

After

Width:  |  Height:  |  Size: 664 B

View File

Before

Width:  |  Height:  |  Size: 826 B

After

Width:  |  Height:  |  Size: 826 B

View File

Before

Width:  |  Height:  |  Size: 810 B

After

Width:  |  Height:  |  Size: 810 B

View File

Before

Width:  |  Height:  |  Size: 786 B

After

Width:  |  Height:  |  Size: 786 B

View File

Before

Width:  |  Height:  |  Size: 737 B

After

Width:  |  Height:  |  Size: 737 B

View File

Before

Width:  |  Height:  |  Size: 804 B

After

Width:  |  Height:  |  Size: 804 B

View File

Before

Width:  |  Height:  |  Size: 845 B

After

Width:  |  Height:  |  Size: 845 B

View File

Before

Width:  |  Height:  |  Size: 861 B

After

Width:  |  Height:  |  Size: 861 B

View File

Before

Width:  |  Height:  |  Size: 103 B

After

Width:  |  Height:  |  Size: 103 B

View File

Before

Width:  |  Height:  |  Size: 183 B

After

Width:  |  Height:  |  Size: 183 B

View File

Before

Width:  |  Height:  |  Size: 373 B

After

Width:  |  Height:  |  Size: 373 B

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 759 B

After

Width:  |  Height:  |  Size: 759 B

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 349 B

After

Width:  |  Height:  |  Size: 349 B

View File

Before

Width:  |  Height:  |  Size: 214 B

After

Width:  |  Height:  |  Size: 214 B

View File

Before

Width:  |  Height:  |  Size: 481 B

After

Width:  |  Height:  |  Size: 481 B

View File

Before

Width:  |  Height:  |  Size: 350 B

After

Width:  |  Height:  |  Size: 350 B

View File

Before

Width:  |  Height:  |  Size: 476 B

After

Width:  |  Height:  |  Size: 476 B

View File

Before

Width:  |  Height:  |  Size: 1001 B

After

Width:  |  Height:  |  Size: 1001 B

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 536 B

After

Width:  |  Height:  |  Size: 536 B

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1014 B

After

Width:  |  Height:  |  Size: 1014 B

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 742 B

After

Width:  |  Height:  |  Size: 742 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Some files were not shown because too many files have changed in this diff Show More