Skip to content

Commit 0efe2c2

Browse files
author
Natalia Momotenko
committed
Merge remote-tracking branch 'origin/MAGETWO-47036' into PR
2 parents 9a81a87 + ec27c72 commit 0efe2c2

File tree

1 file changed

+38
-20
lines changed

1 file changed

+38
-20
lines changed

app/design/adminhtml/Magento/backend/web/css/styles-old.less

Lines changed: 38 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2550,7 +2550,7 @@
25502550

25512551
//
25522552
// Customer
2553-
// ---------------------------------------
2553+
// ---------------------------------------------
25542554

25552555
#customer_info_tabs_account_content #_accountsendemail {
25562556
margin-top: 8px;
@@ -2577,37 +2577,55 @@
25772577
}
25782578

25792579
.customer-information address {
2580-
padding-top: 4px;
2581-
line-height: 2.2;
25822580
float: right;
2581+
line-height: 2.2;
2582+
padding-top: 4px;
25832583
}
25842584

25852585
.address-list {
2586+
float: left;
25862587
list-style: none;
2587-
width: 278px;
25882588
margin: 0 0 10px;
25892589
padding: 0;
2590-
float: left;
2590+
width: 278px;
25912591
}
25922592

25932593
//
2594-
// Configuration -> Design
2595-
// --------------------------------------
2594+
// Configuration -> Design
2595+
// ---------------------------------------------
25962596

2597-
#row_design_theme_ua_regexp .design_theme_ua_regexp {
2598-
float: left;
2599-
width: 100%;
2600-
}
2601-
#row_design_theme_ua_regexp .tooltip {
2602-
margin-top: 8px;
2597+
#row_design_theme_ua_regexp {
2598+
.design_theme_ua_regexp {
2599+
float: left;
2600+
width: 100%;
2601+
}
2602+
2603+
.tooltip {
2604+
margin-top: 8px;
2605+
}
2606+
2607+
.note {
2608+
clear: both;
2609+
}
26032610
}
2604-
#row_design_theme_ua_regexp .note {
2605-
clear: both;
2611+
2612+
.form-list {
2613+
.small-image-preview {
2614+
display: inline-block;
2615+
margin: 0 @indent__xs 0 0;
2616+
vertical-align: middle;
2617+
}
2618+
2619+
.delete-image {
2620+
display: block;
2621+
margin: @indent__xs 0;
2622+
white-space: nowrap;
2623+
}
26062624
}
26072625

26082626
//
2609-
// Configuration -> Advanced -> System -> Notifications section
2610-
// --------------------------------------
2627+
// Configuration -> Advanced -> System -> Notifications section
2628+
// ---------------------------------------------
26112629

26122630
#row_system_adminnotification_last_update {
26132631
.value {
@@ -2617,7 +2635,7 @@
26172635

26182636
//
26192637
// CMS -> Banners
2620-
// --------------------------------------
2638+
// ---------------------------------------------
26212639

26222640
// Banner Properties
26232641
#banner_properties_customer_segment_ids {
@@ -2626,7 +2644,7 @@
26262644

26272645
//
26282646
// CMS -> Manage Hierarchy
2629-
// --------------------------------------
2647+
// ---------------------------------------------
26302648

26312649
.cms-hierarchy .cms-scope {
26322650
float: right;
@@ -2678,7 +2696,7 @@
26782696

26792697
//
26802698
// CMS -> Widgets
2681-
// --------------------------------------
2699+
// ---------------------------------------------
26822700

26832701
#widget_instace_tabs_properties_section_content .widget-option-label {
26842702
margin-top: 6px;

0 commit comments

Comments
 (0)