c96d4f6f30
* MVP * upd * upd * fixed dynamic loading * don't overwrite YAML, remember the value instead * remove default link; URL syntax; TODO: lat vs lon; speckle_data None * crs centralized * not implemented methods * remove case from args * removing client auth; only receive branch * enable Queryables page * normal props * reprojection in bulk * speed up reprojections * add GisFeature * fix geometry * fix coords * fix lines * all GIS data works * non-gis data scaling fixed * fix non-gis pts and curves * backup displayValue * remove redirect to individual features * replace old links * UI without redirects * display parameters * reroute from homepage * operations from Core; set HostApp * receive exception * all not implemented * zoom * redirect to speckle from individual features * layer color placeholders * render styles; server info * Model info column * html styles * display Missing URL message * return functionality for WFS * more display colors * load landing page for GIS apps only * display invalid input error * typo * print out agent * patch specklepy on install * fix import * warning for zero coords; remove Account from auth * remove transport account only before receive * better patch * get the entire stream * fix request split * clear provider data * list browsers to support * better UI * UI * UI and hyperlinks * large map
67 lines
931 B
CSS
67 lines
931 B
CSS
.flat {
|
|
border: 0px;
|
|
}
|
|
|
|
header {
|
|
display: inline-block;
|
|
}
|
|
|
|
main {
|
|
background-color:white
|
|
}
|
|
|
|
.crumbs {
|
|
background-color:rgb(230, 230, 230);
|
|
padding: 0px;
|
|
}
|
|
|
|
.crumbs a {
|
|
padding: 0px 6px;
|
|
color:black;
|
|
text-decoration: none;
|
|
/* text-transform: capitalize;*/
|
|
}
|
|
|
|
#items-map, #collection-map {
|
|
width: 100%;
|
|
height: 400px;
|
|
}
|
|
|
|
/* cancel mini-css header>button uppercase */
|
|
header button, header [type="button"], header .button, header [role="button"] {
|
|
text-transform: none;
|
|
}
|
|
|
|
html, body {
|
|
background-color: #fff;
|
|
}
|
|
|
|
footer.sticky {
|
|
position: fixed;
|
|
width: 100%;
|
|
}
|
|
|
|
main {
|
|
padding-bottom: 65px; /* prevent from falling under the footer */
|
|
}
|
|
|
|
table:not(.horizontal) {
|
|
max-height: none;
|
|
}
|
|
|
|
mark.successful {
|
|
background-color: green;
|
|
}
|
|
|
|
mark.accepted {
|
|
background-color: default;
|
|
}
|
|
|
|
mark.failed {
|
|
background-color: red;
|
|
}
|
|
|
|
mark.running {
|
|
background-color: orange;
|
|
}
|