@@ -230,12 +230,12 @@ body{
cursor: pointer;
display: none;
}
-.pushItemBox
.showMore,.showLess{
display: inline-block;
- float: right;
color: #3B9ED0;
+ position: absolute;
+ right: 14px;
.moduleTitle{
height: 35px;
@@ -288,6 +288,7 @@ body{
position: relative;
.moduleItem{
+ position: relative;
border-radius: 8px;
box-shadow: 0px 5px 5px 0px @shadowColor;
margin-bottom: 10px;