aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/css/base.css
Commit message (Collapse)AuthorAgeFilesLines
* Add visual feedback on link hoverMuto2020-04-021-0/+17
| | | | Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* Even up top/bottom margins around header dropdown button.Ben Sturmfels2019-09-181-2/+2
| | | | Bottom margin was less than top margin.
* Merge branch 'thumbnail', fixes #592.Ben Sturmfels2016-11-131-1/+0
|\
| * Merge `white-space` change into main `.media_thumbnail` class.Ben Sturmfels2016-11-131-5/+0
| |
| * changed css to fix text on thumbnailMatt2016-08-151-0/+4
| |
* | Fix #664 - Text overflow in media headingsAndrew Browning2016-10-231-0/+6
| | | | | | | | | | | | | | Merge in kesara's changes to fix the media heading overflows on edit and delete pages for ticket #664. Signed-off-by: Andrew Browning <ayleph@thisshitistemp.com>
* | Add padding around form field labelsJosh Crompton2016-09-161-4/+2
|/ | | | Fixes #5468
* removed debug prints, added video iconBoris Bobrov2016-02-051-2/+2
|
* Display type icon in thumbnailsBoris Bobrov2016-02-051-6/+6
|
* added a plugin to display information about entries in processingBoris Bobrov2016-02-011-0/+20
| | | | | | Conflicts: mediagoblin/templates/mediagoblin/base.html -- resolved by using the original file and manually adding pieces from my commit
* moved styles to a css file; more fixes to templatesBoris Bobrov2016-01-281-0/+36
|
* Fix #1046 - Media breaking out of containerjpope7772014-12-021-3/+35
|
* Remove ^P characterChristopher Allan Webber2014-10-301-1/+1
|
* Fix #549 - Deauthorize OAuth applicationsJessica Tallon2014-10-011-0/+16
|
* Fix #952 - Force the footer to the bottom of the pageJessica Tallon2014-09-301-3/+18
|
* Adding WAI-ARIA attributes to the header dropdown (Fix by Aleksej Serdjukov)Christopher Allan Webber2014-07-101-3/+3
| | | | | | This fixes issue #754 Thanks Aleksej!
* Tweaked the metadata edit screen to run jsonschema validators against the data.tilly-Q2014-05-141-8/+3
|
* Made the metadata table functional within the new metadata_display plugin andtilly-Q2014-05-121-19/+0
| | | | removed all traces of it from core.
* Made the metadata table look prettytilly-Q2014-05-121-0/+18
|
* Changed the format of the wtforms table slightlytilly-Q2014-05-121-3/+7
|
* Fixed a slight css error.tilly-Q2014-05-061-1/+1
|
* Created a UI for editting a media's metadata. Had to add a new macro totilly-Q2014-05-061-0/+14
| | | | wtforms.html in the process.
* adjust exif info alignmentjpope2014-01-131-0/+6
|
* adjust exif to match other sections and remove extra cssjpope2014-01-131-36/+10
|
* move "wide" view to seperate branchjpope2014-01-081-4/+6
|
* rename couple of css classesjpope2014-01-071-2/+2
|
* adjust thumbnailsjpope2014-01-071-0/+3
|
* center media within media containerjpope2014-01-071-4/+6
|
* add a little button color and new media page layoutjpope2014-01-071-4/+47
|
* skeletonize frontpage welcomejpope2014-01-071-0/+13
|
* debone and redo the headerjpope2014-01-071-17/+18
|
* adjust mod report pagejpope2014-01-061-3/+3
|
* small adjustments to user mod page againjpope2014-01-061-6/+0
|
* realign the user admin pagejpope2014-01-061-1/+8
|
* migrate media page to skeletonjpope2014-01-061-70/+28
|
* more skeleton migrationsjpope2014-01-061-8/+41
|
* start moving more to skeletonjpope2014-01-051-9/+0
|
* undo that "update"jpope2014-01-051-1/+1
|
* updatedjpope2014-01-051-1/+1
|
* incorporate skeleton layout in the galleriesjpope7772014-01-011-3/+39
|
* Merge branch 'master' into upstream-masterSebastian Spaeth2013-12-121-0/+46
|\ | | | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/base.html mediagoblin/templates/mediagoblin/user_pages/user.html
| * Resolve merge conflict and merge.Aditi2013-08-221-0/+7
| |\
| * | remove underline from the urls.Aditi2013-08-061-6/+10
| | |
| * | Change font color.Aditi2013-08-051-1/+2
| | |
| * | Add new css elememts for blog post listing template.Aditi2013-08-051-0/+23
| | |
| * | Add elements for blog system.Aditi2013-07-311-0/+18
| | |
* | | This should be my final code update before I am ready for review! Basically, intilly-Q2013-09-101-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this update I finished the search/sort function on the Reports Panel. I also finished the Terms of Service and made the decision to remove the meta portion of the site I had planned to create. I decided that the features involved were just unnecessary at this point. I also dropped the User status column and added a migration to establish default privileges (and create the privilege foundat- -ions. I fixed a few small errors that were left over as well, in the implemen- tation and in the tests. Next, I just need to await code review and work on the documentation for these new features. I also need to supervise a new merge to master. =============================================================================== Dropped the vestigial 'status' column =============================================================================== --\ mediagoblin/db/migrations.py --\ mediagoblin/db/models.py --| Also added in comments describing the current situation with the `is_admin` | and `email_verified` columns, where they are 100% vestigial but cannot be | dropped. =============================================================================== Wrote necessary migrations to set up Privilege foundations and give users the necessary privileges on an older implementation of mediagoblin that is migrating into this update =============================================================================== --\ mediagoblin/db/migrations.py =============================================================================== Deleted the meta pages =============================================================================== --\ Deleted mediagoblin/meta/__init__.py --\ Deleted mediagoblin/meta/routing.py --\ Deleted mediagoblin/meta/views.py --\ Deleted mediagoblin/templates/mediagoblin/meta/code_of_conduct.html --\ Deleted mediagoblin/templates/mediagoblin/meta/reports_details.html --\ Deleted mediagoblin/templates/mediagoblin/meta/reports_panel.html ---------------------------------------------------------------- Moved the terms of service to /terms_of_service ---------------------------------------------------------------- --\ Moved mediagoblin/templates/mediagoblin/meta/terms_of_service.html -> mediagoblin/templates/mediagoblin/terms_of_service.html --| I decided that terms of service were really the only necessary part of my | planned "meta" pages, so I moved it instead to its own singular page --\ mediagoblin/routing.py --\ mediagoblin/static/css/base.css --\ mediagoblin/templates/mediagoblin/base.html --\ mediagoblin/views.py =============================================================================== Simplified & Finished the Reports Panel Searching =============================================================================== --\ mediagoblin/moderation/forms.py --\ mediagoblin/moderation/tools.py --\ mediagoblin/moderation/views.py --\ mediagoblin/templates/mediagoblin/moderation/report_panel.html --\ mediagoblin/templates/mediagoblin/moderation/user.html =============================================================================== Fixed Small Errors =============================================================================== --\ mediagoblin/templates/mediagoblin/user_pages/user.html --\ mediagoblin/tests/test_moderation.py --\ mediagoblin/tests/tools.py ===============================================================================
* | | This was a quick update, I mostly worked on the transition from using the oldtilly-Q2013-09-081-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | User table columns (is_admin, status, email_verified) and making sure that their functionality is instead completely handled by privileges. I also worked on the meta pages which I hope to finish soon. I set up migrations to ensure the default privileges are given to users that should have them. Lastly, I made it so that banned users can log out. =============================================================================== Made Sure the Vestigial Columns of the User Table were not being Used =============================================================================== --\ mediagoblin/auth/views.py --\ mediagoblin/db/models.py --\ mediagoblin/templates/mediagoblin/base.html --\ mediagoblin/templates/mediagoblin/moderation/user.html --\ mediagoblin/templates/mediagoblin/user_pages/collection_lis$ --\ mediagoblin/templates/mediagoblin/user_pages/user.html --\ mediagoblin/tests/test_auth.py --\ mediagoblin/tests/test_persona.py --\ mediagoblin/user_pages/views.py =============================================================================== Wrote the Migrations to Set up the Default Privileges =============================================================================== --\ mediagoblin/db/migrations.py --\ mediagoblin/gmg_commands/users.py =============================================================================== Work on the Meta Pages =============================================================================== --\ mediagoblin/meta/routing.py --\ mediagoblin/meta/views.py --\ mediagoblin/static/css/base.css --\ mediagoblin/templates/mediagoblin/meta/terms_of_service.html =============================================================================== Small Changes =============================================================================== --\ mediagoblin/templates/mediagoblin/base.html --| Benevolently made it so that banned users can log out =============================================================================== X X X X X X X X X X X X X X X X X X X X ===============================================================================
* | | Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-08-201-0/+7
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | Conflicts: mediagoblin/db/models.py mediagoblin/decorators.py mediagoblin/routing.py mediagoblin/user_pages/views.py
| * | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinxray72242013-07-141-0/+4
| |\|