From 78c84266735019fa85d72541052ab7368b3a001d Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Mon, 10 Oct 2016 18:29:24 -0300 Subject: [PATCH] Melhora na rotina de criação de pastas para cache de imagens --- admin/admin.db | Bin 340992 -> 0 bytes admin1/head.php | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- admin1/usuarios/operacoes/index.php | 14 +++++++------- classesphp/mapa_googlemaps.php | 7 ++++--- classesphp/mapa_openlayers.php | 6 ++++-- ogc.php | 7 ++++--- temas/_lbiomashp.map | 2 +- 7 files changed, 147 insertions(+), 18 deletions(-) diff --git a/admin/admin.db b/admin/admin.db index 145ad8d..0fe14ca 100755 Binary files a/admin/admin.db and b/admin/admin.db differ diff --git a/admin1/head.php b/admin1/head.php index 4ad3682..cab5071 100755 --- a/admin1/head.php +++ b/admin1/head.php @@ -79,7 +79,10 @@ hr { width: 40px; } -.material-icons.md-18 { font-size: 18px; } +.material-icons.md-18 { + font-size: 18px; + background-color: #e13023; +} body { background-color: background-color: rgb(240, 240, 250);; @@ -223,6 +226,128 @@ h2 small { } +.migalha { + background-color: rgb(255, 255, 255); + border-bottom-width: 0px; + margin-bottom: 20px; + height: 32px; + margin-top: 0px;" +} + +/* Breadcrumbs from http://bootsnipp.com/snippets/featured/triangle-breadcrumbs-arrows */ +.btn-breadcrumb .btn:not(:last-child):after { + content: " "; + display: block; + width: 0; + height: 0; + border-top: 17px solid transparent; + border-bottom: 17px solid transparent; + border-left: 10px solid white; + position: absolute; + top: 50%; + margin-top: -17px; + left: 100%; + z-index: 3; +} +.btn-breadcrumb .btn:not(:last-child):before { + content: " "; + display: block; + width: 0; + height: 0; + border-top: 17px solid transparent; + border-bottom: 17px solid transparent; + border-left: 10px solid rgb(173, 173, 173); + position: absolute; + top: 50%; + margin-top: -17px; + margin-left: 1px; + left: 100%; + z-index: 3; +} + +.btn-breadcrumb .btn { + padding:6px 12px 6px 24px; +} + +.btn-group.btn-breadcrumb { + margin-bottom: 0px; + margin-top: 0px; +} + +.btn-breadcrumb .btn:first-child { + padding:6px 6px 6px 10px; +} +.btn-breadcrumb .btn:last-child { + padding:6px 18px 6px 24px; +} + +/** Default button **/ +.btn-breadcrumb .btn.btn-default:not(:last-child):after { + border-left: 10px solid rgb(255, 255, 255); +} +.btn-breadcrumb .btn.btn-default:not(:last-child):before { + border-left: 10px solid #ccc; +} +.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after { + border-left: 10px solid #ebebeb; +} +.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before { + border-left: 10px solid #adadad; +} + +.btn-breadcrumb a:nth-child(1) { z-index:6; } +.btn-breadcrumb a:nth-child(2) { z-index:7; } +.btn-breadcrumb a:nth-child(3) { z-index:4; } +.btn-breadcrumb a:nth-child(4) { z-index:3; } +.btn-breadcrumb a:nth-child(5) { z-index:2; } +.btn-breadcrumb a:nth-child(6) { z-index:1; } + + +/* The responsive part */ + +.btn-breadcrumb > * > div { + /* With less: .text-overflow(); */ + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + text-transform: none; +} + +.btn-breadcrumb > *:nth-child(n+2) { + display:none; +} + +/* === For phones =================================== */ +@media (max-width: 767px) { + .btn-breadcrumb > *:nth-last-child(-n+2) { + display:block; + } + .btn-breadcrumb > * div { + max-width: 60px; + } +} + +/* === For tablets ================================== */ +@media (min-width: 768px) and (max-width:991px) { + .btn-breadcrumb > *:nth-last-child(-n+4) { + display:block; + } + .btn-breadcrumb > * div { + max-width: 100px; + } +} + +/* === For desktops ================================== */ +@media (min-width: 992px) { + .btn-breadcrumb > *:nth-last-child(-n+6) { + display:block; + } + .btn-breadcrumb > * div { + max-width: 170px; + } +} + + -