Skip to content
Snippets Groups Projects
Commit 116d6ac0 authored by Korshenko, Olexii(okorshenko)'s avatar Korshenko, Olexii(okorshenko)
Browse files

Merge pull request #73 from magento-webdev/PR-4

[WebDev] Bugfixes
parents e3593aef d76a7ce7
No related merge requests found
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
.ui-tabs-panel { .ui-tabs-panel {
// ToDo UI: change the picture to html after loaders refactoring // ToDo UI: change the picture to html after loaders refactoring
background: url(../images/ajax-loader-small.gif) no-repeat 50% 50%; background: url(../images/ajax-loader-small.gif) no-repeat 50% 50%;
min-height: 6rem; min-height: 4.5rem;
} }
.tabs-horiz { .tabs-horiz {
......
...@@ -1128,6 +1128,7 @@ ...@@ -1128,6 +1128,7 @@
.amount { .amount {
padding-right: 4px; padding-right: 4px;
text-align: right; text-align: right;
white-space: nowrap;
strong { strong {
font-weight: @font-weight__regular; font-weight: @font-weight__regular;
} }
......
...@@ -1519,6 +1519,7 @@ ...@@ -1519,6 +1519,7 @@
font-weight: @font-weight__regular; font-weight: @font-weight__regular;
padding: 6px 0 6px 14px; padding: 6px 0 6px 14px;
text-align: right; text-align: right;
white-space: nowrap;
} }
} }
.table-caption { .table-caption {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment