Dan Rice
23a22413f5
Load jquery-ui-rails CSS via "require" instead of "import"
...
Fixes #2024 and #2025
2016-06-25 16:55:17 -04:00
Dan Rice
d7d86446c0
Upgrade to Rails 4.2
...
* Update boilerplate with `bin/rake rails:upgrade`
* Use test instead of test:all rake task
* Change stylesheet extensions from .css.scss to .scss
* Update docs to use localhost instead of 0.0.0.0 because Rails 4.2
no longer listens on all addresses by default.
2016-05-22 21:58:52 -04:00
Dan Rice
091697fe1e
Fix recurring todo edit form formatting
...
Fixes #1938
2016-05-18 17:02:15 -04:00
Dan Rice
836d790f9f
Replace search icon with glyph
2016-05-15 22:37:03 -04:00
Dan Rice
14a4da8a71
Add Font Awesome icon support
2016-05-15 22:37:03 -04:00
Dan Rice
2ea20d1a1e
Use jquery-ui-rails gem instead of vendored jQuery UI
2016-01-30 16:12:31 -05:00
Matt Rogers
7652791451
Update the preferences pages to Bootstrap
2016-01-30 13:49:08 -06:00
Matt Rogers
d18c6caf34
Remove the legacy footer styles
2016-01-14 14:06:04 -06:00
Matt Rogers
137e36497d
Update the footer to be more responsive
...
Matches the style of the existing footer and makes the links move to the
next line instead of wrapping if the viewport is too small for all of
the footer to fit on one line.
Also moves the footer over to bootstrap styles
2016-01-12 21:37:44 -06:00
Matt Rogers
a07567086c
Add flash styling of the login page.
2015-12-15 20:02:53 -06:00
Matt Rogers
89506dbeb7
Redesign the login page
...
Makes use of both bootstrap and a rendering of the Tracks logo to
provide a bit better experience in term of brand identity as well as
also supporting mobile better.
2015-12-15 20:02:53 -06:00
Matteo Giaccone
e60c25f8a2
Port top navigation bar to Bootstrap
2015-12-02 12:42:18 -06:00
Dan Rice
0ca0317a7f
Namespace the legacy CSS
2015-08-30 22:31:03 -04:00
Dan Rice
48c1d7c214
Merge pull request #1920 from TracksApp/incremental-bootstrap-ui
...
Add in Bootstrap for UI bits
2015-08-21 08:52:47 -04:00
Matt Rogers
212dd69514
Add the ability to conditionally use bootstrap
...
Elements should be wrapped in the bootstrap class to use this feature
2015-08-07 23:29:40 -04:00
Matt Rogers
a896576b70
Make application.css a SASS file
...
This is so we can use SASS import directives in it.
2015-08-07 23:16:11 -04:00
Matt Rogers
3d77e11a87
Merge pull request #1853 from C-Otto/tracks-1851
...
Do not open 'new note' form when clicking unrelated links
2015-08-07 20:34:08 -04:00
Matt Rogers
d5f6480f58
Merge pull request #1900 from TracksApp/enlarge-touch-points-for-mobile-ui
...
Increase the usability of the new todo mobile view
2015-08-07 19:54:55 -04:00
Reinier Balt
f2c6c2d3af
show attachment in view and make it downloadable
2015-08-05 16:05:56 +02:00
Matteo Giaccone
a9d0c86f67
Use box-sizing: border-box to style mobile input
2015-07-29 21:47:43 +01:00
Matt Rogers
aa36fb97ab
Use hexadecimal values for color
2015-07-25 07:59:56 -05:00
Matt Rogers
568996ae73
Shorten the padding declaration.
...
A padding declaration of `8px 8px` is the same as just writing `8px` so
use the shorter version
2015-07-25 07:59:10 -05:00
Matt Rogers
2a6afba56e
Fix indentation to match the rest of the file
2015-07-25 07:58:39 -05:00
Matt Rogers
f5af02d314
Enlarge the font size for select boxes
...
The text for the select boxes on mobile is tiny. The makes them hard to
hit. Combined with the padding added earlier, this makes the select
boxes more usable when dealing with a mobile UI.
2015-07-24 22:36:09 -05:00
Matt Rogers
811d5321c2
Add padding for the input boxes on the todo form
...
This makes them easier to hit on mobile with a finger.
The 8 pixel value is an arbitrary number not really based on anything
other than the fact that it looked better than the lower numbers I
tried.
2015-07-24 22:35:32 -05:00
Matt Rogers
f234fbd4e8
Improve the buttons on the mobile interface
...
Add some padding so that they're larger and easier to hit with a finger
2015-07-24 22:28:22 -05:00
Carsten Otto
2630f84bb1
use generic CSS class for links in (div) container headers
...
Fixes #1851
2015-05-24 14:57:48 +02:00
Dan Rice
e6761731d1
Use standard CSS for rounded corners
...
Remove Nifty Corners and prefixed CSS rules.
Browser support of CSS3 border-radius is excellent by now.
2015-05-02 23:56:15 -04:00
Matteo Giaccone
bd78ad0670
Move right submit button in mobile new action
2014-12-15 23:21:34 +00:00
Matt Rogers
ab7081482e
Remove commented out style
2014-09-09 11:54:49 -04:00
Matt Rogers
aa41e20e46
Remove trailing whitespace and tabs
2014-08-14 21:05:05 -05:00
Dan Rice
9125355313
Sync boilerplate with Rails 4.1.4
2014-07-07 21:25:24 -04:00
Reinier Balt
5ed2de3ab0
remove custom solution to visually show that you are running in development
...
environment and replace with rack-dev-mark gem
2014-06-26 10:05:22 +02:00
tim madden
311e63ddd1
Fix recurring todo overlay z-index to be on top of topbar
2014-01-24 16:42:14 -06:00
Dan Rice
dc311221f1
Render notes using RedCloth without formatize
...
Removes the outdated bluecloth dependency
2013-03-13 17:03:58 +02:00
Reinier Balt
5454ba385f
fix styling of error messages
2012-12-16 15:20:43 +01:00
Tim Madden
8cef2b41c1
Creating new todo link for context headers
2012-11-26 10:14:55 -06:00
Dan Rice
bdbb1dd29d
Render collapse/expand buttons using CSS instead of JS
...
Fix #1354
Also clean up some dependent JS unused since c64e1bc
2012-11-14 22:01:43 -05:00
Dan Rice
7ce214720d
improve text alignment in todo actions menu
2012-10-01 21:56:08 -04:00
Matt Rogers
a8fa2962c9
Merge pull request #109 from zoombody/css-fix
...
fix #1334 wrong navbar link colors
2012-09-29 20:21:02 -07:00
Dan Rice
8441cccb2e
fix #1334 wrong navbar link colors
2012-09-29 10:37:07 -04:00
Dan Rice
9a1faa9701
convert rollovers to pure CSS with sprites
2012-09-29 09:56:51 -04:00
Dan Rice
a24b18b724
refactor CSS to take some advantage of Sass nesting
2012-09-27 13:31:47 -04:00
Dan Rice
735ee8fe34
improve CSS whitespace consistency
2012-09-27 13:09:30 -04:00
Dan Rice
6bf21caf22
wrap the todo dropdown arrow in an "a" tag to make it tab-accessible
2012-09-26 16:17:07 -04:00
Dan Rice
2bdf0dba77
load Tracks' own CSS after vendor CSS to permit overrides
2012-09-26 16:14:54 -04:00
Dan Rice
0de6a3177d
convert CSS to Sass for better asset references
2012-09-26 14:16:53 -04:00
Stefan Hacker
27adccb6e9
Remove unused layout and clear up naming
...
* scaffold.css is only used by login -> rename to login.css
* standard.html.erb is the default application layout -> rename to application.html.erb
* scaffold.html.erb is unused -> deleted
2012-09-02 14:20:17 +02:00
Michael Witrant
424028f09e
fixed indentation when todo sub menu text is too long
2012-07-22 10:43:13 +02:00
tim madden
51da342cdc
harmonizing todo_tag_list and tag_list, using just the shorter tag_list
2012-06-27 13:56:56 -05:00