Newer
Older
GpsTracker / servers / php / css / light.css

.container {
    background-color: #D8D8D8;
    border: 1px solid #000;
    margin-top: 10px;
}
.col-sm-2 {
    height: 50px;           
}
.col-sm-3 {  
    height: 50px;
    margin-bottom: 10px;          
}
.col-sm-6 { 
    height: 50px;          
}
.col-sm-8 {  
    height: 50px;          
}
.col-sm-10 {
    height: 50px;           
}
.paddingright15 { 
    padding-right: 15px; 
}
#mapdiv { 
    height: 475px;
}
#toplogo {
    padding-top: 10px;
    color: #000; 
}
#messages {
    padding-top: 17px;
    text-align: right;       
}
#routeSelect {
    width: 100%;
    color: #000;
    background-color: #E8E8E8;  
}
#autorefresh {
    width: 100%;
    height: 44px;
    color: #000;       
}
#delete {
    width: 100%;
    height: 44px;
    color: #000;                   
}
#refresh {
    width: 100%;
    height: 44px; 
    color: #000;   
}
#viewall {
    width: 100%;
    height: 44px; 
    color: #000;   
}
.deletediv {
    text-align: center;
}
.autorefreshdiv {
    text-align: center;
}
.refreshdiv {
    text-align: center;
}
.viewalldiv {
    text-align: center;
}
@media only screen and (min-width : 768px) {
    .container {
        margin-top: 25px;
    }
    #autorefresh {
        width: 150px;      
    }
    #delete {
        width: 150px;                  
    }
    #refresh {
        width: 150px; 
    }
    #viewall {
        width: 150px; 
    }
    .deletediv {
        text-align: left;
    }
    .autorefreshdiv {
        text-align: center;
    }

    .refreshdiv {
        text-align: center;
    }
    
    .viewalldiv {
        text-align: right;
        padding-right: 15px;
    }    
}      
#map-canvas {
    border: 1px solid #000;
    width: 100%;
    height: 460px;
    background-color: #E8E8E8;     
}
#blankrow {
    background-color: transparent;
}
#selectdiv {
    height: 50px;
}
#halimage {
    width: 37px;
    height: 37px;
    vertical-align: middle;
}