fix for overlapping buttons

This commit is contained in:
Jessica Lord 2015-03-25 15:18:08 -07:00
parent 0ac2b3432e
commit 4bd6385d92
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
table {text-align: left; width: 100%}
th {padding: 10px 0px;}
td, text {padding: 3px 20px 3px 0px; font-size: 14px;}
td, text {padding: 3px 0 3px 0; font-size: 14px;}
#tableFilter {margin: 12px 0px; border: none; border-bottom: 1px solid #333; background-color: transparent; padding: 0px; font-family: Merriweather; color: #fff; font-size: 13px; height: 22px;}
.noMatches {margin-left: 20px; font-size: 11px; font-style: italic; visibility: hidden;}
@ -50,4 +50,4 @@
.leaflet-popup-content {font-family: Merriweather;}
.leaflet-popup-content h2 {margin-bottom: 4px;}
img.petThumbs {height: 80px; width: 80px; border-radius: 1000px;}
img.petThumbs {height: 80px; width: 80px; border-radius: 1000px;}