hdw
2018-12-14 e2ce9886ff1456cd48e72f73c9efba70ad9320f5
gx_tieta/WebRoot/mobil/app/css/map.css
@@ -6,6 +6,24 @@
    height: 32px;
    background-color: #FFFFFF;
}
.map-location-logo-container{
   width: 100%;
   height: 100%;
}
.map-location-logo-container {
   background-size: 20px 20px;
   background-repeat: no-repeat;
   background-position: center center;
}
.map-location-logo-container.default {
   background-image: url("../../image/default-40x40.png");
}
.map-location-logo-container.loading {
   background-image: url("../../image/loading-40x40.gif");
}
.map-location-logo-container.success {
   background-image: url("../../image/success-40x40.png");
}
.map-search-container {
    position: absolute;
    top: 10px;
@@ -78,4 +96,21 @@
}
.home-list .home-item .home-item-txt {
    margin-left: 8px;
}
/* hdw-tbl-style */
.hdw-tbl {
   width: 100%;
   border-collapse: collapse;
}
.hdw-tbl th, .hdw-tbl td {
   border: 1px solid #cccccc;
}
.hdw-tbl th {
   font-size: 14px;
   padding: 4px 10px;
   background: url('../image/table_th_bg.gif') repeat-x;
}
.hdw-tbl td {
   padding: 4px 0 4px 8px;
}