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,6 +347,9 @@ a.collapsed .readLess { | ||
347 | overflow: hidden; | 347 | overflow: hidden; |
348 | 348 | ||
349 | } | 349 | } |
350 | +.navbar { | ||
351 | + font-size: 1.8rem; | ||
352 | +} | ||
350 | /* === For phones =================================== */ | 353 | /* === For phones =================================== */ |
351 | @media ( max-width : 767px) { | 354 | @media ( max-width : 767px) { |
352 | .btn-breadcrumb>*:nth-last-child(-n+2) { | 355 | .btn-breadcrumb>*:nth-last-child(-n+2) { |
css/default.css
@@ -64,6 +64,15 @@ Utilizado no elemento select | @@ -64,6 +64,15 @@ Utilizado no elemento select | ||
64 | bottom: 0px; | 64 | bottom: 0px; |
65 | z-index: 10; | 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 | tooltip dos botoes da guia movel | 77 | tooltip dos botoes da guia movel |
69 | */ | 78 | */ |
@@ -77,6 +86,13 @@ tooltip dos botoes da guia movel | @@ -77,6 +86,13 @@ tooltip dos botoes da guia movel | ||
77 | /* | 86 | /* |
78 | Botoes material | 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 | .material-icons.md-18 { | 96 | .material-icons.md-18 { |
81 | font-size: 18px; | 97 | font-size: 18px; |
82 | } | 98 | } |
@@ -99,7 +115,7 @@ Botoes material | @@ -99,7 +115,7 @@ Botoes material | ||
99 | height: 15px; | 115 | height: 15px; |
100 | } | 116 | } |
101 | .form-group .form-control { | 117 | .form-group .form-control { |
102 | - font-size: 12px; | 118 | + font-size: 1.5rem; |
103 | color:white; | 119 | color:white; |
104 | background-color: #477596; | 120 | background-color: #477596; |
105 | } | 121 | } |
@@ -110,12 +126,12 @@ Botoes material | @@ -110,12 +126,12 @@ Botoes material | ||
110 | .form-group.label-static label.control-label { | 126 | .form-group.label-static label.control-label { |
111 | top: -40px; | 127 | top: -40px; |
112 | left: 0; | 128 | left: 0; |
113 | - font-size: 13px; | 129 | + font-size: 1.5rem; |
114 | line-height: 1.07142857; | 130 | line-height: 1.07142857; |
115 | } | 131 | } |
116 | 132 | ||
117 | .form-control.upload { | 133 | .form-control.upload { |
118 | - font-size: 12px; | 134 | + font-size: 1.5rem; |
119 | color:inherit; | 135 | color:inherit; |
120 | font-weight: 400; | 136 | font-weight: 400; |
121 | } | 137 | } |
ferramentas/legenda/template_mst.html
@@ -115,7 +115,7 @@ | @@ -115,7 +115,7 @@ | ||
115 | <!-- listagem das classes ver templateLista_mst.html --> | 115 | <!-- listagem das classes ver templateLista_mst.html --> |
116 | <div id='i3GEOlegendaguia1obj' class='container-fluid customScrollBarXY'> | 116 | <div id='i3GEOlegendaguia1obj' class='container-fluid customScrollBarXY'> |
117 | <div id='i3GEOFlegendaComboCabeca' class='form-group condensed' style='width: 100%'> | 117 | <div id='i3GEOFlegendaComboCabeca' class='form-group condensed' style='width: 100%'> |
118 | - | 118 | + |
119 | </div> | 119 | </div> |
120 | <div id="i3GEOlegendaguia1objLegenda"></div> | 120 | <div id="i3GEOlegendaguia1objLegenda"></div> |
121 | </div> | 121 | </div> |
@@ -137,9 +137,8 @@ | @@ -137,9 +137,8 @@ | ||
137 | </div> | 137 | </div> |
138 | 138 | ||
139 | <hr /> | 139 | <hr /> |
140 | + <h5>{{{alteraGeom}}}</h5> | ||
140 | <div style="width: 80%"> | 141 | <div style="width: 80%"> |
141 | - <h5>{{{alteraGeom}}}</h5> | ||
142 | - | ||
143 | <div class='form-group condensed'> | 142 | <div class='form-group condensed'> |
144 | <label class="control-label" for="i3GEOlegentaTipoGeo">{{{transformaGeom}}}</label> | 143 | <label class="control-label" for="i3GEOlegentaTipoGeo">{{{transformaGeom}}}</label> |
145 | <div style="width: 100%;" class="input-group"> | 144 | <div style="width: 100%;" class="input-group"> |
@@ -155,42 +154,45 @@ | @@ -155,42 +154,45 @@ | ||
155 | </div> | 154 | </div> |
156 | </div> | 155 | </div> |
157 | <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn pull-right"> | 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 | <span class="material-icons ">send</span> | 158 | <span class="material-icons ">send</span> |
160 | </a> | 159 | </a> |
161 | </span> | 160 | </span> |
162 | </div> | 161 | </div> |
163 | <hr /> | 162 | <hr /> |
163 | + <h5>{{{alteraTipo}}}</h5> | ||
164 | <div style="width: 80%"> | 164 | <div style="width: 80%"> |
165 | - <h5>{{{alteraTipo}}}</h5> | 165 | + |
166 | <div class='form-group condensed'> | 166 | <div class='form-group condensed'> |
167 | <div class="input-group"> | 167 | <div class="input-group"> |
168 | <label class="control-label">{{{alteraTipoGeom}}}</label> | 168 | <label class="control-label">{{{alteraTipoGeom}}}</label> |
169 | </div> | 169 | </div> |
170 | </div> | 170 | </div> |
171 | <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> | 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 | <span class="material-icons ">send</span> | 173 | <span class="material-icons ">send</span> |
174 | </a> | 174 | </a> |
175 | </span> | 175 | </span> |
176 | </div> | 176 | </div> |
177 | <hr /> | 177 | <hr /> |
178 | + <h5>{{{simboloUnico}}}</h5> | ||
178 | <div style="width: 80%"> | 179 | <div style="width: 80%"> |
179 | - <h5>{{{simboloUnico}}}</h5> | 180 | + |
180 | <div class='form-group condensed'> | 181 | <div class='form-group condensed'> |
181 | <div class="input-group"> | 182 | <div class="input-group"> |
182 | <label class="control-label">{{{todosElementosUnicoSimbolo}}}</label> | 183 | <label class="control-label">{{{todosElementosUnicoSimbolo}}}</label> |
183 | </div> | 184 | </div> |
184 | </div> | 185 | </div> |
185 | <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> | 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 | <span class="material-icons ">send</span> | 188 | <span class="material-icons ">send</span> |
188 | </a> | 189 | </a> |
189 | </span> | 190 | </span> |
190 | </div> | 191 | </div> |
191 | <hr /> | 192 | <hr /> |
193 | + <h5>{{{valorUnico}}}</h5> | ||
192 | <div style="width: 80%"> | 194 | <div style="width: 80%"> |
193 | - <h5>{{{valorUnico}}}</h5> | 195 | + |
194 | <div class='form-group condensed'> | 196 | <div class='form-group condensed'> |
195 | <label class="control-label">{{{cadaOcorrenciaUnicoSimbolo}}}</label> | 197 | <label class="control-label">{{{cadaOcorrenciaUnicoSimbolo}}}</label> |
196 | <div style="width: 100%;" class="input-group"> | 198 | <div style="width: 100%;" class="input-group"> |
@@ -205,14 +207,15 @@ | @@ -205,14 +207,15 @@ | ||
205 | </div> | 207 | </div> |
206 | </div> | 208 | </div> |
207 | <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> | 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 | <span class="material-icons ">send</span> | 211 | <span class="material-icons ">send</span> |
210 | </a> | 212 | </a> |
211 | </span> | 213 | </span> |
212 | </div> | 214 | </div> |
213 | <hr /> | 215 | <hr /> |
216 | + <h5>{{{classesFixas}}}</h5> | ||
214 | <div style="width: 80%"> | 217 | <div style="width: 80%"> |
215 | - <h5>{{{classesFixas}}}</h5> | 218 | + |
216 | <div class='form-group condensed'> | 219 | <div class='form-group condensed'> |
217 | <label class="control-label">{{{criaClassesItemNumerico}}}</label> | 220 | <label class="control-label">{{{criaClassesItemNumerico}}}</label> |
218 | <div style="width: 100%;" class="input-group"> | 221 | <div style="width: 100%;" class="input-group"> |
@@ -229,8 +232,9 @@ | @@ -229,8 +232,9 @@ | ||
229 | <button onclick="i3GEOF.legenda.valorQu()" class='btn btn-primary btn-sm btn-raised'>{{{calcularQuantil}}}</button> | 232 | <button onclick="i3GEOF.legenda.valorQu()" class='btn btn-primary btn-sm btn-raised'>{{{calcularQuantil}}}</button> |
230 | </div> | 233 | </div> |
231 | <hr /> | 234 | <hr /> |
235 | + <h5>{{{metade}}}</h5> | ||
232 | <div style="width: 80%"> | 236 | <div style="width: 80%"> |
233 | - <h5>{{{metade}}}</h5> | 237 | + |
234 | <div class='form-group condensed'> | 238 | <div class='form-group condensed'> |
235 | <label class="control-label">{{{duasmetades}}}</label> | 239 | <label class="control-label">{{{duasmetades}}}</label> |
236 | <div style="width: 100%;" class="input-group"> | 240 | <div style="width: 100%;" class="input-group"> |
@@ -244,14 +248,15 @@ | @@ -244,14 +248,15 @@ | ||
244 | </div> | 248 | </div> |
245 | </div> | 249 | </div> |
246 | <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> | 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 | <span class="material-icons ">send</span> | 252 | <span class="material-icons ">send</span> |
249 | </a> | 253 | </a> |
250 | </span> | 254 | </span> |
251 | </div> | 255 | </div> |
252 | <hr /> | 256 | <hr /> |
257 | + <h5>{{{media}}}</h5> | ||
253 | <div style="width: 80%"> | 258 | <div style="width: 80%"> |
254 | - <h5>{{{media}}}</h5> | 259 | + |
255 | <div class='form-group condensed'> | 260 | <div class='form-group condensed'> |
256 | <label class="control-label">{{{duasmedias}}}</label> | 261 | <label class="control-label">{{{duasmedias}}}</label> |
257 | <div style="width: 100%;" class="input-group"> | 262 | <div style="width: 100%;" class="input-group"> |
@@ -259,14 +264,15 @@ | @@ -259,14 +264,15 @@ | ||
259 | </div> | 264 | </div> |
260 | </div> | 265 | </div> |
261 | <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> | 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 | <span class="material-icons ">send</span> | 268 | <span class="material-icons ">send</span> |
264 | </a> | 269 | </a> |
265 | </span> | 270 | </span> |
266 | </div> | 271 | </div> |
267 | <hr /> | 272 | <hr /> |
273 | + <h5>{{{calcularQuartil}}}</h5> | ||
268 | <div style="width: 80%"> | 274 | <div style="width: 80%"> |
269 | - <h5>{{{calcularQuartil}}}</h5> | 275 | + |
270 | <div class='form-group condensed'> | 276 | <div class='form-group condensed'> |
271 | <label class="control-label">{{{criaQuartis}}}</label> | 277 | <label class="control-label">{{{criaQuartis}}}</label> |
272 | <div style="width: 100%;" class="input-group"> | 278 | <div style="width: 100%;" class="input-group"> |
@@ -287,7 +293,7 @@ | @@ -287,7 +293,7 @@ | ||
287 | </div> | 293 | </div> |
288 | </div> | 294 | </div> |
289 | <span style="top: 0px; position: absolute; right: 0px;" class="input-group-btn"> | 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 | <span class="material-icons ">send</span> | 297 | <span class="material-icons ">send</span> |
292 | </a> | 298 | </a> |
293 | </span> | 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