View Issue Details

This bug affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
09836Bug reportsTheme editorpublic2015-11-10 12:28
Reporterkeyso Assigned Totpartner  
PrioritylowSeverityminor 
Status closedResolutionfixed 
Product Version2.06+ 
Summary09836: Multiple choice with comments Label misalignment in multiple templates
Description

If this type is selected the labels are not properly aligned in multiple templates (e.g. basic/default)

Additional Information

To fix this issue in the basic template (templates/basic/template.css):
In line 738+:
.multiple-opt .answer li label, .multiple-opt-comments .answer li .option label {
display: inline-block;
*display:inline;
width: 85%;
}
REMOVE: display: inline-block;

TagsNo tags attached.
Attached Files
Bug heat6
Complete LimeSurvey version number (& build)150812
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMYSQL 5.6.25
Server OS (if known)Windows Server 2008 R2
Webserver software & version (if known)Apache/2.4.12 (Win32)
PHP Version5.6.11

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2015-08-21 14:24

administrator   ~32970

Tony, can you please check on this fix?

tpartner

tpartner

2015-08-21 17:48

partner   ~32980

keyso, can you please provide browser information and screenshots?

c_schmitz

c_schmitz

2015-08-25 14:51

administrator   ~33014

keyso, feedback please?

keyso

keyso

2015-08-25 18:45

reporter   ~33015

Sorry for the late reply. The Browser I used for testing: Firefox 40.0.2, IE 9, Chrome 44.* (current version)

The affected Templates:
every besides citronade

tpartner

tpartner

2015-08-29 20:37

partner   ~33041

Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=15831

Related Changesets

LimeSurvey: master 9123ffdb

2015-08-29 18:37:05

tpartner

Details Diff
Fixed issue 09836: Multiple choice with comments Label misalignment in multiple templates
Dev: Push table layout to full width
Affected Issues
09836
mod - templates/basic/template.css Diff File
mod - templates/bluengrey/template.css Diff File
mod - templates/clear_logo/template.css Diff File
mod - templates/default/template.css Diff File
mod - templates/eirenicon/template.css Diff File
mod - templates/limespired/template.css Diff File
mod - templates/mint_idea/template.css Diff File
mod - templates/sherpa/template.css Diff File
mod - templates/vallendar/template.css Diff File

Issue History

Date Modified Username Field Change
2015-08-18 02:56 keyso New Issue
2015-08-21 14:24 c_schmitz Assigned To => tpartner
2015-08-21 14:24 c_schmitz Status new => assigned
2015-08-21 14:24 c_schmitz Note Added: 32970
2015-08-21 17:48 tpartner Note Added: 32980
2015-08-25 14:51 c_schmitz Note Added: 33014
2015-08-25 14:51 c_schmitz Status assigned => feedback
2015-08-25 18:39 keyso File Added: Screenshot 2015-08-25 09.38.07.png
2015-08-25 18:45 keyso Note Added: 33015
2015-08-25 18:45 keyso Status feedback => assigned
2015-08-29 20:37 tpartner Changeset attached => LimeSurvey master 9123ffdb
2015-08-29 20:37 tpartner Note Added: 33041
2015-08-29 20:37 tpartner Resolution open => fixed
2015-08-29 20:37 tpartner Status assigned => resolved
2015-11-10 12:28 c_schmitz Status resolved => closed
2015-12-11 14:40 c_schmitz Category Templates => Theme editor