Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enlarge navigation buttons when mobile | Jef van Schendel | 2012-02-15 | 1 | -0/+1 |
| | |||||
* | Simplify and fix button styles; add larger button styles for mobile | Jef van Schendel | 2012-02-15 | 1 | -13/+6 |
| | |||||
* | Removed cancel_link class; slight changes to button_form style | Jef van Schendel | 2012-02-15 | 1 | -21/+6 |
| | |||||
* | Center small images by default | Jef van Schendel | 2012-02-14 | 1 | -1/+4 |
| | |||||
* | Remove form background images; replace them with regular border styles | Jef van Schendel | 2012-02-14 | 1 | -4/+3 |
| | |||||
* | Wait, scratch that. This commit uses a better way. | Jef van Schendel | 2012-02-12 | 1 | -0/+2 |
| | |||||
* | Add navigation button styles for mobile | Jef van Schendel | 2012-02-12 | 1 | -0/+12 |
| | |||||
* | Fix comment input field width/padding; change some text; remove weird ↵ | Jef van Schendel | 2012-02-12 | 1 | -10/+7 |
| | | | | #form_comment duplicate rules; move Edit/Delete buttons next to title | ||||
* | Make media thumbnail gallery a list instead of a table | Jef van Schendel | 2012-02-12 | 1 | -0/+1 |
| | |||||
* | Corrections for mobile layout | Jef van Schendel | 2012-02-12 | 1 | -3/+9 |
| | |||||
* | Style sidedata h3; revert sidebar margin change | Jef van Schendel | 2012-02-12 | 1 | -1/+10 |
| | |||||
* | Fix sidebar margins | Jef van Schendel | 2012-02-12 | 1 | -2/+1 |
| | |||||
* | Restore sidebar | Jef van Schendel | 2012-02-12 | 1 | -4/+2 |
| | |||||
* | Layout overhaul time! | Jef van Schendel | 2012-02-11 | 1 | -6/+19 |
| | |||||
* | Fix for ticket #386 | Jef van Schendel | 2012-02-09 | 1 | -0/+16 |
| | |||||
* | Small fix to simplify font style | Jef van Schendel | 2012-01-15 | 1 | -2/+1 |
| | |||||
* | Another small text style fix | Jef van Schendel | 2012-01-15 | 1 | -3/+8 |
| | |||||
* | Small margin/font-weight fix | Jef van Schendel | 2012-01-15 | 1 | -0/+2 |
| | |||||
* | Fix div breaking in user.html; add media query bits | Jef van Schendel | 2012-01-06 | 1 | -1/+14 |
| | |||||
* | Resize image below 660px width | Jef van Schendel | 2012-01-06 | 1 | -0/+9 |
| | |||||
* | * Rename mediagoblin_header, mediagoblin_body, mediagoblin_footer, ↵ | Jef van Schendel | 2012-01-05 | 1 | -7/+7 |
| | | | | | | | mediagoblin_header_right, mediagoblin_logo * Add html5shiv for older browsers * Small size fix (940px instead of 960pgx) | ||||
* | Add closing bracket so the whole thing doesn't break down | Jef van Schendel | 2012-01-05 | 1 | -0/+1 |
| | |||||
* | Fix merge conflicts | Jef van Schendel | 2012-01-05 | 4 | -19/+77 |
|\ | |||||
| * | Several changes for mobile layout | Jef van Schendel | 2012-01-05 | 1 | -23/+9 |
| | | |||||
| * | Random changes that break stuff and eat piglets | Jef van Schendel | 2011-12-30 | 1 | -22/+19 |
| | | |||||
| * | Lots of little fixes and removal of all 960.gs classes: | Jef van Schendel | 2011-12-30 | 1 | -13/+47 |
| | | | | | | | | | | | | | | | | | | | | | | * Removed <p> margin-top * Vertically align logo so Add-media button does not fall off * Remove last 960.gs traces (grid_X/container_X) and add custom classes/sizes to css * Add clear class * Update form_box and add form_box_xl for bigger forms * Switch all pages that use forms to new classes * Remove padding from notification messages so they take full width * Other tiny fixes I forgot about | ||||
| * | Change widths to percentages for small devices | Jef van Schendel | 2011-12-18 | 1 | -2/+15 |
| | | |||||
| * | Add styles to make media.html not fall apart entirely | Jef van Schendel | 2011-12-18 | 1 | -0/+14 |
| | | |||||
| * | Move reset.css to extlib and symlink it | Jef van Schendel | 2011-12-18 | 2 | -49/+1 |
| | | |||||
| * | Remove first 960.gs classes | Jef van Schendel | 2011-12-18 | 1 | -7/+20 |
| | | |||||
| * | Media query for everything(?) below 960px wide | Jef van Schendel | 2011-12-18 | 1 | -1/+1 |
| | | |||||
| * | Remove 960.gs stylesheets, add Eric Meyer's reset.css | Jef van Schendel | 2011-12-18 | 4 | -3/+49 |
| | | |||||
| * | First test lines for responsive design | Jef van Schendel | 2011-12-18 | 1 | -0/+17 |
| | | |||||
* | | Forgot this one. Also disable horizontal resize for the bio field | Jef van Schendel | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | Remove border-bottom from media_specs | Jef van Schendel | 2012-01-01 | 1 | -1/+0 |
| | | |||||
* | | Disable horizontal resize for text areas. | Jef van Schendel | 2012-01-01 | 1 | -1/+6 |
| | | |||||
* | | ASCII media type support & fix a bug in file submission error handling | Joar Wandborg | 2011-12-31 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added ASCII media processing * Added ASCII media display * Added ASCII media type Rebased from Joar Wandborg's ascii art branch (squashed to remove the commits borrowing code of dubious license) Fixed a bug in file submission error handling: - Moved file-extension condition out of loop (what did it do there?) - Updated file submission tests - Changed error handling in file submission, should now report more than absolutely necessary. | ||||
* | | Finished #485 and worked out bugs: password fields always update, added ↵ | Jef van Schendel | 2011-12-29 | 1 | -0/+5 |
| | | | | | | | | margins, fixed Chrome width bug, wrapped checkbox in label element | ||||
* | | Added a 'you don't have HTML5 so this video will not work' warning using ↵ | Karen Rustad | 2011-12-23 | 1 | -0/+8 |
|/ | | | | just the inherent properties of the <video> tag (and some css for style) | ||||
* | Merge jQuery branch, resolve conflicts | Jef van Schendel | 2011-12-13 | 1 | -14/+30 |
|\ | |||||
| * | Style changes for media_uploader (now media_specs); removed margins from ↵ | Jef van Schendel | 2011-12-10 | 1 | -6/+10 |
| | | | | | | | | button_action buttons | ||||
| * | Only apply textarea style to comment box | Jef van Schendel | 2011-12-09 | 1 | -6/+3 |
| | | |||||
| * | Lots of changes to media page; rearranged things, added new styles, added ↵ | Jef van Schendel | 2011-12-09 | 1 | -7/+22 |
| | | | | | | | | jquery bits, gave the comment section a refresh | ||||
* | | Fix button word-wrapping issue | Christopher Allan Webber | 2011-12-04 | 1 | -0/+1 |
|/ | |||||
* | Navigation buttons edits. Removed images as they are no longer needed. ↵ | Jef van Schendel | 2011-11-20 | 1 | -6/+2 |
| | | | | Related: bug #504 | ||||
* | Slight style changes to button_action_highlight | Jef van Schendel | 2011-11-20 | 1 | -1/+3 |
| | |||||
* | Another change to button style. Renamed header_submit, ↵ | Jef van Schendel | 2011-11-20 | 1 | -19/+20 |
| | | | | header_submit_highlight and button classes, correct all references to these | ||||
* | Change to background of "empty_space", it now uses an image | Jef van Schendel | 2011-11-20 | 1 | -1/+1 |
| | |||||
* | Change button style a bit | Jef van Schendel | 2011-11-20 | 1 | -12/+6 |
| | |||||
* | Change form structure and add relevant CSS rules | Jef van Schendel | 2011-11-19 | 1 | -1/+5 |
| |