aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static
diff options
context:
space:
mode:
authortilly-Q <nattilypigeonfowl@gmail.com>2013-09-08 18:26:37 -0400
committertilly-Q <nattilypigeonfowl@gmail.com>2013-09-08 18:26:37 -0400
commit25625107b6c7805b474ad7da976171991b259e58 (patch)
treed1c408eb9e3eb77593a13193d8fcb3fc5b6c4380 /mediagoblin/static
parent8e91df87349b91611a4dfcf3f2640cb540307144 (diff)
downloadmediagoblin-25625107b6c7805b474ad7da976171991b259e58.tar.lz
mediagoblin-25625107b6c7805b474ad7da976171991b259e58.tar.xz
mediagoblin-25625107b6c7805b474ad7da976171991b259e58.zip
This was a quick update, I mostly worked on the transition from using the old
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 ===============================================================================
Diffstat (limited to 'mediagoblin/static')
-rw-r--r--mediagoblin/static/css/base.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css
index 7fcbb93e..d9610675 100644
--- a/mediagoblin/static/css/base.css
+++ b/mediagoblin/static/css/base.css
@@ -663,13 +663,15 @@ table td.user_without_privilege {
margin-bottom: 10px;
}
#code_of_conduct_list li {
- margin-top:5px;
+ margin:5px 0 15px 25px;
}
-ol.nested_sublist{
+.nested_sublist {
margin: 5px 0 10px 25px;
font-size:80%;
}
-
+.nested_sublist li {
+ margin-bottom: 10px;
+}
/* ASCII art and code */