ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002091ClearOStheme-clearos-adminpublic2014-12-30 08:482015-02-05 19:46
Reporterbchambers 
Assigned Tobchambers 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version7.1.0 Beta 1 
Target Version7.1.0 Beta 1Fixed in Version7.1.0 Beta 1 
Summary0002091: Wide configuration page type overriding padding.
DescriptionUse of 'row' class when not using bootstrap columns makes widgets too wide.
Additional Information} else if ($page['type'] == MY_Page::TYPE_WIDE_CONFIGURATION) {
        return "
            <section class='content-container'>
                <div class='content-header clearfix'>
                    " . _get_content_header($page) . "
                </div>
                <div class='content clearfix'> /* <======= Remove 'row' class here */
                    <div class='theme-content'>
                    " . _get_message() . "
                    " . $page['app_view'] . "
                    </div>
                </div>
            </section>
        ";
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2014-12-30 08:48 bchambers New Issue
2014-12-30 08:48 bchambers Status new => assigned
2014-12-30 08:48 bchambers Assigned To => bchambers
2014-12-30 11:45 bchambers Status assigned => confirmed
2014-12-30 14:31 bchambers Status confirmed => acknowledged
2014-12-30 14:31 bchambers Status acknowledged => resolved
2014-12-30 14:31 bchambers Fixed in Version => 7.1.0 Beta 1
2014-12-30 14:31 bchambers Resolution open => fixed
2015-02-05 19:46 user2 Status resolved => closed