Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Tidy up how custom icons are included in css | Steven Day | 2016-04-28 | -70/+1568 |
| | | | | | | | | | | | | | | | | | This tidies up the custom theme's icons, which were overly complicated and badly setup - almost as if we were (ab)using css intended to make extra large icons to make retina icons instead, but we'd only got halfway. I've tidied this up so that we use the 36px icons properly - keeping most properties the same as the 18px ones, but scaling the background image appropriately to make it hi-dpi. Since there seemed to be some issue with iOS not obeying the media query on the @import statement that loaded this css, I also decided to just bundle the rules directly into fms-jquerymobile.css In addition, I took the opportunity to make black icons the default (instead of white), meaning that we could remove an awful lot of css overrides in fms.css that were swapping colors for different icons individually. Closes #217 | |||
* | [MakeMyIsland] Move CSS & images into cobrands directory | Dave Arter | 2015-08-28 | -92/+0 |
| | ||||
* | [MakeMyIsland] Use correct logo on locating screen | Dave Arter | 2015-08-28 | -0/+9 |
| | ||||
* | [MakeMyIsland] Use MMI colour scheme | Dave Arter | 2015-08-28 | -0/+83 |
| | ||||
* | Make sure initial help text is full-width on iPad | Dave Arter | 2015-08-28 | -0/+1 |
| | ||||
* | Remove 20px whitespace at the top of UI on iOS7+ | Dave Arter | 2015-08-28 | -9/+1 |
| | ||||
* | update Android to Cordova 3.6 | Struan Donald | 2015-08-28 | -0/+1402 |
| | | | | | | | | Required due to security issue Remove Android directory as no longer required, move src -> www to match standard layout, update .gitignore to avoid including the standard platform files, update README based on Steve's zurich one | |||
* | instead of using js to inject the correct cordova js file in to | Struan Donald | 2013-07-12 | -1193/+0 |
| | | | | | | | | | | index.html restructure things so that the common files are a level down and the platofrm specific ones are directly placed in the relevant project. This both makes for less fuss and also avoids the error with Android < v3 instantiating cordova twice. Note that the iOS common assets are included by a build script rather than a symlink as symlinking doesn't seem to agree with Xcode | |||
* | remove drop shadow on locating cancel button | Struan Donald | 2013-07-10 | -0/+5 |
| | ||||
* | change colours of locating progress bar to fit in a bit better | Struan Donald | 2013-07-10 | -2/+2 |
| | ||||
* | white text on locating screen | Struan Donald | 2013-07-10 | -0/+1 |
| | ||||
* | turn off splash screen fading and add in locating like screens on index | Struan Donald | 2013-07-10 | -0/+2 |
| | | | | page and home page to minimise the flickering at start up | |||
* | improve layout of drafts screen with icons to indicate if there is a | Struan Donald | 2013-07-09 | -0/+49 |
| | | | | | photo or location associated with the report. Also make the date a bit friendlier | |||
* | stop distortion of photo on existing reports page | Struan Donald | 2013-07-09 | -1/+2 |
| | ||||
* | remove extraneous border from logged in name confirm page | Struan Donald | 2013-07-09 | -0/+1 |
| | ||||
* | make map fixed position so it does not scroll about the screen on long pages | Struan Donald | 2013-07-08 | -1/+1 |
| | ||||
* | if the brown background is on the map then it stops at the height of the | Struan Donald | 2013-07-08 | -2/+6 |
| | | | | | screen when scrolling on pages that are longer than the map such as the offline one. Moving the bg to the body element fixes this | |||
* | use black icons fof the toolbar next/previous buttons | Struan Donald | 2013-07-08 | -2/+14 |
| | ||||
* | prettify buttons and icons in search box | Struan Donald | 2013-07-08 | -0/+43 |
| | ||||
* | remove a lot of the border and shadow cruft from drafts list | Struan Donald | 2013-07-08 | -0/+10 |
| | ||||
* | white icons are hard to see so use black for delete button on drafts screen | Struan Donald | 2013-07-08 | -0/+10 |
| | ||||
* | use retina images for checkbox button on name details screen | Struan Donald | 2013-07-08 | -0/+8 |
| | ||||
* | stop white popup when transitioning back from account and drafts screen | Struan Donald | 2013-07-04 | -0/+6 |
| | ||||
* | remove pointless split of map css properties across id and class | Struan Donald | 2013-07-04 | -8/+2 |
| | ||||
* | organise CSS rules to make things a bit easier to find | Struan Donald | 2013-07-04 | -297/+323 |
| | ||||
* | move time of existing report to own line and tweak display accordingly | Struan Donald | 2013-07-04 | -0/+5 |
| | ||||
* | remove excess white spae from name confirmation screen | Struan Donald | 2013-07-04 | -0/+2 |
| | ||||
* | make portrait oriented photos larger | Struan Donald | 2013-07-04 | -1/+1 |
| | ||||
* | missing ; in CSS | Struan Donald | 2013-07-04 | -1/+1 |
| | ||||
* | adjust size of radar to not push cancel button off the bottom of the screen | Struan Donald | 2013-07-03 | -3/+3 |
| | ||||
* | remove border round details panel | Struan Donald | 2013-07-03 | -1/+1 |
| | ||||
* | fix incorrect image path for dropdown arrow | Struan Donald | 2013-07-03 | -2/+2 |
| | ||||
* | consolidate the images in one directory | Struan Donald | 2013-07-03 | -6/+6 |
| | ||||
* | tidy up of lots of unused files | Struan Donald | 2013-07-03 | -2699/+0 |
| | ||||
* | remove corners and drop shadow from relocate button | Struan Donald | 2013-07-02 | -2/+0 |
| | ||||
* | tweak colour of drafts count circle | Struan Donald | 2013-07-02 | -1/+1 |
| | ||||
* | add photo page and account button icons | Struan Donald | 2013-07-02 | -0/+39 |
| | ||||
* | do not overwrite the dropdown arrow image | Struan Donald | 2013-07-02 | -1/+1 |
| | ||||
* | use css to set crosshair image instead of hard coding it in openlayers ↵ | Struan Donald | 2013-07-02 | -1/+11 |
| | | | | control to allow media query retina switching | |||
* | stop iOS text selection of interface elements | Struan Donald | 2013-06-28 | -0/+7 |
| | ||||
* | fix display issues for drafts page | Struan Donald | 2013-06-28 | -0/+8 |
| | ||||
* | position map buttons a bit further down the screen | Struan Donald | 2013-06-28 | -2/+3 |
| | ||||
* | updated, though still not finished, locating page | Struan Donald | 2013-06-26 | -0/+32 |
| | ||||
* | move most buttons to the bottom of the page so they are easier to reach | Struan Donald | 2013-06-26 | -0/+9 |
| | ||||
* | change page height setting code so it works on all pages and update | Struan Donald | 2013-06-26 | -0/+1 |
| | | | | details form height setting code to work with it | |||
* | if initial geolocation fails then display a message on the map screen | Struan Donald | 2013-06-24 | -0/+6 |
| | | | | rather than a whole new page | |||
* | move recenter map button to below search box | Struan Donald | 2013-06-24 | -5/+2 |
| | ||||
* | put back the confirm location button on the map as well as the next button | Struan Donald | 2013-06-24 | -0/+6 |
| | ||||
* | make search box background a bit less transparent | Struan Donald | 2013-06-24 | -1/+1 |
| | ||||
* | initial rework of password setting workflow | Struan Donald | 2013-06-21 | -0/+17 |
| |