mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
Fix minor display issue when the list of items is bigger than 10.
This commit is contained in:
parent
3efd3ef172
commit
9be46d6822
@ -206,3 +206,7 @@ span.starredOn:hover {
|
||||
abbr[title] {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#footer {
|
||||
border-top: 0px;
|
||||
}
|
@ -213,8 +213,10 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<jsp:include page="footer.jsp"/>
|
||||
|
||||
<div style="border: 1px solid #000000">
|
||||
<jsp:include page="footer.jsp"/>
|
||||
</div>
|
||||
|
||||
<div id="dialogsContainer">
|
||||
<!-- New map dialog -->
|
||||
|
Loading…
Reference in New Issue
Block a user