Skip to content

Commit

Permalink
Merge pull request #73 from magento-webdev/PR-4
Browse files Browse the repository at this point in the history
[WebDev] Bugfixes
  • Loading branch information
Korshenko, Olexii(okorshenko) committed Oct 29, 2015
2 parents e3593ae + d76a7ce commit 116d6ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
.ui-tabs-panel {
// ToDo UI: change the picture to html after loaders refactoring
background: url(../images/ajax-loader-small.gif) no-repeat 50% 50%;
min-height: 6rem;
min-height: 4.5rem;
}

.tabs-horiz {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,7 @@
.amount {
padding-right: 4px;
text-align: right;
white-space: nowrap;
strong {
font-weight: @font-weight__regular;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1519,6 +1519,7 @@
font-weight: @font-weight__regular;
padding: 6px 0 6px 14px;
text-align: right;
white-space: nowrap;
}
}
.table-caption {
Expand Down

0 comments on commit 116d6ac

Please sign in to comment.