Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	html-ONLY-site/wells-list.php
  • Loading branch information
MFox committed Mar 28, 2017
2 parents d30d84f + f7ae17c commit a130f35
Show file tree
Hide file tree
Showing 16 changed files with 1,246 additions and 778 deletions.
Empty file modified Wello/platforms/browser/cordova/build
100644 → 100755
Empty file.
Empty file modified Wello/platforms/browser/cordova/clean
100644 → 100755
Empty file.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified Wello/platforms/browser/cordova/run
100644 → 100755
Empty file.
Empty file modified Wello/platforms/browser/cordova/version
100644 → 100755
Empty file.
47 changes: 47 additions & 0 deletions html-ONLY-site/css/desktop.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
@media only screen and (min-width: 40.75em) {
div.well-card {
border: 2px solid #4d4d4d;
margin: 1.5rem;
width: 41rem;
}

main.list {
display: flex;
flex-direction: column;
/* justify-content: center;*/
align-items: center;
}
}

@media only screen and (min-width: 45em) {
div.well-card {
border: 2px solid #4d4d4d;
margin: 1.5rem;
width: 41rem;
}
main.search{
display: flex;
justify-content: center;
}

main.search a{
color: inherit;
width: 50%;
}


}

@media only screen and (min-width: 25em) {
main.details{
max-width: 25rem;
margin-left: auto;
margin-right: auto;
margin-top: 8rem;
}
#add-well{
display: flex;
flex-direction: column;
align-items: center;
}
}
67 changes: 52 additions & 15 deletions html-ONLY-site/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,36 +84,48 @@ textarea {
box-sizing: border-box;
font-family: "roboto";
}

main.intro{
position: fixed;
margin-top: 0;
padding: 3rem;
margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
background-color: #65b2ff;
display: flex;
justify-content: center;
align-items: center;
}
div.intro{
margin-top: 1rem;
margin: 1rem 1rem 1rem 1rem;
padding: 3rem;
height: 100vh;
top: 0;
display: flex;
flex-direction: column;
justify-content: space-around;
text-align: center;
max-width: 35rem;
max-height: 40rem;
}

main.intro h1{
font-size: 2.75rem;
.intro h1{
font-size: 2.3rem;
color: #000633;
}
main.intro p{
.intro p{
text-align: left;
height: 40vh;
color: white
color: white;
line-height: 1.45rem;
}
main.intro a{
.intro a{
font-size: 2rem;
color: white;
text-decoration: none;
padding: 1rem;
background-color: #000633;
border-radius: 10px;
width: 100%;
}
nav h1{
flex-grow: 1;
Expand Down Expand Up @@ -145,20 +157,26 @@ div.slide-menu{
display: flex;
flex-direction: column;
padding: 1rem;
//padding-top: 5rem;
box-shadow: 5px 0px 8px rgba(0, 0, 0, 0.35);
}

div.main-bttns{
display: flex;
align-items: center;
flex-direction: row;
width: 100%;
}
div.slide-menu button{
margin: 1rem 0;
text-align: left;
font-weight: 600;
font-size: 1.2rem;
}
div.slide-menu p{
//margin-top: rem;
/* margin-top: rem;*/
}
div.slide-menu a{
//margin-top: 0rem;
/* margin-top: 0rem;*/
}
div.close-menu{
position: fixed;
Expand Down Expand Up @@ -246,11 +264,17 @@ button {
main{
margin-top: 4.1rem;
}
main.map {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
main.details {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start
align-items: flex-start;
}
form{

Expand Down Expand Up @@ -350,14 +374,27 @@ input[type=search]{
margin: .5rem;
background: rgba(255, 255, 255, 0.19);
border: none;
//border-bottom: 2px rgb(255, 255, 255) solid;
/* //border-bottom: 2px rgb(255, 255, 255) solid;*/
color: white;
font-weight: 600;
font-size: 1.2rem;
border-radius: 5px;
max-width: 40rem;
}
main.details{
nav.search{
justify-content: center;
}
div.desk-details {
display: none;
}


div.group{
width: 100%;
max-width: 26rem;
}



/* ==========================================================================
Helper classes
Expand Down
Loading

0 comments on commit a130f35

Please sign in to comment.