Skip to content

Commit

Permalink
search.php updated (#86)
Browse files Browse the repository at this point in the history
* added .txt extention to Database_JobTables

* tried to remove commas from $typeofworkstring

* edit

* added files back to forlder

* added alice's part

* xxx

* Delete Database_JobTables.txt

* comma strip

* updated login page

not sure if it'll show up correctly because I couldn't get to run in on my computer... I tested it by changing it to html instead of php..

* minor change to login

* merge problems..

* userprofile.css small modification

* create.account ext rename

* updated createaccount.php

* error msg box added

* tooltip updates

* buttons for "text ok" added to forms

* volunteerform

* volunteerform textok

* removed <<<<<HEAD

* small change so add 1 to db if textok is checked

* Rename Database_JobTables.txt to Database_JobTables

* a

* Rename Database_JobTables to Database_JobTables.txt

* updateprofile.php

* able to submit update to profile

* auto populate city&county by zip

* restrict zip to CA

* Update reportform.php

* Update reportform.php

* fixed city problem

* city fix

* Update reportform.php

* display form on checkbox

* email tooltip

* minor form updates

* caregiver/feeder update

* Update script.js

* form update #2

* form update #3

* search.php: removed colony name & ear tipped

* db: removed colony name & ear tipped

* forgot to remove eartipped

* form updates #4

* minor changes

* found it

* added "are there any kittens"

* added friendly/pet

* combined first & last name

* found error with first/last name

* basic Custom Query Builder

* undo

* custom query builder

partially working

* forgot to remove

* again

* custom query builder v2

* custom query builder v2

* Update search.php

* Update search.php

* minor search.php update

* comments1 fix

* reportform updates

* moved css to sacferals folder

* zip fix

* search.php update
  • Loading branch information
vitadub authored and JustinLangshaw committed Nov 6, 2017
1 parent 33d1410 commit 9ce282f
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 126 deletions.
76 changes: 35 additions & 41 deletions sacferals/search.css → sacferals/css/search.css
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,58 +7,25 @@
{
display: inline-block;
}
html
{
body{
font-family: verdana;
font-size: 10pt;
line-height: 25px;
}
table
{
border-collapse: collapse;
width: 1000px;
overflow-x: scroll;
display: block;
height: 545px;
}
thead
{
background-color: #EFEFEF;
}
thead, tbody
{
display: block;
}
tbody
{
overflow-y: scroll;
overflow-x: hidden;
}
td, th
{
min-width: 220px;
height: 25px;
border: dashed 1px lightblue;
margin: 20px;
}
table.big td th
{
width: 200px;
}
ul
{
margin: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 20px;
.row{
padding: 10px;
}

/* google map*/
#map {
height: 400px;
width: 100%;
}
#map-canvas {
height: 90%;
}

/*error msg*/
/*map error msg*/
.alert {
padding: 20px;
background-color: #f44336; /* Red */
Expand All @@ -77,4 +44,31 @@ ul
}
.closebtn:hover {
color: black;
}

/*table*/
table {
display: block;
overflow-x: scroll;
overflow-y: scroll;
height: 400px;
font-size: 10pt;
}
table tbody {
overflow-y: auto;
}
#container {
white-space: nowrap;
overflow: hidden;
}
.btn-outline{
background-color: transparent;
color: inherit;
transition: all .2s;
}
.btn-primary.btn-outline{
color: #428bca;
}
.btn-primary.btn-outline:hover{
color: #fff;
}
Loading

0 comments on commit 9ce282f

Please sign in to comment.