File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
oscar/src/main/javascript/oscar/theme/default Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -1729,8 +1729,7 @@ td#oscarLayoutFooterContainer {
1729
1729
-webkit-border-radius : 4px ;
1730
1730
-moz-border-radius : 4px ;
1731
1731
border-radius : 4px ;
1732
- overflow-y : scroll;
1733
- overflow-x : hidden;
1732
+ overflow : auto;
1734
1733
}
1735
1734
1736
1735
.oscarGuiLinkedLists .sourceDiv , .oscarGuiLinkedLists .selectedDiv {
@@ -1743,25 +1742,23 @@ td#oscarLayoutFooterContainer {
1743
1742
padding : 0 ;
1744
1743
float : left;
1745
1744
margin-right : 10px ;
1746
- width : 100% ;
1747
1745
height : 100% ;
1746
+ width : 100% ;
1748
1747
}
1749
1748
1750
1749
.oscarGuiLinkedLists li {
1751
1750
margin : 5px ;
1752
1751
padding : 5px ;
1753
1752
font-size : 1em ;
1754
- width : 125 px ;
1753
+ width : 100 % ;
1755
1754
overflow-wrap : break-word;
1756
- overflow : hidden;
1757
1755
cursor : move;
1758
1756
}
1759
1757
1760
1758
.oscarGuiLinkedLists .ui-sortable-disabled li {
1761
1759
margin : 5px ;
1762
1760
padding : 5px ;
1763
1761
font-size : 1em ;
1764
- width : 125px ;
1765
1762
overflow-wrap : break-word;
1766
1763
overflow : hidden;
1767
1764
opacity : 0.5
@@ -1787,8 +1784,8 @@ td#oscarLayoutFooterContainer {
1787
1784
-webkit-border-radius : 4px ;
1788
1785
-moz-border-radius : 4px ;
1789
1786
border-radius : 4px ;
1790
- overflow-y : scroll ;
1791
- overflow-x : hidden;
1787
+ overflow : auto ;
1788
+
1792
1789
}
1793
1790
1794
1791
.oscarGuiLinkedLists .buttonsDiv {
@@ -1804,7 +1801,6 @@ td#oscarLayoutFooterContainer {
1804
1801
left : 25% ;
1805
1802
top : 25% ;
1806
1803
}
1807
-
1808
1804
/** Styles for oscar.Gui.CatalogueResults **/
1809
1805
.oscarGuiCatalogueResults {
1810
1806
height : 100% ;
You can’t perform that action at this time.
0 commit comments