Skip to content

Commit

Permalink
CSS: added new div width classes
Browse files Browse the repository at this point in the history
With these, we can adjust the layout like it was in 1.2.x tables.
  • Loading branch information
dregad committed Nov 7, 2014
1 parent bdff59f commit be30c4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/default.css
Expand Up @@ -438,6 +438,12 @@ div.table-container {
width: 90%; /* default width */
}

div.width100 { width: 100%; }
div.width90 { width: 90%; }
div.width75 { width: 74%; }
div.width60 { width: 60%; }
div.width50 { width: 50%; }

#view-issue-details,
#bug-update,
#bugnote_add_open,
Expand Down

0 comments on commit be30c4d

Please sign in to comment.