forked from idialogs/WebWrapperJS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
wrapper.css
71 lines (57 loc) · 1.34 KB
/
wrapper.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
* {
-webkit-touch-callout: none !important;
}
li.mobile-wrapper-info {
margin-left: 10%;
color: rgba(255,255,255,0.6);
font-weight: bold;
}
#footer-links,
#footer-small-links{
display: none;
}
.idaMobileLoggedOut .legal #in-nav,
.idaMobileLoggedOut .about #in-nav,
.idaMobileLoggedOut .product #in-nav,
.idaMobileLoggedOut .privacy #in-nav,
.idaMobileLoggedOut .faqs #in-nav,
.password #in-nav {
display: none;
}
.login-page,
.login-form{
display: none !important;
}
.fn-location-services-refresh {
text-decoration: none !important;
}
/*************** Android Specific Css ********************/
.idaMobileAndroid .keypadInputContainer .modal-body {
max-height: 90%;
}
.idaMobileAndroid .user-nav-avatar-wrapper {
border: none;
}
.idaMobileAndroid .moduleRoot.expanded-module .report-pane-modal.module-pane{
overflow-y:auto;
height: 100% !important;
}
.report-modal-pane-dismiss-bottom {
bottom: 20px;
top: auto;
left: 20px;
position: relative;
width: calc(100% - 40px);
}
/*Messages Screen*/
.idaMobileAndroid .m-ida-message {
height: 70% !important;
max-height: 70% !important;
}
.idaMobileAndroid .m-ida-message .compose-message-container {
height: 76% !important;
max-height: none !important;
}
.idaWebviewIOS [data-btn-action=location] {
visibility: visible;
}