You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2018/08/29 19:49:01 UTC

allura git commit: [#8223] Personal Dashboard - Add padding to tickets and merge_requests sections

Repository: allura
Updated Branches:
  refs/heads/master 19721fe40 -> ea27fd54c


[#8223] Personal Dashboard - Add padding to tickets and merge_requests sections


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/ea27fd54
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/ea27fd54
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/ea27fd54

Branch: refs/heads/master
Commit: ea27fd54cfa215724fceb3803c7ad9f821c3f2de
Parents: 19721fe
Author: deshanigtk <de...@cse.mrt.ac.lk>
Authored: Wed Aug 29 15:52:00 2018 +0530
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Aug 29 15:48:45 2018 -0400

----------------------------------------------------------------------
 Allura/allura/nf/allura/css/site_style.css | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/ea27fd54/Allura/allura/nf/allura/css/site_style.css
----------------------------------------------------------------------
diff --git a/Allura/allura/nf/allura/css/site_style.css b/Allura/allura/nf/allura/css/site_style.css
index 1134619..9bcd5e6 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -3649,6 +3649,15 @@ ul.dropdown ul li:first-child a {
 .profile-section.social dl dd a {
   margin: 0;
 }
+.profile-section.tickets {
+  margin-top: 10px;
+}
+.profile-section.tickets .section-body {
+  padding: 10px;
+}
+.profile-section.merge_requests .section-body {
+  padding: 10px;
+}
 #user-message {
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;