Created
September 26, 2012 07:58
-
-
Save mr-stezz/3786687 to your computer and use it in GitHub Desktop.
Listers feedback notes summary
This file contains hidden or 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
/** | |
* Listers feedback notes summary | |
*/ | |
*{ | |
padding:0; | |
margin:0; | |
-moz-box-sizing:border-box; | |
box-sizing:border-box; | |
} | |
html{ | |
font:100%/1.750 sans-serif; | |
color:#333; | |
background-color:#f6f6f6; | |
} | |
ul{ | |
margin-left:2em; | |
margin-bottom:1.750em; | |
} | |
abbr[title]{ | |
cursor:help; | |
border-bottom:1px dotted; | |
} | |
abbr{ | |
text-transform:uppercase; | |
} | |
/* I know code isn't the right thing to use here, but whatever :P */ | |
code{ | |
font:normal 1em/1.750 Consolas,"Lucida Console",Courier,monospace; | |
color:#9e621d; | |
padding:0 0.250em; | |
} |
This file contains hidden or 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
<ul class="nav"> | |
<li>Android gets <code>Droid Sans</code> typeface which does not load certain unicode characters.</li> | |
<li>Large jQuery UI scrollers on Nexus 7 in landscape mode; make them half the size.</li> | |
<li>Make the jQuery UI scrollers less sucky in general, they are slow and lagy.</li> | |
<li>New stock vehicles list directional arrows need to be larger, and the list scrollable.</li> | |
<li>Make <code>checkboxes</code> larger, so that tapping them once activates them.</li> | |
<li><code>Table</code> cells racking contents within, try to eliminate orphans by applying widths to the <code>columns</code>.</li> | |
<li>Gradient on the main navigation looks horrible when there is a submenu and it's expanded.</li> | |
<li>Brand roll needs to be more obvious that it can be scrolled.</li> | |
<li>Be aware of Browser/OS gestures and that side swiping can go back/forth or switch tabs, since content is quite close to the edges.</li> | |
<li>When taping a link and scrolling down the page, letting go will activate the link state, but not the click event. Be aware of this for touch users.</li> | |
<li>Looks all around shite on <code>IE 8</code> and below, currently.</li> | |
<li>Some sprites look kinda naff, non-retina. Needs adjusting.</li> | |
<li><abbr title="Rich Site Summary">RSS</abbr> feed icon needs to look more standard and conventional (i.e. orange, circle needs to appear within the radius of the waves etc.).</li> | |
<li><strong>ADDITIONAL FEATURES</strong>: apply a search and location finder to the nearest dealership list making it more useful, as opposed to a static list of dealerships and their miles from your location.</li> | |
<li><strong>General consensus</strong>: Make things more obvious and make things more selectable and interactive for users.</li> | |
</ul> |
This file contains hidden or 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
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment