forked from Scifabric/pybossa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
manual merge (requirements.txt got confused)
- Loading branch information
Showing
22 changed files
with
1,303 additions
and
67 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,4 @@ pybossa/templates/custom/* | |
_ga.html | ||
_gcs.html | ||
_gcs_form.html | ||
dat/GeoLiteCity.dat |
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,6 +1,5 @@ | ||
language: python | ||
python: | ||
- "2.6" | ||
- "2.7" | ||
env: PYBOSSA_SETTINGS='../settings_test.py' | ||
install: | ||
|
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Please, if you want to provide in the application statistics page a web map showing | ||
the location of the volunteers as well as a table with the Country and City, you need | ||
to download the GeoLite Free Database and save it here. | ||
|
||
You can download it from this link: http://dev.maxmind.com/geoip/geolite |
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
.marker-cluster-small { | ||
background-color: rgba(181, 226, 140, 0.6); | ||
} | ||
.marker-cluster-small div { | ||
background-color: rgba(110, 204, 57, 0.6); | ||
} | ||
|
||
.marker-cluster-medium { | ||
background-color: rgba(241, 211, 87, 0.6); | ||
} | ||
.marker-cluster-medium div { | ||
background-color: rgba(240, 194, 12, 0.6); | ||
} | ||
|
||
.marker-cluster-large { | ||
background-color: rgba(253, 156, 115, 0.6); | ||
} | ||
.marker-cluster-large div { | ||
background-color: rgba(241, 128, 23, 0.6); | ||
} | ||
|
||
.marker-cluster { | ||
background-clip: padding-box; | ||
border-radius: 20px; | ||
} | ||
.marker-cluster div { | ||
width: 30px; | ||
height: 30px; | ||
margin-left: 5px; | ||
margin-top: 5px; | ||
|
||
text-align: center; | ||
border-radius: 15px; | ||
font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif; | ||
} | ||
.marker-cluster span { | ||
line-height: 30px; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow { | ||
-webkit-transition: -webkit-transform 0.25s ease-out, opacity 0.25s ease-in; | ||
-moz-transition: -moz-transform 0.25s ease-out, opacity 0.25s ease-in; | ||
-o-transition: -o-transform 0.25s ease-out, opacity 0.25s ease-in; | ||
transition: transform 0.25s ease-out, opacity 0.25s ease-in; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,110 @@ | ||
html, | ||
body { | ||
background-color:#efeeee; | ||
} | ||
|
||
h1 { | ||
font-weight:normal; | ||
margin:0px; | ||
} | ||
|
||
.alert-info { | ||
background-color: #2681c0; | ||
border:none; | ||
color: #FFF; | ||
text-shadow:none; | ||
} | ||
.alert-info .close { | ||
color: #FFFFFF; | ||
opacity: 1.0; | ||
text-shadow: none; | ||
} | ||
|
||
#heading { | ||
margin-top:30px; | ||
margin-bottom:20px; | ||
} | ||
#heading .span1 img { | ||
-webkit-border-radius: 3px; | ||
-moz-border-radius: 3px; | ||
border-radius: 3px; | ||
} | ||
[id*="card"] .well { | ||
background-color:#FFF; | ||
} | ||
[id*="card"] .well h2 { | ||
background-color:#d4d3d3; | ||
margin: -19px -19px 30px; | ||
padding:10px 20px; | ||
font-size:18px; | ||
font-weight: bold; | ||
line-height:normal; | ||
-webkit-border-top-left-radius: 4px; | ||
-webkit-border-top-right-radius: 4px; | ||
-moz-border-radius-topleft: 4px; | ||
-moz-border-radius-topright: 4px; | ||
border-top-left-radius: 4px; | ||
border-top-right-radius: 4px; | ||
} | ||
[id*="card"] .well h2 small { | ||
float: right; | ||
font-size: 14px; | ||
color: #6C6B6B; | ||
background-image: url(/static/img/info-icon.png); | ||
background-repeat: no-repeat; | ||
background-position: left center; | ||
padding-left:25px; | ||
height:20px; | ||
line-height:20px; | ||
} | ||
|
||
[id*="card"] h3 { | ||
font-weight: bold; | ||
} | ||
|
||
[id*="card"] p { | ||
font-size: 18px; | ||
} | ||
|
||
[id*="card"] .note { | ||
font-size: 10px; | ||
} | ||
|
||
.table-hover tbody tr:hover td, | ||
.table-hover tbody tr:hover th { | ||
background-color: rgb(200,200,200); | ||
} | ||
|
||
a.pybossa { | ||
display:inline-block; | ||
position:absolute; | ||
top:30px; | ||
right:30px; | ||
opacity:0.1; | ||
} | ||
a.pybossa:hover { | ||
opacity:0.3; | ||
} | ||
|
||
/* Desktop */ | ||
@media (min-width: 768px) { | ||
h1 { | ||
font-size:24px; | ||
} | ||
#heading [class*="span"]:nth-of-type(2) { | ||
margin-left:0px; | ||
} | ||
#heading .span1 { | ||
width:54px; | ||
} | ||
#heading .span1 img { | ||
max-width:44px; | ||
} | ||
} | ||
/* Landscape phones and down */ | ||
@media (max-width: 480px) { | ||
a.pybossa { | ||
position:relative; | ||
margin:30px; | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.