Build modified streamline images

The official image from streamline does not currently work for the arm64
platform. As a temporary measure, the source code and docker build scripts
have been lifted from the official images and are used to build locally.

Some additional modifications are made to reduce overall image size, these
are documented in docker/README.md
This commit is contained in:
2024-03-10 16:17:50 -07:00
parent 2ffc3c408a
commit a424394109
13506 changed files with 1860172 additions and 6 deletions
+194
View File
@@ -0,0 +1,194 @@
/*
Created on : Aug 24, 2017, 4:14:20 PM
Author : Davis
*/
select.compulsory, input.compulsory, textarea.compulsory{
border-left:3px solid #F08080;
/*border-right:3px solid #F08080;*/
}
/* trying to make original grey background of old streamline */
body > .container_fluid{
background: #708090 !important;
}
/*.btn{
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
vertical-align: middle;
cursor: pointer;
border-radius: 4px;
font-weight: 600;
border-radius: 4px;
}*/
/*.btn:hover{
text-decoration: none;
transition: background-position 0.1s linear;
}
.btn-success{
background-color: #9dce6e;
background-image: linear-gradient(to bottom, #79ae69, #609450);
background-repeat: repeat-x;
border: 1px solid #609450;
-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset, 0 0 0 1px #74af3b;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}*/
/*.btn-success:hover {
color: #fff;
background-color: #609450;
border-color: #4b733e;
}
.btn-success.disabled {
background: #8ec657;
border: 1px solid #8ec657;
}
.btn-success.disabled:hover {
background: #8ec657;
border: 1px solid #8ec657;
}
.btn-info{
background: #93B9D8;
border: 1px solid #93B9D8;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-info:hover{
background: #93B9D8;
}*/
/*.color-bordered-table.success-bordered-table thead th {
background-color: #8ec657;
reduce table header height
height: 15px;
line-height: 15px;
}
.color-bordered-table.success-bordered-table {
border: 2px solid #8ec657;
}
.color-table.success-table thead th {
border-color: #8ec657;
background-color: #8ec657;
color: #fff;
font-size: 14px;
reduce table header height
height: 8px;
line-height: 8px;
}*/
/*.alert {
border-radius: 4px;
}*/
/*.alert-warning {
border-color: #ab7a4b;
background: #ab7a4b;
}*/
.label{
border-radius: 3px;
padding: 4px 5px;
}
.label-info {
background-color: #2d6987;
}
.alert.alert-info {
background: #dff3f8;
color: #7399b9;
border-color: #93b9d8;
}
.alert-danger, .alert-error {
background-color: #f2dede;
border-color: #eed3d7;
color: #b94a48;
font-size: 13px;
}
.android-input {
border-top: none;
border-left: none;
border-right: none;
border-bottom: 2px solid #dddddd;
box-sizing: border-box;
outline: none;
font-size: 1em;
padding: 0.2em 0.2em;
width: 100%;
}
.android-input{
position: relative;
}
.android-input:before, .android-input:after{
content:'';
display: block;
position: absolute;
bottom: 2px;
height: 6px;
border-left: 2px solid #0099CC;
}
.android-input:before{
left: 0;
}
.android-input:after{
right: 0;
}
.android-input-select {
border-top: none;
border-left: none;
border-right: none;
border-bottom: 2px solid #dddddd;
box-sizing: border-box;
outline: none;
font-size: 1em;
color: #7c7c7c;
padding: 0em 0em;
width: 100%;
}
.android-input-select{
position: relative;
}
.android-input-select:before, .android-input:after{
content:'';
display: block;
position: absolute;
bottom: 2px;
height: 6px;
border-left: 2px solid #0099CC;
}
.android-input-select:before{
left: 0;
}
.android-input-select:after{
right: 0;
}
.total {
background-color: #34394D !important;
color: #fff !important;
}