View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
13658Feature requestsResponse browsingpublic2020-02-05 12:05
Reportertammo Assigned ToLouisGac 
PrioritynoneSeverityfeature 
Status assignedResolutionopen 
Summary13658: Some adaptations on the results table
Description

Currently the results table takes too much white space (at least on my screen).

The following edits to either the produced HTML and the CSS for the backend make it a lot better:

HTML

  • add class "table-condensed" to the table, so paddings are brought back to 50% of what they are now.
  • take away the min-width=350px from the HTML

CSS
in browse.css

#responses-grid table tbody tr td.response-buttons {
text-align: left;
min-width:124px; //This line is new
}

#responses-grid > table > thead > tr > th {
min-width: 100px; //This was 125px
text-align: center;
}

#responses-grid > table > thead > tr > th#responses-grid_c2,
#responses-grid > table > thead > tr > th#responses-grid_c4,
#responses-grid > table > thead > tr > th#responses-grid_c5 {
min-width:75px;
}

#responses-grid > table > thead > tr > th#responses-grid_c7,
#responses-grid > table > thead > tr > th#responses-grid_c8 {
min-width: 175px;
}

Possibly some other edits could also benefit this page, but this at least helps. Not sure how this fits into many of the other cosiderations that I do not really know about.

TagsNo tags attached.
Attached Files
resultspage_before.png (128,727 bytes)
resultspage_after.png (194,105 bytes)
Bug heat2
Story point estimate
Users affected %

Users monitoring this issue

There are no users monitoring this issue.

Activities

tammo

tammo

2018-05-09 11:23

partner   ~47578

I used a 1920 x 1200 screen for this.

Issue History

Date Modified Username Field Change
2018-05-09 11:22 tammo New Issue
2018-05-09 11:22 tammo File Added: resultspage_before.png
2018-05-09 11:22 tammo File Added: resultspage_after.png
2018-05-09 11:23 tammo Note Added: 47578
2018-05-16 11:51 LouisGac Assigned To => LouisGac
2018-05-16 11:51 LouisGac Status new => assigned
2018-05-16 11:51 LouisGac Sticky Issue No => Yes
2020-02-05 12:05 ollehar Sticky Issue Yes => No