aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static
Commit message (Collapse)AuthorAgeFilesLines
* Go go mediagoblin favico symmetryChristopher Allan Webber2012-03-012-0/+0
|
* Revert "Layout overhaul time!"Christopher Allan Webber2012-02-131-59/+22
| | | | | | | | This reverts a whole bunch of commits, fb1dc4f5 thru 92e8ca79, where an experimental new layout was played with. Unfortunately, this layout broke the look and feel of master, even though it was going in the right direction for mobile stuff. Jef said he'll do things in a branch!
* Wait, scratch that. This commit uses a better way.Jef van Schendel2012-02-121-0/+2
|
* Add navigation button styles for mobileJef van Schendel2012-02-121-0/+12
|
* Fix comment input field width/padding; change some text; remove weird ↵Jef van Schendel2012-02-121-10/+7
| | | | #form_comment duplicate rules; move Edit/Delete buttons next to title
* Make media thumbnail gallery a list instead of a tableJef van Schendel2012-02-121-0/+1
|
* Corrections for mobile layoutJef van Schendel2012-02-121-3/+9
|
* Style sidedata h3; revert sidebar margin changeJef van Schendel2012-02-121-1/+10
|
* Fix sidebar marginsJef van Schendel2012-02-121-2/+1
|
* Restore sidebarJef van Schendel2012-02-121-4/+2
|
* Layout overhaul time!Jef van Schendel2012-02-111-6/+19
|
* Fix for ticket #386Jef van Schendel2012-02-091-0/+16
|
* It's 2012 all up in hereChristopher Allan Webber2012-02-023-3/+3
|
* JavaScript fixes - AGPL headers, etcJoar Wandborg2012-01-283-3/+56
| | | | | | - Added AGPL header to comment_show.js, show_password.js and geolocation-map.js - Removed console.log from geolocation-map.js
* Added code for leaflet geolocation mapJoar Wandborg2012-01-252-0/+30
|
* Installed leaflet in extlibJoar Wandborg2012-01-251-0/+1
|
* Small fix to simplify font styleJef van Schendel2012-01-151-2/+1
|
* Another small text style fixJef van Schendel2012-01-151-3/+8
|
* Small margin/font-weight fixJef van Schendel2012-01-151-0/+2
|
* Fix div breaking in user.html; add media query bitsJef van Schendel2012-01-061-1/+14
|
* Resize image below 660px widthJef van Schendel2012-01-061-0/+9
|
* * Rename mediagoblin_header, mediagoblin_body, mediagoblin_footer, ↵Jef van Schendel2012-01-052-7/+8
| | | | | | | 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 downJef van Schendel2012-01-051-0/+1
|
* Fix merge conflictsJef van Schendel2012-01-054-19/+77
|\
| * Several changes for mobile layoutJef van Schendel2012-01-051-23/+9
| |
| * Random changes that break stuff and eat pigletsJef van Schendel2011-12-301-22/+19
| |
| * Lots of little fixes and removal of all 960.gs classes:Jef van Schendel2011-12-301-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 devicesJef van Schendel2011-12-181-2/+15
| |
| * Add styles to make media.html not fall apart entirelyJef van Schendel2011-12-181-0/+14
| |
| * Move reset.css to extlib and symlink itJef van Schendel2011-12-182-49/+1
| |
| * Remove first 960.gs classesJef van Schendel2011-12-181-7/+20
| |
| * Media query for everything(?) below 960px wideJef van Schendel2011-12-181-1/+1
| |
| * Remove 960.gs stylesheets, add Eric Meyer's reset.cssJef van Schendel2011-12-184-3/+49
| |
| * First test lines for responsive designJef van Schendel2011-12-181-0/+17
| |
* | Seperate jQuery bit that was still in media.htmlJef van Schendel2012-01-011-0/+9
| |
* | Forgot this one. Also disable horizontal resize for the bio fieldJef van Schendel2012-01-011-1/+1
| |
* | Remove border-bottom from media_specsJef van Schendel2012-01-011-1/+0
| |
* | Disable horizontal resize for text areas.Jef van Schendel2012-01-011-1/+6
| |
* | ASCII media type support & fix a bug in file submission error handlingJoar Wandborg2011-12-312-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Forgot to include the newly created JS fileJef van Schendel2011-12-291-0/+19
| |
* | Finished #485 and worked out bugs: password fields always update, added ↵Jef van Schendel2011-12-291-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 Rustad2011-12-231-0/+8
|/ | | | just the inherent properties of the <video> tag (and some css for style)
* Merge jQuery branch, resolve conflictsJef van Schendel2011-12-134-14/+31
|\
| * Style changes for media_uploader (now media_specs); removed margins from ↵Jef van Schendel2011-12-101-6/+10
| | | | | | | | button_action buttons
| * Remove pagination images and replace them with unicode charactersJef van Schendel2011-12-102-0/+0
| |
| * Only apply textarea style to comment boxJef van Schendel2011-12-091-6/+3
| |
| * Lots of changes to media page; rearranged things, added new styles, added ↵Jef van Schendel2011-12-091-7/+22
| | | | | | | | jquery bits, gave the comment section a refresh
| * First push with jQuery libraryJef van Schendel2011-12-021-0/+1
| |
* | Fix button word-wrapping issueChristopher Allan Webber2011-12-041-0/+1
|/
* Merge branch 'video_gstreamer-only'Joar Wandborg2011-11-211-0/+0
|\ | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/submit/views.py