PoundKey / TSLink

A Real-time Bus Timer App of Metro Vancouver Via Translink
https://tslink.herokuapp.com
3 stars 0 forks source link

Redesign UI of bus stop entry #1

Open PoundKey opened 9 years ago

PoundKey commented 9 years ago

The UI of the bus stop entry needs to be redesigned, with some clean and balanced look.

MikeKornitsky commented 9 years ago
.mview {
    opacity: 0.6;
    background-color:#000000;
    width: 68%;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
.mview {
    width: 80%;
    }
}

@media screen and (max-width: 720px) {
.mview {
    width: 100%;
    }
}

    .arrive-box{
        width: 75%;
        left: 0px;
    }

@media screen and (min-width: 1540px) {

    .arrive-box{
        width: 60%;
        left: 0px;
    }
}

.arrive-left-item{
    position: relative;
    display: inline-block;
    left: 0%;
    width: 32%;
}

.arrive-mid-item{
    display: inline-block;
    position: relative;
    width: 40%;
}

.arrive-right-item{
    display: inline-block;
    position: relative;
    width: 17%;
}

.double-slash-bar{
    display: inline-block;
    position: relative;
}

@media screen and (max-width: 1092px) {

.arrive-box{
    width: 60%;
}
  .arrive-left-item{
    width: 100%;
}

.arrive-mid-item{
    width: 100%;
}

.arrive-right-item{
    width: 100%;
}

.double-slash-bar{
    display: none;
}

.extra {
    display: block;
    width: 145px;
    position: relative;
    margin: auto;
}
}

@media screen and (max-width: 652px) {
.arrive-box{
    width: 85%;
}
}