Skip to content

Commit f718846

Browse files
committed
SFS-3120
Updating styles to work with the new design.
1 parent 260fcd0 commit f718846

File tree

1 file changed

+5
-9
lines changed
  • oscar/src/main/javascript/oscar/theme/default

1 file changed

+5
-9
lines changed

oscar/src/main/javascript/oscar/theme/default/style.css

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,8 +1729,7 @@ td#oscarLayoutFooterContainer {
17291729
-webkit-border-radius: 4px;
17301730
-moz-border-radius: 4px;
17311731
border-radius: 4px;
1732-
overflow-y: scroll;
1733-
overflow-x: hidden;
1732+
overflow:auto;
17341733
}
17351734

17361735
.oscarGuiLinkedLists .sourceDiv, .oscarGuiLinkedLists .selectedDiv {
@@ -1743,25 +1742,23 @@ td#oscarLayoutFooterContainer {
17431742
padding: 0;
17441743
float: left;
17451744
margin-right: 10px;
1746-
width: 100%;
17471745
height: 100%;
1746+
width:100%;
17481747
}
17491748

17501749
.oscarGuiLinkedLists li {
17511750
margin: 5px;
17521751
padding: 5px;
17531752
font-size: 1em;
1754-
width: 125px;
1753+
width:100%;
17551754
overflow-wrap: break-word;
1756-
overflow: hidden;
17571755
cursor: move;
17581756
}
17591757

17601758
.oscarGuiLinkedLists .ui-sortable-disabled li {
17611759
margin: 5px;
17621760
padding: 5px;
17631761
font-size: 1em;
1764-
width: 125px;
17651762
overflow-wrap: break-word;
17661763
overflow: hidden;
17671764
opacity: 0.5
@@ -1787,8 +1784,8 @@ td#oscarLayoutFooterContainer {
17871784
-webkit-border-radius: 4px;
17881785
-moz-border-radius: 4px;
17891786
border-radius: 4px;
1790-
overflow-y: scroll;
1791-
overflow-x: hidden;
1787+
overflow: auto;
1788+
17921789
}
17931790

17941791
.oscarGuiLinkedLists .buttonsDiv {
@@ -1804,7 +1801,6 @@ td#oscarLayoutFooterContainer {
18041801
left: 25%;
18051802
top: 25%;
18061803
}
1807-
18081804
/** Styles for oscar.Gui.CatalogueResults **/
18091805
.oscarGuiCatalogueResults {
18101806
height: 100%;

0 commit comments

Comments
 (0)