order notes #4042
This commit is contained in:
parent
a4c707342e
commit
b2aee0c400
File diff suppressed because one or more lines are too long
|
@ -1279,11 +1279,11 @@ ul.order_notes {
|
|||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
bottom: -15px;
|
||||
left: 30px;
|
||||
bottom: -10px;
|
||||
left: 20px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-width: 15px 15px 0 0;
|
||||
border-width: 10px 10px 0 0;
|
||||
border-style: solid;
|
||||
border-color: #efefef transparent;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue