Ethan Arrowood
1491bf905f
Initial state test icon color changed
2017-03-04 22:21:34 +00:00
Petr Gazarov
f159027025
Remove bower and port dependencies over to npm
2017-02-09 00:09:39 -05:00
Berkeley Martinez
3a4e62da44
feat(nav): Add dropdown menu
2016-12-30 16:08:15 -08:00
Berkeley Martinez
5edfb77dbf
Merge pull request #11219 from atjonathan/fix/hikes-styling
...
Fixed styling issues with Hikes
2016-11-04 08:26:42 -07:00
theflametrooper
6777823607
Fixed styling issues with Hikes
...
⚙ Fixed tabs/spaces issue
📱 Added responsiveness to YouTube embed
2016-11-04 13:18:35 +00:00
Stuart Taylor
52053de593
Remove FontAwesome from 'client/less/lib/'
2016-10-30 20:09:37 +00:00
Berkeley Martinez
91dc3625d9
Remove step pointer events block
...
unminify animate.css
2016-07-28 23:39:17 -07:00
Berkeley Martinez
b9dfc254f4
Add logic to filter input field
...
Add correct css to input field addon icon
2016-07-28 23:39:17 -07:00
Hallaathrad
f88f5dd5d4
revisioning
2016-04-12 10:34:24 -04:00
Quincy Larson
a2466d77b3
fix button colors from issue #7903
2016-04-04 22:03:18 -07:00
Panayiotis Lipiridis
7c27952ff6
Updated Bootstrap Social
...
..and remove plus from Google sign in icon
2016-04-04 22:36:35 +02:00
Nick
b049d252ef
FIX - Remove trailing spaces
2016-04-02 23:52:52 -04:00
shl_kfy
1dee10a55c
change color of labs
2016-03-08 16:38:12 +00:00
Hallaathrad
85a78046d1
fix for navbar overflowing at 4 digits brownies
2016-02-07 14:02:45 -05:00
Hallaathrad
a903db76e3
Minor aesthetic changes
2016-02-05 23:46:11 -05:00
Hallaathrad
81f9b92bed
Adjust spaces and sizes on sidebar
...
Addressing the changes discussed over skype to fix #6564 , and an incoming issue with #6584 in which the absence of the button will create awkward empty spaces.
Took that chance to improve the spacing even further —vertical real state.
----
bonus: changed the colour for the navbar hover status (brown -> darkgreen)
2016-01-29 18:29:26 -08:00
Quincy Larson
e02000bddd
start adding accordion map
2016-01-15 17:19:39 -08:00
Berkeley Martinez
039f68b548
Finish up hikes
2016-01-15 04:51:11 -08:00
Berkeley Martinez
b5d9ba1a4d
Fix background on list items
2016-01-15 04:51:11 -08:00
Quincy Larson
1e5f3dc61c
refactor map view and make buttons and text bigger
2016-01-15 04:49:46 -08:00
Quincy Larson
3105dda128
fix seeding errors and remove meet-bonfire from certification requirements
2016-01-15 04:46:20 -08:00
Berkeley Martinez
65cc50f2fa
Use base color for btn:hover color
2016-01-15 04:36:15 -08:00
Berkeley Martinez
7187ae1841
Fix btn success color
2016-01-15 04:36:15 -08:00
Berkeley Martinez
b4a63f799a
Change buttons to ghost type
2016-01-15 04:36:15 -08:00
Berkeley Martinez
8965790949
Use base color for btn:hover color
2016-01-15 04:14:38 -08:00
Berkeley Martinez
b7c071bcfb
Fix btn success color
2016-01-15 04:14:38 -08:00
Berkeley Martinez
f75aea4a9d
Fix social button colors
2016-01-15 04:14:38 -08:00
Berkeley Martinez
1661550c68
Change buttons to ghost type
2016-01-15 04:14:38 -08:00
Quincy Larson
f410a94b54
Update
2016-01-15 04:10:16 -08:00
Quincy Larson
7eefcb0705
more redesign work on challenge views
2016-01-15 04:10:16 -08:00
Quincy Larson
7e481833cd
Revert "make navbar brown again"
...
This reverts commit 18224e14f7b9ee356450bae54959b770c5ec4c7c.
2016-01-15 04:09:57 -08:00
Quincy Larson
345b0a5513
make navbar brown again
2016-01-15 04:09:57 -08:00
Quincy Larson
4101a6c34a
start simplifying views
2016-01-15 04:09:57 -08:00
Berkeley Martinez
809b74307c
Remove navbar active color
2015-10-30 12:41:00 -07:00
Quincy Larson
953df6826b
fix merge conflicts
2015-09-14 00:02:42 -07:00
Berkeley Martinez
6c48395868
separate main manifest generation from sub manifests
...
in dev mode always pull manifest on each request
add manifest build to gulp build task
add react bundle to manifest generation
2015-08-28 15:56:58 -07:00
Berkeley Martinez
306c441ae7
add revisioning to js/css files to break caching
...
This moves the location of javascript files, commonFramework,
iFrameScript, sandbox, plugin, and all the less files.
On gulp or gulp build these files are moved and revisioned.
Places where they are references in jade/html are now removed and
replaced with the use of a helper function `rev`. This function will
take the required file and return a string referencing the revisioned
file. This should alleviate the need for hard refreshing and will break
caches when files change, so fixes for firefox caching issue as well.
NOTE: @benmcmahon @quincylarson, This means files will need to be build
on the server in production before doing a server restart/reload
In production: 'npm run build' To build and revision js/css files
`gulp` and `gulp build` will used in development
npm install also needs to be run in production on initial deploy
2015-08-26 23:30:33 -07:00