Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CONTRIBUTING.md #1348

Closed
wants to merge 11 commits into from
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
The OpenELIS Global software is an open enterprise-level laboratory information
system built on open source web-based technologies that has been tailored for
low-and-middle income country public health laboratories. As you can guess, this
is not a one man role, but rather of a team of dedicated people around the world
just like you. To be part of this team, here are the guidelines.
https://openelis-global.org/community/get-involved/
234 changes: 31 additions & 203 deletions frontend/src/components/Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,16 @@

.banner p {
margin: 0;
/* padding: 5px 0; */
font-size: 12px;
}

.userDetails {
.userDetails,
li.userDetails {
padding: 5%;
display: flex;
align-items: center;
}

li.userDetails {
cursor: default;
}

li.clickableUserDetails {
cursor: pointer;
}
Expand All @@ -44,26 +40,29 @@ li.clickableUserDetails:hover {
margin-right: 1%;
}

.pageContent {
.pageContent,
.resultPageContent {
margin-left: 2%;
margin-right: 5%;
}

.inputText {
.inputText,
.inputSelect {
--cds-text-primary: black;
width: 100%;
--cds-text-secondary: black;
}

.inputSearch {
--cds-text-primary: black;
/*width: 100%;*/
width: 50%;
--cds-text-secondary: black;
--cds-icon-primary: black;
}

.rules {
.rules,
.services,
.results {
display: flex;
justify-content: space-between;
}
Expand Down Expand Up @@ -102,45 +101,19 @@ button {
border: 1px solid red;
}

.services {
display: flex;
justify-content: space-between;
}

.ruleBody {
border: 0.5px solid #295785;
border-radius: 5px;
margin: 2%;
padding: 0.5%;
}

.gridBoundary {
border: 0.5px solid #295785;
border-radius: 5px;
padding: 1%;
box-shadow: 4px 2px 4px #d3d3d3;
margin-bottom: 1%;
}

.columnBoundary {
.ruleBody,
.gridBoundary,
.columnBoundary,
.section {
border: 0.5px solid #295785;
border-radius: 5px;
margin: 2%;
padding: 1%;
width: 120%;
}

.inlineDiv {
display: flex;
margin-top: 2%;
margin-bottom: 3%;
margin-left: 1%;
}
.section {
border: 0.5px solid green;
border-radius: 3px;
margin: 0.5%;
padding: 1%;
margin: 2% 1% 3% 1%;
}

.errorMessage {
Expand Down Expand Up @@ -173,26 +146,22 @@ button {

.middleAlignHorizontal {
display: flex;
/* align-items: center; */
justify-content: center;
}

.middleAlignVertical {
height: 100%;
display: flex;
align-items: center;
/* justify-content: center; */
}

.bottomAlign {
height: 100%;
display: flex;
align-items: flex-end;
/* justify-content: center; */
}

.formInlineDiv {
/* display: flex;
flex-wrap: nowrap;
width: 100%; */
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 2%;
Expand All @@ -202,25 +171,13 @@ button {
background-color: #bfc2bc;
}

.resultPageContent {
margin-left: 1%;
margin-right: 0%;
}

.searchLabNumber {
margin-left: 0%;
margin-right: 0%;
width: 50%;
}

.searchLabNumber,
.sampleInfo {
/* margin-left: 0%; */
margin-left: 0%;
margin-right: 0%;
margin: 0;
width: 50%;
}

.referralRow {
/* margin-right: 50%; */
margin-left: 5%;
width: 100%;
}
Expand All @@ -229,141 +186,20 @@ button {
margin-right: 20px;
}

/* .resultValue {

margin-left: 5%;
width: 100%;
}

.currentResultValue {

margin-left: 5%;
width: 100%;
} */

.referralReason {
margin-left: 25%;
margin-right: 5%;
width: 100%;
}
.referralReason,
.institute {
margin-left: 5%;
margin-right: 5%;
margin: 0 5%;
width: 100%;
}

/* Results */
.inputText {
--cds-text-primary: black;
width: 100%;
--cds-text-secondary: black;
/* margin-top: 0.1%; */
}

.inputText2 {
--cds-text-primary: black;
width: 380px;
--cds-text-secondary: black;
padding-left: 1%;
/* margin-top: 0.1%; */
}

.inputSelect {
--cds-text-primary: black;
width: 100%;
--cds-text-secondary: black;
}

.inputSelect2 {
--cds-text-primary: black;
width: 380px;
--cds-text-secondary: black;
}

.results {
display: flex;
justify-content: space-between;
}

.first-division {
display: flex;
flex-direction: column;
margin: 0 5px 0.5rem 0;
width: 100%;
}

.second-division {
padding-top: 5%;
}

button {
background: none;
outline: none;
cursor: pointer;
font-weight: 500;
border-radius: 2px;
padding: 5px 10px;
}

.add_button {
align-self: flex-start;
display: flex;
align-items: center;
margin-top: 0.5rem;
color: rgb(0, 208, 255);
border: 1px solid rgb(0, 208, 255);
}

.remove-btn {
color: red;
border: 1px solid red;
}

.services {
display: flex;
justify-content: space-between;
}

.resultBody {
border: 0.5px solid #295785;
border-radius: 5px;
margin: 2%;
padding: 0.5%;
}

.inlineDiv {
display: flex;
margin-top: 2%;
margin-bottom: 3%;
margin-left: 1%;
}

.section {
border: 0.5px solid green;
border-radius: 3px;
margin: 0.5%;
padding: 1%;
}

.errorMessage {
font-size: 12px;
color: red;
width: 150px;
margin-top: 0.25rem;
}

.errorMessage::before {
content: " ";
font-size: 10px;
}

.requiredFieldIndicator {
color: red;
}

.toastDisplay {
position: fixed; /*or fixed*/
position: fixed;
top: 47px;
right: 0px;
right: 0;
z-index: 10;
}

Expand All @@ -385,12 +221,6 @@ button {
font-size: 12px;
color: red;
margin-bottom: 0.25rem;
/* width: 150px; */
/*
&:before {
content: " ";
font-size: 10px;
} */
}

.second-row {
Expand All @@ -401,9 +231,8 @@ button {
.first-row {
max-width: 500px;
}
.searchResultsBtn {
margin: 10px !important;
}

.searchResultsBtn,
.advancedSearchResultsBtn {
margin: 10px !important;
}
Expand Down Expand Up @@ -466,15 +295,10 @@ button {
color 110ms,
background-color 110ms,
outline 110ms;
-webkit-user-select: none;
user-select: none;
width: 100%;
}

.custom-sidenav-button {
pointer-events: auto;
}

.custom-sidenav-button:hover {
background-color: var(--cds-background, #295785);
}
Expand Down Expand Up @@ -509,13 +333,16 @@ button {
.banner h5 {
font-size: 1.8vw;
}

.banner p {
font-size: 1.4vw;
}

.formInlineDiv {
grid-template-columns: 1fr;
}
}

@media screen and (max-width: 550px) {
.adminPageContent {
margin-left: 15%;
Expand All @@ -527,6 +354,7 @@ button {
flex-direction: column;
}
}

@media screen and (max-width: 500px) {
.adminPageContent {
margin-left: 17%;
Expand All @@ -539,7 +367,7 @@ button {
}

#header-logo {
margin-left: 0px;
margin-left: 0;
}

.banner p {
Expand Down
Loading
Loading