Project

General

Profile

« Previous | Next » 

Revision c9638285

Added by Walden Raines almost 10 years ago

Fixes #7120/BZ980113: use BS3 on dashboard to make it responsive.

The dashboard was displaying badly in smaller browsers. This
commit reworks the dashboard to use bootstrap 3 classes and
thus makes it responsive.

http://projects.theforeman.org/issues/7120
https://bugzilla.redhat.com/show_bug.cgi?id=980113

View differences:

app/assets/stylesheets/katello/dashboard.scss
$col_width: (($static_width) * 0.5);
.column {
float: left;
margin: 0 10px;
margin-left: 20px;
width: $col_width - 50;
min-height: 650px;
&.right {

Also available in: Unified diff