Compare commits
1 Commits
master
...
ticket/r16
Author | SHA1 | Date | |
---|---|---|---|
|
ff5ac6e829 |
@ -1810,6 +1810,7 @@ body#page-404 .footer_links {
|
||||
list-style: outside none;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
height: 550px;
|
||||
}
|
||||
#sales_menu > ul {
|
||||
background: #565388;
|
||||
@ -1958,10 +1959,12 @@ li.active .container_submenu .content_submenu {
|
||||
padding: 15px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 710px;
|
||||
width: 705px;
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
min-height: 380px;
|
||||
overflow-y: scroll;
|
||||
min-height: 420px;
|
||||
height: 380px;
|
||||
}
|
||||
.submenu > ul > li > .sales_submenu ul {
|
||||
animation-duration: 0.3s;
|
||||
@ -1973,7 +1976,7 @@ li.active .container_submenu .content_submenu {
|
||||
background: #f5f5f5;
|
||||
float: left;
|
||||
margin: 10px 20px;
|
||||
width: 310px;
|
||||
width: 305px;
|
||||
}
|
||||
.submenu .sales_submenu li img {
|
||||
float: left;
|
||||
|
Loading…
Reference in New Issue
Block a user