Project

General

Profile

Actions

Feature #35758

closed

Add some space around the versions on the Roadmap

Added by Mischa The Evil over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Roadmap
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

Currently it somewhat looks like versions are crammed together one after another on the Roadmap. I think it would be good to give them some additional space.

This can easily be accomplished with some additional CSS like:

 public/stylesheets/application.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index e117bc1d0..d09310581 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -640,6 +640,8 @@ div#roadmap .wiki h2 { font-size: 110%; }
 div#roadmap h2, div#roadmap h3 {padding-right: 0;}
 body.controller-versions.action-show div#roadmap .related-issues {width:70%;}

+div#roadmap .version-article {padding-bottom: 12px;}
+
 div#version-summary { float:right; width:28%; margin-left: 16px; margin-bottom: 16px; background-color: #fff; }
 div#version-summary fieldset { margin-bottom: 1em; }
 div#version-summary fieldset.time-tracking table { width:100%; }

Note: the above given diff is against trunk @ r21131.


Files

35758-before.png (91.2 KB) 35758-before.png Go MAEDA, 2021-08-14 02:43
35758-after.png (91.8 KB) 35758-after.png Go MAEDA, 2021-08-14 02:43
Actions #1

Updated by Mischa The Evil over 2 years ago

  • Description updated (diff)
Actions #2

Updated by Go MAEDA over 2 years ago

The suggested style looks nice. Setting the target version to 4.2.3.

Before:

After:

Actions #3

Updated by Go MAEDA over 2 years ago

  • Category changed from UI to Roadmap
  • Status changed from New to Resolved
  • Assignee set to Go MAEDA
  • Resolution set to Fixed

Committed the patch. Thank you.

Actions #4

Updated by Go MAEDA over 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF