Fix IP modal on history tab of user page.

This commit is contained in:
Tim 2015-08-17 21:21:02 +02:00
commit c1c7911d08
2 changed files with 3 additions and 2 deletions

View file

@ -75,6 +75,7 @@ ul.ColVis_collection {
background-color: #444;
overflow: hidden;
z-index: 2002;
border-radius: 4px;
}
ul.ColVis_collection li {

View file

@ -140,8 +140,6 @@ from plexpy import helpers
</thead>
</table>
</div>
<div id="ip-info-modal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="ip-info-modal">
</div>
</div>
</div>
</div>
@ -226,6 +224,8 @@ from plexpy import helpers
</div>
</div>
</div>
<div id="ip-info-modal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="ip-info-modal">
</div>
</div>
<footer></footer>
</%def>