Fix: iWebKit is compatible with Android and Blackberry
@@ -54,12 +54,19 @@ function dol_loginfunction($langs,$conf,$mysoc)
|
||||
// Select templates
|
||||
if ($conf->browser->phone)
|
||||
{
|
||||
// Special cases
|
||||
if (file_exists(DOL_DOCUMENT_ROOT."/theme/phones/".$conf->browser->phone))
|
||||
// iWebKit template
|
||||
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';
|
||||
$template_dir=DOL_DOCUMENT_ROOT."/theme/phones/".$conf->browser->phone."/tpl/";
|
||||
}
|
||||
// Default template
|
||||
else
|
||||
{
|
||||
$template_dir=DOL_DOCUMENT_ROOT."/theme/phones/others/tpl/";
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<?PHP
|
||||
/* Copyright (C) 2002-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* 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 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) 2006 Andre Cianfarani <andre.cianfarani@acdeveloppement.net>
|
||||
* Copyright (C) 2010 Juanjo Menent <jmenent@2byte.es>
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
2009 Regis Houssin <regis@dolibarr.fr>
|
||||
1
htdocs/theme/phones/smartphone/AUTHOR
Normal file
@@ -0,0 +1 @@
|
||||
2009-2010 Regis Houssin <regis@dolibarr.fr>
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/theme/phones/iphone/theme/default/default.css.php
|
||||
* \brief Fichier de style CSS du theme Iphone default
|
||||
* \file htdocs/theme/phones/smartphone/theme/default/default.css.php
|
||||
* \brief Fichier de style CSS du theme Smartphone default
|
||||
* \version $Id$
|
||||
*/
|
||||
|
||||
@@ -323,7 +323,7 @@ a:hover .arrow {
|
||||
}
|
||||
#tributton .links, #duobutton .links {
|
||||
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;
|
||||
margin: 0 auto 0px auto;
|
||||
position: relative;
|
||||
@@ -365,7 +365,7 @@ a:hover .arrow {
|
||||
text-shadow: black 0 -1px 0;
|
||||
}
|
||||
#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;
|
||||
position: relative;
|
||||
margin: auto;
|
||||
@@ -434,7 +434,7 @@ li#doublead:hover {
|
||||
}
|
||||
.searchbox form {
|
||||
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;
|
||||
display: block;
|
||||
position: relative;
|
||||
@@ -550,7 +550,7 @@ fieldset {
|
||||
right: 10px;
|
||||
top: 15px;
|
||||
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 {
|
||||
position: absolute;
|
||||
@@ -559,7 +559,7 @@ fieldset {
|
||||
right: 10px;
|
||||
top: 29px;
|
||||
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 {
|
||||
height: 90px;
|
||||
@@ -663,22 +663,22 @@ li:last-child.store .image, .store:last-child a {
|
||||
display: block!important;
|
||||
}
|
||||
.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 {
|
||||
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 {
|
||||
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 {
|
||||
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 {
|
||||
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 {
|
||||
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 {
|
||||
position: absolute;
|
||||
@@ -689,19 +689,19 @@ li:last-child.store .image, .store:last-child a {
|
||||
display: block!important;
|
||||
}
|
||||
.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 {
|
||||
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 {
|
||||
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 {
|
||||
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 {
|
||||
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 {
|
||||
left: 147px;
|
||||
@@ -861,10 +861,10 @@ li:last-child.store .image, .store:last-child a {
|
||||
margin-top: 16px;
|
||||
}
|
||||
.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 {
|
||||
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;
|
||||
}
|
||||
.ipodlist .time {
|
||||
@@ -989,23 +989,23 @@ li:last-child.store .image, .store:last-child a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.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 {
|
||||
-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 {
|
||||
-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 {
|
||||
-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 {
|
||||
-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 {
|
||||
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;
|
||||
-webkit-border-top-left-radius: 16px;
|
||||
-webkit-border-bottom-left-radius: 16px;
|
||||
@@ -1014,7 +1014,7 @@ li:last-child.store .image, .store:last-child a {
|
||||
width: auto;
|
||||
}
|
||||
#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;
|
||||
margin-left: -4px;
|
||||
border-width: 0 5px 0 13px;
|
||||
@@ -1032,7 +1032,7 @@ li:last-child.store .image, .store:last-child a {
|
||||
font-weight: bold;
|
||||
}
|
||||
#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;
|
||||
margin-right: -4px;
|
||||
border-width: 0 13px 0 5px;
|
||||
@@ -1047,25 +1047,25 @@ li:last-child.store .image, .store:last-child a {
|
||||
z-index: 2;
|
||||
-webkit-border-top-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;
|
||||
-webkit-border-top-right-radius: 16px;
|
||||
-webkit-border-bottom-right-radius: 16px;
|
||||
}
|
||||
#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;
|
||||
-webkit-border-radius: 6px;
|
||||
}
|
||||
#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;
|
||||
-webkit-border-radius: 6px;
|
||||
}
|
||||
input[type="checkbox"] {
|
||||
width: 94px;
|
||||
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;
|
||||
border: 0;
|
||||
float: right;
|
||||
@@ -1086,7 +1086,7 @@ input[type="radio"] {
|
||||
-webkit-border-radius: 0;
|
||||
}
|
||||
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;
|
||||
}
|
||||
.radiobutton .name {
|
||||
@@ -1108,7 +1108,7 @@ select {
|
||||
max-width: 90%;
|
||||
}
|
||||
.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;
|
||||
height: 13px;
|
||||
display: block;
|
||||
|
Before Width: | Height: | Size: 314 B After Width: | Height: | Size: 314 B |
|
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 363 B |
|
Before Width: | Height: | Size: 456 B After Width: | Height: | Size: 456 B |
|
Before Width: | Height: | Size: 482 B After Width: | Height: | Size: 482 B |
|
Before Width: | Height: | Size: 467 B After Width: | Height: | Size: 467 B |
|
Before Width: | Height: | Size: 501 B After Width: | Height: | Size: 501 B |
|
Before Width: | Height: | Size: 470 B After Width: | Height: | Size: 470 B |
|
Before Width: | Height: | Size: 506 B After Width: | Height: | Size: 506 B |
|
Before Width: | Height: | Size: 455 B After Width: | Height: | Size: 455 B |
|
Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 503 B |
|
Before Width: | Height: | Size: 393 B After Width: | Height: | Size: 393 B |
|
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 361 B |
|
Before Width: | Height: | Size: 155 B After Width: | Height: | Size: 155 B |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 276 B After Width: | Height: | Size: 276 B |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 961 B After Width: | Height: | Size: 961 B |
|
Before Width: | Height: | Size: 215 B After Width: | Height: | Size: 215 B |
|
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 361 B |
|
Before Width: | Height: | Size: 148 B After Width: | Height: | Size: 148 B |
|
Before Width: | Height: | Size: 197 B After Width: | Height: | Size: 197 B |
|
Before Width: | Height: | Size: 274 B After Width: | Height: | Size: 274 B |
|
Before Width: | Height: | Size: 164 B After Width: | Height: | Size: 164 B |
|
Before Width: | Height: | Size: 571 B After Width: | Height: | Size: 571 B |
|
Before Width: | Height: | Size: 493 B After Width: | Height: | Size: 493 B |
|
Before Width: | Height: | Size: 664 B After Width: | Height: | Size: 664 B |
|
Before Width: | Height: | Size: 826 B After Width: | Height: | Size: 826 B |
|
Before Width: | Height: | Size: 810 B After Width: | Height: | Size: 810 B |
|
Before Width: | Height: | Size: 786 B After Width: | Height: | Size: 786 B |
|
Before Width: | Height: | Size: 737 B After Width: | Height: | Size: 737 B |
|
Before Width: | Height: | Size: 804 B After Width: | Height: | Size: 804 B |
|
Before Width: | Height: | Size: 738 B After Width: | Height: | Size: 738 B |
|
Before Width: | Height: | Size: 845 B After Width: | Height: | Size: 845 B |
|
Before Width: | Height: | Size: 861 B After Width: | Height: | Size: 861 B |
|
Before Width: | Height: | Size: 103 B After Width: | Height: | Size: 103 B |
|
Before Width: | Height: | Size: 183 B After Width: | Height: | Size: 183 B |
|
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 373 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 759 B After Width: | Height: | Size: 759 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 349 B After Width: | Height: | Size: 349 B |
|
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 214 B |
|
Before Width: | Height: | Size: 481 B After Width: | Height: | Size: 481 B |
|
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
|
Before Width: | Height: | Size: 476 B After Width: | Height: | Size: 476 B |
|
Before Width: | Height: | Size: 1001 B After Width: | Height: | Size: 1001 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 536 B After Width: | Height: | Size: 536 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1014 B After Width: | Height: | Size: 1014 B |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 742 B After Width: | Height: | Size: 742 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |