-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #205 from EGA-archive/develop
updating master branch
- Loading branch information
Showing
19 changed files
with
1,674 additions
and
1,113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,89 +1,89 @@ | ||
.crossQueriesForm{ | ||
display: flex; | ||
flex-direction: column; | ||
/* justify-content: center; */ | ||
margin-top: 40px; | ||
margin-right: 30px; | ||
align-content: center; | ||
align-items: flex-start; | ||
.crossQueriesForm { | ||
display: flex; | ||
flex-direction: column; | ||
/* justify-content: center; */ | ||
margin-top: 40px; | ||
margin-right: 30px; | ||
align-content: center; | ||
align-items: flex-start; | ||
} | ||
|
||
|
||
select{ | ||
background: white; | ||
border: 2px solid #010a7d; | ||
font-size: medium; | ||
border-radius: 5px; | ||
width: 150px; | ||
margin-left: 10px; | ||
height: 29px; | ||
box-shadow: 1px 2px 2px #cecece; | ||
cursor: pointer; | ||
select { | ||
background: white; | ||
border: 2px solid #010a7d; | ||
font-size: medium; | ||
border-radius: 5px; | ||
width: 150px; | ||
margin-left: 10px; | ||
height: 29px; | ||
box-shadow: 1px 2px 2px #cecece; | ||
cursor: pointer; | ||
} | ||
|
||
.inputId{ | ||
background: white; | ||
border: 2px solid #010a7d; | ||
font-size: medium; | ||
border-radius: 5px; | ||
width: 150px; | ||
margin-left: 10px; | ||
height: 19px; | ||
box-shadow: 1px 2px 2px #cecece; | ||
cursor: pointer; | ||
.inputId { | ||
background: white; | ||
border: 2px solid #010a7d; | ||
font-size: medium; | ||
border-radius: 5px; | ||
width: 150px; | ||
margin-left: 10px; | ||
height: 19px; | ||
box-shadow: 1px 2px 2px #cecece; | ||
cursor: pointer; | ||
} | ||
|
||
.divCrossQueries{ | ||
display: flex; | ||
justify-content: center; | ||
.divCrossQueries { | ||
display: flex; | ||
justify-content: center; | ||
} | ||
|
||
.crossQueriesForm label{ | ||
margin-top: 20px; | ||
margin-bottom: 20px; | ||
.crossQueriesForm label { | ||
margin-top: 20px; | ||
margin-bottom: 20px; | ||
} | ||
|
||
.formButton{ | ||
cursor: pointer; | ||
background: rgb(214, 207, 207); | ||
border: 2px 2px 2px 0px solid #010a7d; | ||
font-size: medium; | ||
border-radius: 5px; | ||
width: 100px; | ||
height: 35px; | ||
box-shadow: 1px 2px 2px #cecece; | ||
margin-top: 30px; | ||
.formButton { | ||
cursor: pointer; | ||
background: rgb(214, 207, 207); | ||
border: 2px 2px 2px 0px solid #010a7d; | ||
font-size: medium; | ||
border-radius: 5px; | ||
width: 100px; | ||
height: 35px; | ||
box-shadow: 1px 2px 2px #cecece; | ||
margin-top: 30px; | ||
} | ||
|
||
.formButton:hover{ | ||
background: rgb(237, 142, 40); | ||
.formButton:hover { | ||
background: rgb(237, 142, 40); | ||
} | ||
|
||
h5{ | ||
color: rgb(209, 66, 66); | ||
font-weight: bold; | ||
width: 100%; | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
h5 { | ||
color: rgb(209, 66, 66); | ||
font-weight: bold; | ||
width: 150%; | ||
display: flex; | ||
/* align-items: center; */ | ||
justify-content: flex-start; | ||
font-size: 14px; | ||
} | ||
|
||
h5:hover{ | ||
color: rgb(118, 151, 228); | ||
font-weight: bold; | ||
width: 100%; | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
h5:hover { | ||
color: rgb(118, 151, 228); | ||
font-weight: bold; | ||
width: 100%; | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
} | ||
|
||
.preCrossQueries{ | ||
margin-left: 30px; | ||
.preCrossQueries { | ||
margin-left: 30px; | ||
} | ||
|
||
.preCrossQueries p{ | ||
font-size: 11px; | ||
background: #e5e5e5; | ||
color: black; | ||
padding: 20px; | ||
} | ||
.preCrossQueries p { | ||
font-size: 11px; | ||
background: #e5e5e5; | ||
color: black; | ||
padding: 20px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.