Skip to content

Commit 82863c9

Browse files
committed
Style fixes for multi-page support
1 parent d121e88 commit 82863c9

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

public/style.css

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ code {
3838
.autocomplete-content {
3939
top: 50px !important;
4040
}
41+
4142
.card .card-reveal {
4243
z-index: 1500;
4344
}
45+
4446
.card-content .autocomplete-div ul:not(.browser-default) > li {
4547
list-style-type: none;
4648
margin-left: 0px;
@@ -234,30 +236,54 @@ code {
234236
.card-title textarea:disabled {
235237
color: black !important;
236238
}
239+
237240
#mobile-nav {
238241
z-index: 2000;
239242
}
243+
240244
#NeoModal {
241245
z-index: 3000 !important;
242246
}
247+
243248
nav textarea:disabled {
244249
color: white !important;
245250
}
246-
.leaflet-control-attribution{
251+
252+
.leaflet-control-attribution {
247253
font-size: 8px !important;
248254
}
255+
249256
.select-wrapper {
250257
width: 140px;
251258
}
252259

253260
.card-action .select-wrapper {
254261
width: 120px;
255262
}
263+
.tabs .tab a {
264+
padding: 0px;
265+
}
266+
.editable-page-nav {
267+
cursor: pointer;
268+
text-transform: uppercase;
269+
color: rgba(255,255,255,0.7) !important;
270+
border-bottom: 0px;
271+
font-size: 12px;
272+
margin-left: 6px;
273+
}
256274

257275
.fixed-icon {
258276
position: fixed;
259277
}
260278

279+
.tabs-grey {
280+
background-color: #333 !important;
281+
color: white;
282+
}
283+
.tabs-grey .row{
284+
margin-bottom: 0px;
285+
}
286+
261287
.wide-button {
262288
width: 120px;
263289
padding-left: 0px;

0 commit comments

Comments
 (0)