Post

2 followers Follow
0
Avatar

Cut down on header whitespace

Headers for my project plan take up over half of my screen. Can you make a way to shrink the buttons add/insert/markas/etc and everything above them (I'm not just talking about the project plan and unchecking "wrap headers").

The whitespace seems like a waste when I could get a better view of my project plan instead. 

Rick Raible Answered

Please sign in to leave a comment.

3 comments

0
Avatar

Rick, 

Thank you for sharing your suggestion. I am not sure how this would impact performance or the User Experience but I will escalate and create this as a feature request and see what can be done.

 

Sincerely, 

Boris Krutiy

Boris Krutiy 0 votes
Comment actions Permalink
0
Avatar

Rick,

Upon further investigation, this should be possible using Custom CSS. The following custom css should get you started:

.work-plan #ObjectProperties {padding: 0; padding-left: 5px}

.work-plan .det-obj-name .o-val {font-size: 20px; padding-top: 5px}

.work-plan .left-main-panel, .work-plan .right-main-panel {top: 35px}

.work-plan .ext-view-title {height: 30px}

.work-plan .tabContainer {height: 30px}

.work-plan .tabContainer .g-ribbon-group { top: 6px}

.work-plan .g-ribbon-actions {height: 30px}

 

See before and after images attached

 

Sincerely, 

Boris Krutiy

Boris Krutiy 0 votes
Comment actions Permalink
0
Avatar

I added this as well. Nice. I need to get out front end devs working on it.

BTW you need to increase .work-plan .left-main-panel, .work-plan .right-main-panel to {top: 53px} in order to have room for the path below the project name

Peter Fjelsten 0 votes
Comment actions Permalink