From 960c35bad3a0dbaa7a1f2191aef60ad014d926ca Mon Sep 17 00:00:00 2001 From: marijus Date: Thu, 11 Dec 2014 11:44:46 +0100 Subject: move profile css to mod_profile and minoor fixes --- view/css/bootstrap-red.css | 1 - view/css/mod_profile.css | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 view/css/mod_profile.css (limited to 'view/css') diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 587ea7b8f..12287ba4f 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -26,7 +26,6 @@ nav img { } nav .dropdown-menu { - top: 50px; max-height: 450px; max-width: 300px; overflow-y: auto; diff --git a/view/css/mod_profile.css b/view/css/mod_profile.css new file mode 100644 index 000000000..e1ceae7f7 --- /dev/null +++ b/view/css/mod_profile.css @@ -0,0 +1,16 @@ +.aprofile dt { + font-weight: bold; +} + +.profile-thing-list { + list-style-type: none; +} + +.profile-thing-list img { + margin-bottom: 5px; +} + +.profile-thing-list > li { + margin-bottom: 15px; +} + -- cgit v1.2.3