Compare commits
2 Commits
v1.0.0
...
5f1c9a5b6a
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f1c9a5b6a | |||
| 4fa0ad3b54 |
@@ -1,6 +1,6 @@
|
||||
Package: AVSDevR.MarineNoiseRegistry
|
||||
Title: Marine Noise Registry Common Code Package
|
||||
Version: 1.0.0
|
||||
Version: 1.0.0.9000
|
||||
Authors@R:
|
||||
person("Craig", "Williams", , "craig@avsdev.uk", role = c("aut", "cre"))
|
||||
Description: Comon code and assets for all of the Marine Noise Registry
|
||||
|
||||
@@ -181,6 +181,10 @@ MNR.GeoPlot <- R6::R6Class(
|
||||
private$addJNCCLayers(with_jncc_layers) %>%
|
||||
private$addConservationAreas(with_conservation_areas) %>%
|
||||
plotly::layout(
|
||||
font = list(
|
||||
family = "Roboto, \"Helvetica Neue\", Helvetica, Arial, sans-serif",
|
||||
size = 15
|
||||
),
|
||||
mapbox = list(style = "carto-positron"),
|
||||
legend = list(
|
||||
groupclick = "toggleitem",
|
||||
|
||||
@@ -441,6 +441,13 @@ a:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.form-group.has-success label {
|
||||
color: #008549;
|
||||
}
|
||||
.form-group.has-error label {
|
||||
color: #DA3A25;
|
||||
}
|
||||
|
||||
.btn {
|
||||
font-size: 14pt;
|
||||
/*
|
||||
@@ -483,9 +490,14 @@ input[type="text"], input[type="password"], input[type="number"] {
|
||||
overflow: hidden;
|
||||
}
|
||||
.content-jump-link:focus {
|
||||
position: static;
|
||||
position: absolute;
|
||||
width: auto;
|
||||
height: auto;
|
||||
z-index: 1500;
|
||||
background-color: #ecf0f5;
|
||||
padding: 5px 10px;
|
||||
left: 0;
|
||||
color: #2D6B8F;
|
||||
}
|
||||
|
||||
.box-header > i {
|
||||
@@ -550,7 +562,7 @@ input[type="text"], input[type="password"], input[type="number"] {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.skin-green .sidebar-menu > li.header {
|
||||
.sidebar-menu > li.header {
|
||||
color: #70979E;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user