client/app/app.css
author rougeronj
Wed, 08 Jul 2015 17:51:14 +0200
changeset 180 0c672230ec3d
parent 177 4a79d51d0b50
permissions -rw-r--r--
Added tag V0.1-alpha.3 for changeset 59c5d7252432
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
172
ffdfe491869c uncomment jshint and fix minor bug
rougeronj
parents: 106
diff changeset
     1
.logo {
0
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
    padding-top: 0;
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
}
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
.ammico-content {
106
cb13a9009bf5 improve slideshow interface and add ngTouch to handle swipe on mobile
rougeronj
parents: 42
diff changeset
     6
    max-width: 1170px;
0
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
}
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
177
4a79d51d0b50 add media queries to adapt the galleries and the gallery items looks
rougeronj
parents: 172
diff changeset
     9
@media (min-width: 768px) and (max-width:991px){
4a79d51d0b50 add media queries to adapt the galleries and the gallery items looks
rougeronj
parents: 172
diff changeset
    10
    .navbar-form.search{
4a79d51d0b50 add media queries to adapt the galleries and the gallery items looks
rougeronj
parents: 172
diff changeset
    11
        width: 200px;
4a79d51d0b50 add media queries to adapt the galleries and the gallery items looks
rougeronj
parents: 172
diff changeset
    12
    }
4a79d51d0b50 add media queries to adapt the galleries and the gallery items looks
rougeronj
parents: 172
diff changeset
    13
    .navbar-form.search input{
4a79d51d0b50 add media queries to adapt the galleries and the gallery items looks
rougeronj
parents: 172
diff changeset
    14
        width: 100%;
4a79d51d0b50 add media queries to adapt the galleries and the gallery items looks
rougeronj
parents: 172
diff changeset
    15
    }
106
cb13a9009bf5 improve slideshow interface and add ngTouch to handle swipe on mobile
rougeronj
parents: 42
diff changeset
    16
    .navbar > .container{
cb13a9009bf5 improve slideshow interface and add ngTouch to handle swipe on mobile
rougeronj
parents: 42
diff changeset
    17
        width: 100%;
cb13a9009bf5 improve slideshow interface and add ngTouch to handle swipe on mobile
rougeronj
parents: 42
diff changeset
    18
    }
cb13a9009bf5 improve slideshow interface and add ngTouch to handle swipe on mobile
rougeronj
parents: 42
diff changeset
    19
}