[openstreetmap-website] Redesign inbox. Cuts down on button, grey, and bold clutter. (#66)
Tom Hughes
notifications at github.com
Thu Aug 9 22:49:37 BST 2012
> @@ -975,6 +999,27 @@ p#contributorGuidance {
> display: none;
> }
>
> +.info-line {
> + border-bottom:1px solid #ccc;
> + padding:5px 0 4px 0;
> +}
> +
> +.info-line form,
> +.info-line form div {
> + display:inline;
> +}
> +
> +.info-line .user_thumbnail {
> + width:23px;
> + height:23px;
> + vertical-align:middle;
We've already got two standard sizes for user images and this is introducing a third by overriding the standard size that the `user_thumbnail` class is supposed to imply.
If we want to have a third size we should do the job properly and come up with three names with the corresponding helper functions and CSS classes rather than having a context specific rule like this.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/66/files#r1347288
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20120809/8b342ac2/attachment-0001.html>
More information about the rails-dev
mailing list