aboutsummaryrefslogtreecommitdiffstats
path: root/src/css
Commit message (Collapse)AuthorAgeLines
* update Android to Cordova 3.6Struan Donald2015-08-28-1402/+0
| | | | | | | | 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
* Fix iOS7 issue with map tiles disappearingStruan Donald2013-10-15-0/+4
| | | | Fixes #153
* Fix grey bar at bottom of locating screen in iOS 7Struan Donald2013-10-01-0/+3
|
* Fix fixed position navigation bar on iOS 7Struan Donald2013-10-01-0/+9
| | | | | Add some padding and shift the buttons down to accomodate the margin otherwise the navigation bar is under the status bar
* move ios 7 css tweaks to own 'section' of cssStruan Donald2013-10-01-24/+27
| | | | just for clarity and ease of finding
* Fix iOS splash screen -> locating screen bounceStruan Donald2013-09-27-6/+1
| | | | Logo still goes smaller but less annoying than the bounce
* Fix iOS 7 display to clear scroll barStruan Donald2013-09-26-0/+29
| | | | | If iOS7 set a class on the body and then use this to override various styles as well as the position of the map
* Change initial map page if locating draft with no locationStruan Donald2013-09-18-0/+2
| | | | | | | | Only display the cancel button in the toolbar, use a different button with different text to indicate you are adding a location to an existing report Fixes #138
* remove translate3d CSS calls for android phonesStruan Donald2013-09-16-0/+3
| | | | | | This is hopefully to fix the rendering issues on the Galaxy S4. See #116 for details
* Make sure help 'dialog' is modalStruan Donald2013-09-12-0/+2
| | | | | | | | Both by setting the height of the container to 100% so it always covers the screen and also by adding a transparent background to emphasise that it's covering the screen. Fixes #127
* Allow details screen to scroll on AndroidStruan Donald2013-09-11-1/+1
| | | | | | | | | | | | | | | | | | | | | This fixes #113 in that it means the user can move the screen to see what fields are available. Previously this was prevented by setting the adjustPan mode for the soft input mode which had fixed a bug with the keyboard not dismissing on transition. This has been resolved by adding a plugin for Android to control display of the soft keyboard and hiding the keyboard before navigation in the navigate method of FMSView. Sadly this then meant that the screen size was being measured *before* the keyboard was dismissed with the result that the screen transitioned too was incorrectly displayed. This was resolved by taking the screen height on start up, storing that as a property of the FMS global object and then using this property instead of measuring the screen size at the time of transition. The map has also been expanded to fill the whole screen rather than stopping at the bottom of the navigation bar as on Android when you scroll the screen the map does not scroll and the gap at the top was visible.
* Reverse direction of locator progress indicatorStruan Donald2013-08-22-2/+2
| | | | Fixes #90
* Change position of remove photo buttonStruan Donald2013-08-21-1/+25
| | | | | | | To stop it accidentally being mistaken for the next action button move the photo button to be a red X button in the lower right corner of the photo. Fixes #112
* Allow pointer events for offline page contentStruan Donald2013-08-20-0/+6
| | | | | Fixes issues with not being able to scroll on some parts of the screen. Fixes #84
* Remove next button from confirm location screenStruan Donald2013-08-20-1/+0
| | | | | | | Potentially confusing to user that there is a confirm location and a next button and as they do the same remove the most ambigously titled one. Fixes #105
* make help dismiss button more obviousStruan Donald2013-08-19-7/+16
| | | | | change from yellow tab to top right x button Fixes #98
* Reduce location error message margins for better displayStruan Donald2013-08-15-0/+4
| | | | Too much veritical space in error message before
* Add in test version warning to initial map pageStruan Donald2013-08-15-0/+16
| | | | | | | Warning to say that reports will not be sent to the council to avoid confusion in advance of beta testing Fixes #94
* move help 'button' down the pageStruan Donald2013-08-15-1/+1
| | | | It was overlapping with various on screen elements in an unhelpful way
* change help panel to overlay whole pageStruan Donald2013-08-14-10/+12
| | | | This prevents clicks on things 'behind' the help
* Tweak help panel to work on Android 2Struan Donald2013-08-13-3/+12
| | | | | | | Android 2 doesn't support overflow: scroll so instead make the panel full screen so you are scrolling what seems to be the screen. This means we need to reset scrollTop before hiding it as otherwise the underlying page is also scrolled.
* Add a help panel and buttons to access itStruan Donald2013-08-12-0/+58
| | | | | | | Always available, slides in from the side (ish). Content still a work in progress. Needs way to translate it. For #92.
* Better feedback when submitting imagesStruan Donald2013-08-08-0/+16
| | | | | Add a message and, if possible, a progress bar For #87.
* resize and use appropriately sized pin and crosshair imagesStruan Donald2013-08-06-1/+1
| | | | Fixed #69.
* use a png for the radar as it works on all platforms. Fixes #3Struan Donald2013-08-06-1/+1
|
* Merge branch 'master' of ↵Jedidiah Broadbent2013-08-05-0/+1
|\ | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet-mobile
| * remove bottom border on buttonsStruan Donald2013-08-02-0/+1
| |
* | Commit size of the location button iconJedidiah Broadbent2013-08-02-3/+7
| |
* | Merge branch 'master' of ↵Jedidiah Broadbent2013-08-02-11/+2
|\| | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet-mobile Conflicts: src/css/fms.css
| * Get crosshair size right and don't scale upStruan Donald2013-07-30-11/+2
| | | | | | | | For #69.
| * Fix screen width for Android 2.xStruan Donald2013-07-30-2/+1
| | | | | | | | Fixes #70.
* | Fixed background size to correct sizeJedidiah Broadbent2013-08-02-2/+4
|/
* Set icon on accounts button to use the double sized version to stop ↵Jedidiah Broadbent2013-07-25-1/+1
| | | | pixalation on high-res screens
* Improve contrast when map is in backgroundJedidiah Broadbent2013-07-23-1/+7
|
* fix photo width on existing report pageStruan Donald2013-07-22-1/+1
|
* fix missing semi-colonStruan Donald2013-07-22-1/+1
|
* fix gap at bottom of locating screen on some android phones. Fixes #56Struan Donald2013-07-19-1/+1
|
* avoid distorting photo placeholder image. Fixes #50Struan Donald2013-07-19-0/+12
|
* tidy up photo display on existing report page. For #52Struan Donald2013-07-18-8/+4
|
* Layout and wording tweaks to logged in confirmation. Fixes #44Struan Donald2013-07-16-0/+4
|
* instead of using js to inject the correct cordova js file in toStruan Donald2013-07-12-0/+1193
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