io.appium.gappium.sampleapp
Version:
Sample Corodva application (Android + iOS) to illustrate test automation
193 lines (166 loc) • 3.55 kB
CSS
.topcoat-navigation-bar {
z-index: 10;
}
.scroller {
overflow: auto;
-webkit-overflow-scrolling: touch;
position: absolute;
top: 168px;
bottom: 0px;
left: 0px;
right: 0px;
}
.topcoat-icon--back {
background: url("images/back_light.svg") no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
.topcoat-list__container {
border-bottom: none;
clear: both;
}
.count {
color: #58C0FF;
position: absolute;
right: 50px;
top: 26px;
font-weight: bold;
}
.search-bar {
padding:12px 10px 12px 8px;
}
a {
text-decoration: none;
color: inherit;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgb(0, 0, 0);
}
.details {
margin: auto;
}
.details>img {
float:left;
margin:10px;
width: 80px;
height: 80px;
}
.details h1 {
padding: 12px 0px 4px 0px;
margin: 0px 0px 0px 0px;
font-size: 1.2rem;
color: #C6C8C8;
}
.details h2 {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font-size: 1.1rem;
font-weight: normal;
color: #888;
}
.list li {
position: relative;
text-align: left;
clear: both;
padding: 12px 60px 16px 8px ;
}
.list > li p:nth-of-type(1) {
margin: 0px;
padding-top: 4px;
font-weight: bold;
}
.list > li p:nth-of-type(2) {
margin: 0px;
color: #888;
}
.list > li img {
width: 48px;
height: 48px;
float: left;
margin-top: 0px;
margin-right: 8px;
}
.list li:active {
background-color: #404141;
-webkit-box-shadow: inset 0 1px rgba(0,0,0,0.18);
box-shadow: inset 0 1px rgba(0,0,0,0.18);
}
.action-list > li {
position: relative;
}
.action-icon {
position: absolute ;
top: 22px;
right: 20px ;
width: 28px ;
height: 28px;
}
.actions li p:nth-of-type(2) {
color: #58C0FF ;
}
ul {
clear:both;
border-top: none ;
}
.icon-call {
background: transparent url(images/call.svg);
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
.icon-sms {
background: transparent url(images/chat.svg);
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
.icon-mail {
background: transparent url(images/email.svg);
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
.icon-manager {
background: transparent url(images/next.svg);
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
.icon-reports {
background: transparent url(images/next.svg);
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
.icon-location {
background: transparent url(images/location.svg);
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
.chevron {
background: transparent url(images/next_blue.svg);
background-repeat: no-repeat;
background-size: contain;
width: 20px;
height: 20px;
position: absolute;
right: 12px;
top: 22px;
height: 50px;
width: 28px;
}
#map {
position: absolute;
top: 64px;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}