UX: Mobile specific style for Admin IP Lookup box

This commit is contained in:
Arpit Jalan 2016-03-04 22:33:47 +05:30
parent 7598037080
commit b2b7342d53
1 changed files with 6 additions and 0 deletions

View File

@ -1850,6 +1850,12 @@ table#user-badges {
margin: 0;
}
// Mobile specific style for Admin IP Lookup box
.mobile-view .admin-contents .ip-lookup .location-box {
width: 300px;
left: 20px;
}
.cboxcontainer {
display: inline-block;
padding: 8px;