Merge pull request #28 from zerebubuth/routing-ui-tweaks-2
Routing UI tweaks, part deux
10
Gemfile
|
@ -1,7 +1,7 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
# Require rails
|
||||
gem 'rails', '4.1.7'
|
||||
gem 'rails', '4.2.0'
|
||||
|
||||
# Require things which have moved to gems in ruby 1.9
|
||||
gem 'bigdecimal', "~> 1.1.0", :platforms => :ruby_19
|
||||
|
@ -16,19 +16,19 @@ gem 'json'
|
|||
gem 'pg'
|
||||
|
||||
# Use SCSS for stylesheets
|
||||
gem 'sass-rails', '~> 4.0.3'
|
||||
gem 'sass-rails', '~> 5.0'
|
||||
|
||||
# Use Uglifier as compressor for JavaScript assets
|
||||
gem 'uglifier', '>= 1.3.0'
|
||||
|
||||
# Use CoffeeScript for .js.coffee assets and views
|
||||
gem 'coffee-rails', '~> 4.0.0'
|
||||
gem 'coffee-rails', '~> 4.1.0'
|
||||
|
||||
# Use jquery as the JavaScript library
|
||||
gem 'jquery-rails'
|
||||
|
||||
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
||||
# gem 'jbuilder', '~> 1.2'
|
||||
# gem 'jbuilder', '~> 2.0'
|
||||
gem 'jsonify-rails'
|
||||
|
||||
# Use R2 for RTL conversion
|
||||
|
@ -44,7 +44,7 @@ gem 'rinku', '>= 1.2.2', :require => 'rails_rinku'
|
|||
gem 'oauth-plugin', '>= 0.5.1'
|
||||
gem 'open_id_authentication', '>= 1.1.0'
|
||||
gem 'validates_email_format_of', '>= 1.5.1'
|
||||
gem 'composite_primary_keys', '~> 7.0.11'
|
||||
gem 'composite_primary_keys', '~> 8.0.0'
|
||||
gem 'http_accept_language', '~> 2.0.0'
|
||||
gem 'paperclip', '~> 4.0'
|
||||
gem 'deadlock_retry', '>= 1.2.0'
|
||||
|
|
176
Gemfile.lock
|
@ -2,36 +2,45 @@ GEM
|
|||
remote: https://rubygems.org/
|
||||
specs:
|
||||
SystemTimer (1.2.3)
|
||||
actionmailer (4.1.7)
|
||||
actionpack (= 4.1.7)
|
||||
actionview (= 4.1.7)
|
||||
actionmailer (4.2.0)
|
||||
actionpack (= 4.2.0)
|
||||
actionview (= 4.2.0)
|
||||
activejob (= 4.2.0)
|
||||
mail (~> 2.5, >= 2.5.4)
|
||||
actionpack (4.1.7)
|
||||
actionview (= 4.1.7)
|
||||
activesupport (= 4.1.7)
|
||||
rack (~> 1.5.2)
|
||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||
actionpack (4.2.0)
|
||||
actionview (= 4.2.0)
|
||||
activesupport (= 4.2.0)
|
||||
rack (~> 1.6.0)
|
||||
rack-test (~> 0.6.2)
|
||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.0.1)
|
||||
actionpack-page_caching (1.0.2)
|
||||
actionpack (>= 4.0.0, < 5)
|
||||
actionview (4.1.7)
|
||||
activesupport (= 4.1.7)
|
||||
actionview (4.2.0)
|
||||
activesupport (= 4.2.0)
|
||||
builder (~> 3.1)
|
||||
erubis (~> 2.7.0)
|
||||
activemodel (4.1.7)
|
||||
activesupport (= 4.1.7)
|
||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.0.1)
|
||||
activejob (4.2.0)
|
||||
activesupport (= 4.2.0)
|
||||
globalid (>= 0.3.0)
|
||||
activemodel (4.2.0)
|
||||
activesupport (= 4.2.0)
|
||||
builder (~> 3.1)
|
||||
activerecord (4.1.7)
|
||||
activemodel (= 4.1.7)
|
||||
activesupport (= 4.1.7)
|
||||
arel (~> 5.0.0)
|
||||
activesupport (4.1.7)
|
||||
i18n (~> 0.6, >= 0.6.9)
|
||||
activerecord (4.2.0)
|
||||
activemodel (= 4.2.0)
|
||||
activesupport (= 4.2.0)
|
||||
arel (~> 6.0)
|
||||
activesupport (4.2.0)
|
||||
i18n (~> 0.7)
|
||||
json (~> 1.7, >= 1.7.7)
|
||||
minitest (~> 5.1)
|
||||
thread_safe (~> 0.1)
|
||||
thread_safe (~> 0.3, >= 0.3.4)
|
||||
tzinfo (~> 1.1)
|
||||
arel (5.0.1.20140414130214)
|
||||
autoprefixer-rails (3.1.2.20141016)
|
||||
arel (6.0.0)
|
||||
autoprefixer-rails (4.0.2.2)
|
||||
execjs
|
||||
bigdecimal (1.1.0)
|
||||
builder (3.2.2)
|
||||
|
@ -44,42 +53,45 @@ GEM
|
|||
climate_control (0.0.3)
|
||||
activesupport (>= 3.0)
|
||||
cliver (0.3.2)
|
||||
cocaine (0.5.4)
|
||||
cocaine (0.5.5)
|
||||
climate_control (>= 0.0.3, < 1.0)
|
||||
coffee-rails (4.0.1)
|
||||
coffee-rails (4.1.0)
|
||||
coffee-script (>= 2.2.0)
|
||||
railties (>= 4.0.0, < 5.0)
|
||||
coffee-script (2.3.0)
|
||||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.8.0)
|
||||
colorize (0.7.3)
|
||||
composite_primary_keys (7.0.12)
|
||||
activerecord (~> 4.1.7)
|
||||
crass (0.2.1)
|
||||
colorize (0.7.5)
|
||||
composite_primary_keys (8.0.0)
|
||||
activerecord (~> 4.2.0)
|
||||
crass (1.0.1)
|
||||
dalli (2.7.2)
|
||||
deadlock_retry (1.2.0)
|
||||
dynamic_form (1.1.4)
|
||||
erubis (2.7.0)
|
||||
execjs (2.2.2)
|
||||
faraday (0.9.0)
|
||||
faraday (0.9.1)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
globalid (0.3.0)
|
||||
activesupport (>= 4.1.0)
|
||||
hike (1.2.3)
|
||||
htmlentities (4.3.2)
|
||||
htmlentities (4.3.3)
|
||||
http_accept_language (2.0.2)
|
||||
httpclient (2.5.3.2)
|
||||
i18n (0.6.11)
|
||||
httpclient (2.6.0.1)
|
||||
i18n (0.7.0)
|
||||
iconv (0.1)
|
||||
jquery-rails (3.1.2)
|
||||
railties (>= 3.0, < 5.0)
|
||||
jquery-rails (4.0.3)
|
||||
rails-dom-testing (~> 1.0)
|
||||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (1.8.1)
|
||||
json (1.8.2)
|
||||
jsonify (0.3.1)
|
||||
multi_json (~> 1.0)
|
||||
jsonify-rails (0.3.2)
|
||||
actionpack
|
||||
jsonify (< 0.4.0)
|
||||
jwt (1.0.0)
|
||||
jwt (1.2.0)
|
||||
kgio (2.9.2)
|
||||
konacha (3.3.0)
|
||||
actionpack (>= 3.1, < 5)
|
||||
|
@ -87,18 +99,20 @@ GEM
|
|||
colorize
|
||||
railties (>= 3.1, < 5)
|
||||
sprockets
|
||||
libxml-ruby (2.7.0)
|
||||
libxml-ruby (2.8.0)
|
||||
loofah (2.0.1)
|
||||
nokogiri (>= 1.5.9)
|
||||
mail (2.6.3)
|
||||
mime-types (>= 1.16, < 3)
|
||||
mime-types (2.4.3)
|
||||
mini_portile (0.6.1)
|
||||
minitest (5.4.2)
|
||||
mini_portile (0.6.2)
|
||||
minitest (5.5.1)
|
||||
multi_json (1.10.1)
|
||||
multi_xml (0.5.5)
|
||||
multipart-post (2.0.0)
|
||||
nokogiri (1.6.4.1)
|
||||
nokogiri (1.6.5)
|
||||
mini_portile (~> 0.6.0)
|
||||
nokogumbo (1.1.12)
|
||||
nokogumbo (1.2.0)
|
||||
nokogiri
|
||||
oauth (0.4.7)
|
||||
oauth-plugin (0.5.1)
|
||||
|
@ -116,65 +130,75 @@ GEM
|
|||
rack-openid (~> 1.3)
|
||||
openstreetmap-i18n-js (3.0.0.rc5.3)
|
||||
i18n
|
||||
paperclip (4.2.0)
|
||||
paperclip (4.2.1)
|
||||
activemodel (>= 3.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
cocaine (~> 0.5.3)
|
||||
mime-types
|
||||
pg (0.17.1)
|
||||
pg (0.18.1)
|
||||
poltergeist (1.5.1)
|
||||
capybara (~> 2.1)
|
||||
cliver (~> 0.3.1)
|
||||
multi_json (~> 1.0)
|
||||
websocket-driver (>= 0.2.0)
|
||||
psych (2.0.6)
|
||||
psych (2.0.9)
|
||||
r2 (0.2.5)
|
||||
rack (1.5.2)
|
||||
rack-cors (0.2.9)
|
||||
rack (1.6.0)
|
||||
rack-cors (0.3.1)
|
||||
rack-openid (1.4.2)
|
||||
rack (>= 1.1.0)
|
||||
ruby-openid (>= 2.1.8)
|
||||
rack-test (0.6.2)
|
||||
rack-test (0.6.3)
|
||||
rack (>= 1.0)
|
||||
rails (4.1.7)
|
||||
actionmailer (= 4.1.7)
|
||||
actionpack (= 4.1.7)
|
||||
actionview (= 4.1.7)
|
||||
activemodel (= 4.1.7)
|
||||
activerecord (= 4.1.7)
|
||||
activesupport (= 4.1.7)
|
||||
rails (4.2.0)
|
||||
actionmailer (= 4.2.0)
|
||||
actionpack (= 4.2.0)
|
||||
actionview (= 4.2.0)
|
||||
activejob (= 4.2.0)
|
||||
activemodel (= 4.2.0)
|
||||
activerecord (= 4.2.0)
|
||||
activesupport (= 4.2.0)
|
||||
bundler (>= 1.3.0, < 2.0)
|
||||
railties (= 4.1.7)
|
||||
sprockets-rails (~> 2.0)
|
||||
railties (= 4.2.0)
|
||||
sprockets-rails
|
||||
rails-deprecated_sanitizer (1.0.3)
|
||||
activesupport (>= 4.2.0.alpha)
|
||||
rails-dom-testing (1.0.5)
|
||||
activesupport (>= 4.2.0.beta, < 5.0)
|
||||
nokogiri (~> 1.6.0)
|
||||
rails-deprecated_sanitizer (>= 1.0.1)
|
||||
rails-html-sanitizer (1.0.1)
|
||||
loofah (~> 2.0)
|
||||
rails-i18n (4.0.3)
|
||||
i18n (~> 0.6)
|
||||
railties (~> 4.0)
|
||||
railties (4.1.7)
|
||||
actionpack (= 4.1.7)
|
||||
activesupport (= 4.1.7)
|
||||
railties (4.2.0)
|
||||
actionpack (= 4.2.0)
|
||||
activesupport (= 4.2.0)
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
rake (10.3.2)
|
||||
redcarpet (3.2.0)
|
||||
rake (10.4.2)
|
||||
redcarpet (3.2.2)
|
||||
rinku (1.7.3)
|
||||
ruby-openid (2.6.0)
|
||||
sanitize (3.0.3)
|
||||
crass (~> 0.2.0)
|
||||
sanitize (3.1.0)
|
||||
crass (~> 1.0.1)
|
||||
nokogiri (>= 1.4.4)
|
||||
nokogumbo (= 1.1.12)
|
||||
sass (3.2.19)
|
||||
sass-rails (4.0.4)
|
||||
nokogumbo (= 1.2.0)
|
||||
sass (3.4.9)
|
||||
sass-rails (5.0.1)
|
||||
railties (>= 4.0.0, < 5.0)
|
||||
sass (~> 3.2.2)
|
||||
sprockets (~> 2.8, < 2.12)
|
||||
sprockets-rails (~> 2.0)
|
||||
sass (~> 3.1)
|
||||
sprockets (>= 2.8, < 4.0)
|
||||
sprockets-rails (>= 2.0, < 4.0)
|
||||
tilt (~> 1.1)
|
||||
soap4r-ruby1.9 (2.0.5)
|
||||
sprockets (2.11.3)
|
||||
sprockets (2.12.3)
|
||||
hike (~> 1.2)
|
||||
multi_json (~> 1.0)
|
||||
rack (~> 1.0)
|
||||
tilt (~> 1.1, != 1.3.0)
|
||||
sprockets-rails (2.2.0)
|
||||
sprockets-rails (2.2.2)
|
||||
actionpack (>= 3.0)
|
||||
activesupport (>= 3.0)
|
||||
sprockets (>= 2.8, < 4.0)
|
||||
|
@ -184,13 +208,15 @@ GEM
|
|||
timecop (0.7.1)
|
||||
tzinfo (1.2.2)
|
||||
thread_safe (~> 0.1)
|
||||
uglifier (2.5.3)
|
||||
uglifier (2.7.0)
|
||||
execjs (>= 0.3.0)
|
||||
json (>= 1.8.0)
|
||||
validates_email_format_of (1.6.1)
|
||||
i18n
|
||||
vendorer (0.1.16)
|
||||
websocket-driver (0.4.0)
|
||||
websocket-driver (0.5.1)
|
||||
websocket-extensions (>= 0.1.0)
|
||||
websocket-extensions (0.1.1)
|
||||
xpath (2.0.0)
|
||||
nokogiri (~> 1.3)
|
||||
|
||||
|
@ -202,8 +228,8 @@ DEPENDENCIES
|
|||
actionpack-page_caching
|
||||
autoprefixer-rails
|
||||
bigdecimal (~> 1.1.0)
|
||||
coffee-rails (~> 4.0.0)
|
||||
composite_primary_keys (~> 7.0.11)
|
||||
coffee-rails (~> 4.1.0)
|
||||
composite_primary_keys (~> 8.0.0)
|
||||
dalli
|
||||
deadlock_retry (>= 1.2.0)
|
||||
dynamic_form
|
||||
|
@ -227,13 +253,13 @@ DEPENDENCIES
|
|||
psych
|
||||
r2
|
||||
rack-cors
|
||||
rails (= 4.1.7)
|
||||
rails (= 4.2.0)
|
||||
rails-i18n (~> 4.0.0)
|
||||
redcarpet
|
||||
rinku (>= 1.2.2)
|
||||
ruby-openid (>= 2.2.0)
|
||||
sanitize
|
||||
sass-rails (~> 4.0.3)
|
||||
sass-rails (~> 5.0)
|
||||
soap4r-ruby1.9
|
||||
timecop
|
||||
uglifier (>= 1.3.0)
|
||||
|
|
|
@ -14,7 +14,7 @@ This repository consists of:
|
|||
|
||||
A fully-functional Rails Port installation depends on other services, including map tile
|
||||
servers and geocoding services, that are provided by other software. The default installation
|
||||
uses publically-available services to help with development and testing.
|
||||
uses publicly-available services to help with development and testing.
|
||||
|
||||
# License
|
||||
|
||||
|
|
1
Rakefile
|
@ -2,6 +2,5 @@
|
|||
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
|
||||
|
||||
require File.expand_path('../config/application', __FILE__)
|
||||
require 'rake'
|
||||
|
||||
OpenStreetMap::Application.load_tasks
|
||||
|
|
12
Vendorfile
|
@ -1,13 +1,13 @@
|
|||
folder 'vendor/assets' do
|
||||
folder 'jquery' do
|
||||
file 'jquery.cookie.js', 'https://raw.github.com/carhartl/jquery-cookie/master/jquery.cookie.js'
|
||||
file 'jquery.throttle-debounce.js', 'https://raw.github.com/cowboy/jquery-throttle-debounce/v1.1/jquery.ba-throttle-debounce.js'
|
||||
file 'jquery.simulate.js', 'https://raw.github.com/jquery/jquery-ui/master/tests/jquery.simulate.js'
|
||||
file 'jquery.cookie.js', 'https://raw.githubusercontent.com/carhartl/jquery-cookie/master/src/jquery.cookie.js'
|
||||
file 'jquery.throttle-debounce.js', 'https://raw.githubusercontent.com/cowboy/jquery-throttle-debounce/v1.1/jquery.ba-throttle-debounce.js'
|
||||
file 'jquery.simulate.js', 'https://raw.githubusercontent.com/jquery/jquery-simulate/1.0.0/jquery.simulate.js'
|
||||
end
|
||||
|
||||
folder 'bootstrap' do
|
||||
file 'bootstrap.tooltip.js', 'https://raw.github.com/twbs/bootstrap/v2.3.2/js/bootstrap-tooltip.js'
|
||||
file 'bootstrap.dropdown.js', 'https://raw.github.com/twbs/bootstrap/v2.3.2/js/bootstrap-dropdown.js'
|
||||
file 'bootstrap.tooltip.js', 'https://raw.githubusercontent.com/twbs/bootstrap/v2.3.2/js/bootstrap-tooltip.js'
|
||||
file 'bootstrap.dropdown.js', 'https://raw.githubusercontent.com/twbs/bootstrap/v2.3.2/js/bootstrap-dropdown.js'
|
||||
end
|
||||
|
||||
folder 'leaflet' do
|
||||
|
@ -53,6 +53,6 @@ folder 'vendor/assets' do
|
|||
end
|
||||
|
||||
folder 'javascripts' do
|
||||
file 'html5shiv.js', 'https://raw.github.com/aFarkas/html5shiv/master/src/html5shiv.js'
|
||||
file 'html5shiv.js', 'https://raw.githubusercontent.com/aFarkas/html5shiv/master/src/html5shiv.js'
|
||||
end
|
||||
end
|
||||
|
|
Before Width: | Height: | Size: 296 B After Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 170 KiB |
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 6 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 377 B After Width: | Height: | Size: 284 B |
Before Width: | Height: | Size: 168 B After Width: | Height: | Size: 87 B |
Before Width: | Height: | Size: 565 B After Width: | Height: | Size: 447 B |
Before Width: | Height: | Size: 437 B After Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 410 B After Width: | Height: | Size: 313 B |
Before Width: | Height: | Size: 484 B After Width: | Height: | Size: 315 B |
Before Width: | Height: | Size: 149 B After Width: | Height: | Size: 75 B |
Before Width: | Height: | Size: 205 B After Width: | Height: | Size: 114 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 157 B |
Before Width: | Height: | Size: 552 B After Width: | Height: | Size: 469 B |
Before Width: | Height: | Size: 396 B After Width: | Height: | Size: 276 B |
Before Width: | Height: | Size: 190 B After Width: | Height: | Size: 102 B |
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 278 B |
Before Width: | Height: | Size: 517 B After Width: | Height: | Size: 420 B |
Before Width: | Height: | Size: 489 B After Width: | Height: | Size: 374 B |
Before Width: | Height: | Size: 329 B After Width: | Height: | Size: 251 B |
Before Width: | Height: | Size: 155 B After Width: | Height: | Size: 80 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 556 B After Width: | Height: | Size: 439 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 92 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 450 B After Width: | Height: | Size: 336 B |
Before Width: | Height: | Size: 484 B After Width: | Height: | Size: 362 B |
Before Width: | Height: | Size: 478 B After Width: | Height: | Size: 403 B |
Before Width: | Height: | Size: 440 B After Width: | Height: | Size: 347 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 400 B |
Before Width: | Height: | Size: 479 B After Width: | Height: | Size: 378 B |
Before Width: | Height: | Size: 167 B After Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 306 B After Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 187 B After Width: | Height: | Size: 101 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 82 B |
Before Width: | Height: | Size: 493 B After Width: | Height: | Size: 389 B |
Before Width: | Height: | Size: 426 B After Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 562 B After Width: | Height: | Size: 454 B |
Before Width: | Height: | Size: 513 B After Width: | Height: | Size: 413 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 87 B |
Before Width: | Height: | Size: 557 B After Width: | Height: | Size: 412 B |
Before Width: | Height: | Size: 585 B After Width: | Height: | Size: 473 B |
Before Width: | Height: | Size: 392 B After Width: | Height: | Size: 305 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 89 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 245 B After Width: | Height: | Size: 126 B |
Before Width: | Height: | Size: 674 B After Width: | Height: | Size: 517 B |
Before Width: | Height: | Size: 168 B After Width: | Height: | Size: 88 B |
Before Width: | Height: | Size: 485 B After Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 396 B After Width: | Height: | Size: 212 B |
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 85 B |
Before Width: | Height: | Size: 311 B After Width: | Height: | Size: 233 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 146 B |
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 116 B |
Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 121 B |
Before Width: | Height: | Size: 198 B After Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 657 B After Width: | Height: | Size: 504 B |
Before Width: | Height: | Size: 367 B After Width: | Height: | Size: 302 B |
Before Width: | Height: | Size: 494 B After Width: | Height: | Size: 378 B |
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 85 B |
Before Width: | Height: | Size: 450 B After Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 433 B After Width: | Height: | Size: 386 B |
Before Width: | Height: | Size: 155 B After Width: | Height: | Size: 80 B |
Before Width: | Height: | Size: 562 B After Width: | Height: | Size: 501 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 502 B After Width: | Height: | Size: 413 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 90 B |
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 89 B |
Before Width: | Height: | Size: 182 B After Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 163 B After Width: | Height: | Size: 83 B |
Before Width: | Height: | Size: 144 B After Width: | Height: | Size: 72 B |
Before Width: | Height: | Size: 571 B After Width: | Height: | Size: 423 B |
Before Width: | Height: | Size: 441 B After Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 522 B After Width: | Height: | Size: 492 B |
Before Width: | Height: | Size: 514 B After Width: | Height: | Size: 414 B |
Before Width: | Height: | Size: 471 B After Width: | Height: | Size: 374 B |
Before Width: | Height: | Size: 312 B After Width: | Height: | Size: 233 B |
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 271 B |
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 321 B |
Before Width: | Height: | Size: 354 B After Width: | Height: | Size: 317 B |
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 277 B |
Before Width: | Height: | Size: 427 B After Width: | Height: | Size: 341 B |
Before Width: | Height: | Size: 534 B After Width: | Height: | Size: 424 B |