Commit f1d00f2d184b372517b929e8cb83a3b4bce6d1d6
1 parent
496eb495
Exists in
master
and in
7 other branches
Ajuste no tamanho dos textos da barra de navegação do sistema de admin
Showing
58 changed files
with
45 additions
and
20 deletions
Show diff stats
admin1/head.php
| ... | ... | @@ -347,6 +347,9 @@ a.collapsed .readLess { |
| 347 | 347 | overflow: hidden; |
| 348 | 348 | |
| 349 | 349 | } |
| 350 | +.navbar { | |
| 351 | + font-size: 1.8rem; | |
| 352 | +} | |
| 350 | 353 | /* === For phones =================================== */ |
| 351 | 354 | @media ( max-width : 767px) { |
| 352 | 355 | .btn-breadcrumb>*:nth-last-child(-n+2) { | ... | ... |
css/default.css
| ... | ... | @@ -64,6 +64,15 @@ Utilizado no elemento select |
| 64 | 64 | bottom: 0px; |
| 65 | 65 | z-index: 10; |
| 66 | 66 | } |
| 67 | +h5 { | |
| 68 | + font-size: 1.6rem; | |
| 69 | +} | |
| 70 | +.form-group.label-floating.is-focused label.control-label, .form-group.label-floating:not(.is-empty) label.control-label, .form-group.label-static label.control-label { | |
| 71 | + top: -30px; | |
| 72 | + left: 0; | |
| 73 | + font-size: 1.6rem; | |
| 74 | + line-height: 1.07142857; | |
| 75 | +} | |
| 67 | 76 | /* |
| 68 | 77 | tooltip dos botoes da guia movel |
| 69 | 78 | */ |
| ... | ... | @@ -77,6 +86,13 @@ tooltip dos botoes da guia movel |
| 77 | 86 | /* |
| 78 | 87 | Botoes material |
| 79 | 88 | */ |
| 89 | + | |
| 90 | +.form-group label.control-label { | |
| 91 | + font-size: 1.6rem; | |
| 92 | + opacity: 0.9; | |
| 93 | +} | |
| 94 | + | |
| 95 | + | |
| 80 | 96 | .material-icons.md-18 { |
| 81 | 97 | font-size: 18px; |
| 82 | 98 | } |
| ... | ... | @@ -99,7 +115,7 @@ Botoes material |
| 99 | 115 | height: 15px; |
| 100 | 116 | } |
| 101 | 117 | .form-group .form-control { |
| 102 | - font-size: 12px; | |
| 118 | + font-size: 1.5rem; | |
| 103 | 119 | color:white; |
| 104 | 120 | background-color: #477596; |
| 105 | 121 | } |
| ... | ... | @@ -110,12 +126,12 @@ Botoes material |
| 110 | 126 | .form-group.label-static label.control-label { |
| 111 | 127 | top: -40px; |
| 112 | 128 | left: 0; |
| 113 | - font-size: 13px; | |
| 129 | + font-size: 1.5rem; | |
| 114 | 130 | line-height: 1.07142857; |
| 115 | 131 | } |
| 116 | 132 | |
| 117 | 133 | .form-control.upload { |
| 118 | - font-size: 12px; | |
| 134 | + font-size: 1.5rem; | |
| 119 | 135 | color:inherit; |
| 120 | 136 | font-weight: 400; |
| 121 | 137 | } | ... | ... |
ferramentas/legenda/template_mst.html
| ... | ... | @@ -115,7 +115,7 @@ |
| 115 | 115 | <!-- listagem das classes ver templateLista_mst.html --> |
| 116 | 116 | <div id='i3GEOlegendaguia1obj' class='container-fluid customScrollBarXY'> |
| 117 | 117 | <div id='i3GEOFlegendaComboCabeca' class='form-group condensed' style='width: 100%'> |
| 118 | - | |
| 118 | + | |
| 119 | 119 | </div> |
| 120 | 120 | <div id="i3GEOlegendaguia1objLegenda"></div> |
| 121 | 121 | </div> |
| ... | ... | @@ -137,9 +137,8 @@ |
| 137 | 137 | </div> |
| 138 | 138 | |
| 139 | 139 | <hr /> |
| 140 | + <h5>{{{alteraGeom}}}</h5> | |
| 140 | 141 | <div style="width: 80%"> |
| 141 | - <h5>{{{alteraGeom}}}</h5> | |
| 142 | - | |
| 143 | 142 | <div class='form-group condensed'> |
| 144 | 143 | <label class="control-label" for="i3GEOlegentaTipoGeo">{{{transformaGeom}}}</label> |
| 145 | 144 | <div style="width: 100%;" class="input-group"> |
| ... | ... | @@ -155,42 +154,45 @@ |
| 155 | 154 | </div> |
| 156 | 155 | </div> |
| 157 | 156 | <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn pull-right"> |
| 158 | - <a style="left: 30px;" onclick="i3GEOF.legenda.alteraGeometriaTema();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 157 | + <a style="left: 80px;" onclick="i3GEOF.legenda.alteraGeometriaTema();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 159 | 158 | <span class="material-icons ">send</span> |
| 160 | 159 | </a> |
| 161 | 160 | </span> |
| 162 | 161 | </div> |
| 163 | 162 | <hr /> |
| 163 | + <h5>{{{alteraTipo}}}</h5> | |
| 164 | 164 | <div style="width: 80%"> |
| 165 | - <h5>{{{alteraTipo}}}</h5> | |
| 165 | + | |
| 166 | 166 | <div class='form-group condensed'> |
| 167 | 167 | <div class="input-group"> |
| 168 | 168 | <label class="control-label">{{{alteraTipoGeom}}}</label> |
| 169 | 169 | </div> |
| 170 | 170 | </div> |
| 171 | 171 | <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> |
| 172 | - <a style="left: 30px;" onclick="i3GEOF.legenda.representacao();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 172 | + <a style="left: 80px;" onclick="i3GEOF.legenda.representacao();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 173 | 173 | <span class="material-icons ">send</span> |
| 174 | 174 | </a> |
| 175 | 175 | </span> |
| 176 | 176 | </div> |
| 177 | 177 | <hr /> |
| 178 | + <h5>{{{simboloUnico}}}</h5> | |
| 178 | 179 | <div style="width: 80%"> |
| 179 | - <h5>{{{simboloUnico}}}</h5> | |
| 180 | + | |
| 180 | 181 | <div class='form-group condensed'> |
| 181 | 182 | <div class="input-group"> |
| 182 | 183 | <label class="control-label">{{{todosElementosUnicoSimbolo}}}</label> |
| 183 | 184 | </div> |
| 184 | 185 | </div> |
| 185 | 186 | <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> |
| 186 | - <a style="left: 30px;" onclick="i3GEOF.legenda.simbU();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 187 | + <a style="left: 80px;" onclick="i3GEOF.legenda.simbU();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 187 | 188 | <span class="material-icons ">send</span> |
| 188 | 189 | </a> |
| 189 | 190 | </span> |
| 190 | 191 | </div> |
| 191 | 192 | <hr /> |
| 193 | + <h5>{{{valorUnico}}}</h5> | |
| 192 | 194 | <div style="width: 80%"> |
| 193 | - <h5>{{{valorUnico}}}</h5> | |
| 195 | + | |
| 194 | 196 | <div class='form-group condensed'> |
| 195 | 197 | <label class="control-label">{{{cadaOcorrenciaUnicoSimbolo}}}</label> |
| 196 | 198 | <div style="width: 100%;" class="input-group"> |
| ... | ... | @@ -205,14 +207,15 @@ |
| 205 | 207 | </div> |
| 206 | 208 | </div> |
| 207 | 209 | <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> |
| 208 | - <a style="left: 30px;" onclick="i3GEOF.legenda.valorU();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 210 | + <a style="left: 80px;" onclick="i3GEOF.legenda.valorU();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 209 | 211 | <span class="material-icons ">send</span> |
| 210 | 212 | </a> |
| 211 | 213 | </span> |
| 212 | 214 | </div> |
| 213 | 215 | <hr /> |
| 216 | + <h5>{{{classesFixas}}}</h5> | |
| 214 | 217 | <div style="width: 80%"> |
| 215 | - <h5>{{{classesFixas}}}</h5> | |
| 218 | + | |
| 216 | 219 | <div class='form-group condensed'> |
| 217 | 220 | <label class="control-label">{{{criaClassesItemNumerico}}}</label> |
| 218 | 221 | <div style="width: 100%;" class="input-group"> |
| ... | ... | @@ -229,8 +232,9 @@ |
| 229 | 232 | <button onclick="i3GEOF.legenda.valorQu()" class='btn btn-primary btn-sm btn-raised'>{{{calcularQuantil}}}</button> |
| 230 | 233 | </div> |
| 231 | 234 | <hr /> |
| 235 | + <h5>{{{metade}}}</h5> | |
| 232 | 236 | <div style="width: 80%"> |
| 233 | - <h5>{{{metade}}}</h5> | |
| 237 | + | |
| 234 | 238 | <div class='form-group condensed'> |
| 235 | 239 | <label class="control-label">{{{duasmetades}}}</label> |
| 236 | 240 | <div style="width: 100%;" class="input-group"> |
| ... | ... | @@ -244,14 +248,15 @@ |
| 244 | 248 | </div> |
| 245 | 249 | </div> |
| 246 | 250 | <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> |
| 247 | - <a style="left: 30px;" onclick="i3GEOF.legenda.metade();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 251 | + <a style="left: 80px;" onclick="i3GEOF.legenda.metade();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 248 | 252 | <span class="material-icons ">send</span> |
| 249 | 253 | </a> |
| 250 | 254 | </span> |
| 251 | 255 | </div> |
| 252 | 256 | <hr /> |
| 257 | + <h5>{{{media}}}</h5> | |
| 253 | 258 | <div style="width: 80%"> |
| 254 | - <h5>{{{media}}}</h5> | |
| 259 | + | |
| 255 | 260 | <div class='form-group condensed'> |
| 256 | 261 | <label class="control-label">{{{duasmedias}}}</label> |
| 257 | 262 | <div style="width: 100%;" class="input-group"> |
| ... | ... | @@ -259,14 +264,15 @@ |
| 259 | 264 | </div> |
| 260 | 265 | </div> |
| 261 | 266 | <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> |
| 262 | - <a style="left: 30px;" onclick="i3GEOF.legenda.media();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 267 | + <a style="left: 80px;" onclick="i3GEOF.legenda.media();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 263 | 268 | <span class="material-icons ">send</span> |
| 264 | 269 | </a> |
| 265 | 270 | </span> |
| 266 | 271 | </div> |
| 267 | 272 | <hr /> |
| 273 | + <h5>{{{calcularQuartil}}}</h5> | |
| 268 | 274 | <div style="width: 80%"> |
| 269 | - <h5>{{{calcularQuartil}}}</h5> | |
| 275 | + | |
| 270 | 276 | <div class='form-group condensed'> |
| 271 | 277 | <label class="control-label">{{{criaQuartis}}}</label> |
| 272 | 278 | <div style="width: 100%;" class="input-group"> |
| ... | ... | @@ -287,7 +293,7 @@ |
| 287 | 293 | </div> |
| 288 | 294 | </div> |
| 289 | 295 | <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> |
| 290 | - <a style="left: 30px;" onclick="i3GEOF.legenda.valorQ();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 296 | + <a style="left: 80px;" onclick="i3GEOF.legenda.valorQ();return false;" role="button" type="button" class="btn btn-primary btn-fab btn-fab-max" href="javascript:void(0)"> | |
| 291 | 297 | <span class="material-icons ">send</span> |
| 292 | 298 | </a> |
| 293 | 299 | </span> | ... | ... |
pacotes/yui290/build/container/container_compacto.js
100644 → 100755
pacotes/yui290/build/container/container_core_compacto.js
100644 → 100755
pacotes/yui290/build/utilities/utilities_compacto.js
100644 → 100755