aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/css
Commit message (Collapse)AuthorAgeFilesLines
...
* add pdf media typeAlon Levy2013-04-151-0/+1448
| | | | | | | | | | | | | | | | | | | | | | | The new media type supports pdf and a subset of media recognized by libreoffice via unoconv. Every document added goes through: * conversion to pdf with unoconv if not already a pdf * creation of thumbnail and medium sized image, and pdfinfo generates some information (even for unoconv produces docs - should fix this) Poppler (pdftocairo, pdfinfo) is used. http://poppler.freedesktop.org/ A working but uglified pdf.js integration exists, which is enabled by setting pdf.pdf_js=true mediagoblin_local.ini (disabled in mediagoblin.ini) Adds one test to the test_submission test suite, and another separate test_pdf suite. The tests are only run if media_types.pdf.processing.check_prerequisites passes, so the test suite will not require any extra package. TODO: make test suite say 'skipped' in that case instead of just 'ok' Signed-off-by: Alon Levy <alon@pobox.com>
* Text-align the headers on the media panel to the left to avoid confusionChristopher Allan Webber2013-04-131-0/+1
| | | | Thanks to Tsyesika for pointing this out!
* Comment when/author link styling changesChristopher Allan Webber2013-04-131-0/+19
|
* Improved dropdown styling, part deuxJef van Schendel2013-02-241-0/+5
|
* Improved dropdown stylingJef van Schendel2013-02-241-0/+1
|
* Merge remote-tracking branch 'refs/remotes/origin/533-new-dropdown'Christopher Allan Webber2013-01-171-11/+12
|\ | | | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/base.html mediagoblin/templates/mediagoblin/root.html
| * CSS edits to dropdown menu; added log out button for unverified usersJef van Schendel2013-01-171-11/+6
| |
| * Edit header styling (add border-bottom, remove background-color); add margin ↵Jef van Schendel2012-12-041-2/+5
| | | | | | | | to header_dropdown
| * Fix header width again: this is a better approachJef van Schendel2012-12-021-2/+2
| |
| * Fix header width issue on small screensJef van Schendel2012-12-021-0/+1
| |
| * First commit to add header dropdownJef van Schendel2012-12-021-1/+3
| |
* | Change position of "Delete account" link, put it below the formJef van Schendel2013-01-171-0/+6
| |
* | Bump bundled video.js to v3.2.3 (#512)Sebastian Spaeth2012-12-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is nothing inherently wrong with the currently bundled version, but the last one was uploaded in March 2012 and there have been upstream releases since. So bump to the latest available release 3.2.3. Might help with the reported issue 512 of an unresponsive video player. Do note that the Flash fallback option is removed. If we decide this should be added it is easy to add it back. We still use our own customized theme. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* | Remove collection_thumbnail styling, so collection thumbnails are styled the ↵Jef van Schendel2012-12-161-28/+5
| | | | | | | | same as other thumbnails
* | Small styling edits to thumbnailsJef van Schendel2012-12-131-2/+4
| |
* | Make "add media to collection" a normal <img/>Elrond2012-12-131-11/+0
|/ | | | | | | | | | | | | This button used to be a css style <a href=...> </a> (note: No contents for the <a>). Using this approach has various drawbacks. Most notably: - Not clickable in text mode browsers - Possibly getting marked as a hidden (spam) link - No alt attribute So replaced with a real <img/>. I have no idea what to put in the alt attribute.
* Pop up OpenStreetMap license on demand (#410)Sebastian Spaeth2012-11-161-0/+4
| | | | | | | | | | | | | | | | | Only a short blurb "see map license" in the small map which will pop up the full license text via jquery when clicked. Adapt the license text as recommended by OpenStreetMap http://www.openstreetmap.org/copyright and link there. The disadvantage is that this only works when Javascript is enabled, but as the map only works when Javascript is enabled in the first place, this should not be too much of a limitation. TODO: Our esteemed web designer needs to have a look at the desired color style for this. Right now, I simply placed it in the message_warning class. This might want fine-tuning. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Revert thumbnail styling and sizing; allows for 5 thumbnails per rowJef van Schendel2012-11-011-4/+4
|
* Change thumbnail width to 212pxJef van Schendel2012-11-011-1/+1
|
* Don't show zoom in cursor if there is no larger versionJef van Schendel2012-10-231-1/+1
|
* Replace dropdown in top right with regular linksJef van Schendel2012-10-211-31/+0
|
* Fix thumbnail aspect ratiosJef van Schendel2012-10-201-1/+1
|
* Thumbnail styling edits plus edits to the object_gallery (4 columns instead ↵Jef van Schendel2012-10-191-3/+8
| | | | of 5 by default)
* Thumbnail styling edits to base theme and Airy themeJef van Schendel2012-10-191-2/+6
|
* Added basic collection functionalityAaron Williamson2012-09-181-0/+43
|
* Changed <pre> margin to confirm with <p> marginsJoar Wandborg2012-08-081-4/+2
|
* allow pre+code tags in rendered HTMLJakob Kramer2012-08-071-2/+18
|
* Added text-overflow: ellipsis to the media thumbnailsJoar Wandborg2012-07-281-0/+3
|
* Add zoom-in cursor css; small indentation fixJef van Schendel2012-07-211-5/+11
|
* Increase Description and Bio textarea height to 100pxJef van Schendel2012-07-201-0/+1
|
* Merge remote-tracking branch 'joar/media-fixes'Joar Wandborg2012-04-091-1/+1
|\
| * Media processing, transcoding, display fixesJoar Wandborg2012-04-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added configurable options - Video - vp8_quality - vp8_threads - vorbis_quality - Audio - spectrogram_fft_size - ASCII - thumbnail_font - Cleaned up ascii.asciitoimage - Cleaned up video.transcoders - Changed default video quality settings to better quality - Changed default audio spectrogram solution to the double. - Added a hacky notice for Firefox users instead of the broken range input.
* | Add MediaGoblin video player skin by chron0Jef van Schendel2012-04-081-0/+415
|/
* CSS: change padding-left to margin-leftJef van Schendel2012-04-011-1/+1
|
* CSS: change comment marginsJef van Schendel2012-04-011-9/+9
|
* HTML/CSS: comment style changesJef van Schendel2012-04-011-3/+8
|
* CSS: remove backgroundJef van Schendel2012-04-011-2/+1
|
* Logo margin fixJef van Schendel2012-04-011-1/+1
|
* Add dropdown to headerJef van Schendel2012-04-011-2/+51
|
* Revert changes from last commit; I am an idiotJef van Schendel2012-03-311-11/+0
|
* Switch over content to new layout/text; slight css editsJef van Schendel2012-03-311-0/+11
|
* Increase bottom margin headerJef van Schendel2012-03-311-1/+1
|
* Small CSS changes to headerJef van Schendel2012-03-311-7/+13
|
* Seeking works in firefoxJoar Wandborg2012-03-291-6/+37
| | | | | | | | - Added support for indicating multiple buffered ranges (Firefox) - Added volume slider (Chromium) - Replaced stop button with faux pause button - Added 'ended' event handler
* Merge remote-tracking branch 'joar/audio+sniffing'Joar Wandborg2012-03-271-0/+53
|\ | | | | | | | | | | | | | | Conflicts: mediagoblin/media_types/image/processing.py mediagoblin/media_types/video/__init__.py mediagoblin/media_types/video/processing.py mediagoblin/tests/test_submission.py
| * Faster sniffingJoar Wandborg2012-03-221-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | - Sniffing now goes through the old extension-based filter before doing it the bitsniffing way. - Refractored get_media_type_and_manager(filename). - Removed ogg extension from video accepted extensions, audio will take care of that. - Added custom audio player, still WIP,but working. - Added test for sniffing. This only tests for the mediagoblin.media_types.image type, as that is the only one enabled from start.
* | Header style changeJef van Schendel2012-03-251-9/+4
| |
* | Allow arrow keys in input fields and textareasJakob Kramer2012-03-241-1/+1
| | | | | | | | | | If you pressed an arrow key in a textarea before, the next/previous media was opened.
* | Small styling change for sidebar dataJef van Schendel2012-03-171-6/+7
| |
* | Slight change to thumbnail gallery styleJef van Schendel2012-03-111-3/+5
| |