Skip to content

Commit

Permalink
Issue #518 (#519)
Browse files Browse the repository at this point in the history
* Issue #518

* Infobar and Title overflow resolved
  • Loading branch information
geetanshu-m authored and ciar4n committed Mar 15, 2018
1 parent f0b9f6b commit c9ecf54
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
float: none;
width: 25%;
padding: $gutter-width;
overflow: hidden;
overflow-y: scroll;
background-color: $info-bg;
border-left: 1px solid $border-color;
h2 {
padding: 0 $gutter-width;
padding: 10px ($gutter-width + 30px) 10px $gutter-width;
margin: (-$gutter-width) (-$gutter-width) $gutter-width;
font-weight: normal;
line-height: $info-title-height;
word-wrap: break-word;
background-color: $info-title-bg;
border-bottom: 1px solid #eee;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $table-item-bg-hover: rgba(0, 0, 0, .03);
// Media Info bar
$info-bg: #fafafa;
$info-title-bg: #f6f6f6;
$info-title-height: 3.6rem;
$info-title-height: 2rem;
$info-dt-width: 33.33333%;
$info-dd-width: 66.66667%;
$info-close-color: #ccc;
Expand Down
2 changes: 1 addition & 1 deletion media/com_media/css/mediamanager.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions media/com_media/js/mediamanager.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion media/com_media/js/mediamanager.js.map

Large diffs are not rendered by default.

0 comments on commit c9ecf54

Please sign in to comment.