FIX thumbs and Fotorams style

This commit is contained in:
Krivchikov Dmitry 2015-03-07 11:27:22 +03:00
parent f3e18468a0
commit 7f716c7785
2 changed files with 52 additions and 1 deletions

View File

@ -22,6 +22,8 @@ div.header {display: block; position: absolute; top: 0px; left: 40px; z-index: 1
div.header img {height: 99px;} div.header img {height: 99px;}
div.add {cursor: pointer;} div.add {cursor: pointer;}
.fotorama {display: inline-block;}
#addPointModal .extraImage .button {cursor: pointer; background-color: #eeeeee;} #addPointModal .extraImage .button {cursor: pointer; background-color: #eeeeee;}
#addPointModal .extraImage .remove:hover {background-color: #f4bfbf;} #addPointModal .extraImage .remove:hover {background-color: #f4bfbf;}
#addPointModal .extraImage .add:hover {background-color: #bff4c8;} #addPointModal .extraImage .add:hover {background-color: #bff4c8;}
@ -83,4 +85,53 @@ div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; b
#suggestContainer > div.hover {background-color: #eee;} #suggestContainer > div.hover {background-color: #eee;}
/* ------------- PAGE --------------------*/ /* ------------- PAGE --------------------*/
.coords-container {text-align: right; margin-bottom: 20px; color: #777;font-size: 0.9em;} .coords-container {text-align: right; margin-bottom: 20px; color: #777;font-size: 0.9em;}
/* -------------------------------------------*/
/* ------------- ADAPTIVE --------------------*/
/* -------------------------------------------*/
/* Target landscape smartphones, portrait tablets, narrow desktops */
@media screen and (max-width:1000px) {
.modal-dialog {
width: 100%!important;
height: 100%!important;
margin: 0!important;
}
.modal-content {
width: 100%!important;
height: 100%!important;
/*margin: 0!important;*/
}
.modal-header {
border: none!important;
margin-bottom: -47px!important;
}
.modal-header .close {
font-size: 40px!important;
position: absolute!important;
z-index: 10!important;
right: 10px!important;
top: 0px!important;
}
.modal-header h4 {
display: none!important;
}
.modal-body {
padding: 3px!important;
margin: 0!important;
}
}
/* Target landscape smartphones, portrait tablets, narrow desktops */
@media screen and (max-width:768px) {
/* .leaflet-popup {
width: 100%!important;
height: 100%!important;
margin: 0!important;
}*/
}

BIN
public/img/mapThumb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB