AA: Standardize image sizes for owners and pets

This commit is contained in:
Andrew Abogado 2015-02-05 02:50:22 +08:00
parent 6b1481ebe3
commit f20cd0d014
17 changed files with 25 additions and 13 deletions

View file

@ -13,7 +13,7 @@
<div class="action-bar">
<ul>
<li>
<a href="#"><img src="images/pet-small.png" class="img-circle" alt="Generic placeholder image" height="30" width="30"></a>
<a href="#"><img src="images/pet-small.png" class="img-circle img-circle-small" alt="Generic placeholder image" height="30" width="30"></a>
</li>
<li>
<a href="#" class="btn-add-pet"><span class="glyphicon glyphicon-plus"></span></a>
@ -33,7 +33,7 @@
<div class="action-bar">
<ul>
<li>
<a href="#"><img src="images/pet-small.png" class="img-circle" alt="Generic placeholder image" height="30" width="30"></a>
<a href="#"><img src="images/pet-small.png" class="img-circle img-circle-small" alt="Generic placeholder image" height="30" width="30"></a>
</li>
<li>
<a href="#" class="btn-add-pet"><span class="glyphicon glyphicon-plus"></span></a>
@ -53,7 +53,7 @@
<div class="action-bar">
<ul>
<li>
<a href="#"><img src="images/pet-small.png" class="img-circle" alt="Generic placeholder image" height="30" width="30"></a>
<a href="#"><img src="images/pet-small.png" class="img-circle img-circle-small" alt="Generic placeholder image" height="30" width="30"></a>
</li>
<li>
<a href="#" class="btn-add-pet"><span class="glyphicon glyphicon-plus"></span></a>
@ -73,7 +73,7 @@
<div class="action-bar">
<ul>
<li>
<a href="#"><img src="images/pet-small.png" class="img-circle" alt="Generic placeholder image" height="30" width="30"></a>
<a href="#"><img src="images/pet-small.png" class="img-circle img-circle-small" alt="Generic placeholder image" height="30" width="30"></a>
</li>
<li>
<a href="#" class="btn-add-pet"><span class="glyphicon glyphicon-plus"></span></a>

View file

@ -26,7 +26,7 @@
<li data-ng-if="getSession() != null"><a href="#"><span class="glyphicon glyphicon-plus" aria-hidden="true"></span></a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle img-profile" data-toggle="dropdown" role="button" aria-expanded="false">
<img class="img-circle" src="images/avatar.jpg" width="30" height="30">
<img class="img-circle img-circle-small" src="images/avatar.jpg" width="30" height="30">
</a>
<ul data-ng-if="getSession() != null" class="dropdown-menu navbar-dropdown-menu">
<li><a href="#">View Profile</a></li>

View file

@ -32,7 +32,7 @@
<div class="row">
<div class="col-md-3" data-ng-repeat="owner in owners">
<div class="thumbnail">
<a href="show.html"><img data-ng-src="images/avatars/owner{{owner.id}}.jpg" alt="Generic placeholder image"></img></a>
<a href="show.html"><img class="img-circle" data-ng-src="images/avatars/owner{{owner.id}}.jpg" alt="Generic placeholder image"></img></a>
<div class="caption">
<h3><a href="show.html" data-ng-bind="owner.firstName + ' ' +owner.lastName"></a></h3>
<p data-ng-bind="owner.city"></p>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View file

@ -95,7 +95,7 @@
<div class="action-bar">
<ul>
<li>
<a href="#"><img src="../images/pet-small.png" class="img-circle" alt="Generic placeholder image" height="30" width="30"></a>
<a href="#"><img src="../images/pet-small.png" class="img-circle img-circle-small" alt="Generic placeholder image" height="30" width="30"></a>
</li>
<li>
<a href="#" class="btn-add-pet"><span class="glyphicon glyphicon-plus"></span></a>
@ -115,7 +115,7 @@
<div class="action-bar">
<ul>
<li>
<a href="#"><img src="../images/pet-small.png" class="img-circle" alt="Generic placeholder image" height="30" width="30"></a>
<a href="#"><img src="../images/pet-small.png" class="img-circle img-circle-small" alt="Generic placeholder image" height="30" width="30"></a>
</li>
<li>
<a href="#" class="btn-add-pet"><span class="glyphicon glyphicon-plus"></span></a>
@ -135,7 +135,7 @@
<div class="action-bar">
<ul>
<li>
<a href="#"><img src="../images/pet-small.png" class="img-circle" alt="Generic placeholder image" height="30" width="30"></a>
<a href="#"><img src="../images/pet-small.png" class="img-circle img-circle-small" alt="Generic placeholder image" height="30" width="30"></a>
</li>
<li>
<a href="#" class="btn-add-pet"><span class="glyphicon glyphicon-plus"></span></a>
@ -155,7 +155,7 @@
<div class="action-bar">
<ul>
<li>
<a href="#"><img src="../images/pet-small.png" class="img-circle" alt="Generic placeholder image" height="30" width="30"></a>
<a href="#"><img src="../images/pet-small.png" class="img-circle img-circle-small" alt="Generic placeholder image" height="30" width="30"></a>
</li>
<li>
<a href="#" class="btn-add-pet"><span class="glyphicon glyphicon-plus"></span></a>

View file

@ -598,7 +598,7 @@ input::-moz-focus-inner {
box-shadow: 0 1px 1px rgba($gray-base, 0.03);
padding: 0;
> img {
.img-circle {
margin-top: 40px;
}
@ -666,6 +666,18 @@ input::-moz-focus-inner {
margin-bottom: 20px;
}
/* Image circle classes */
.img-circle {
height: 110px;
width: 110px;
}
.img-circle-small {
height: 30px;
width: 30px;
}
/* Modals - Search */
.modal-search {
.modal-dialog {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long