client/app/slideshow/slideshow.css
author rougeronj
Fri, 29 May 2015 13:38:24 +0200
changeset 105 be1ff4e0593f
parent 97 0afdaa004ee1
child 106 cb13a9009bf5
permissions -rw-r--r--
remove unused fields in slide editor and show the entire image
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
39
b714bcbe915c update slideshow template
rougeronj
parents: 8
diff changeset
     1
.slideshow{
97
0afdaa004ee1 replace all the tab by spaces
rougeronj
parents: 39
diff changeset
     2
    margin-top:-20px;
39
b714bcbe915c update slideshow template
rougeronj
parents: 8
diff changeset
     3
}
0
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
.carousel-caption {
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
    color: #000;
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
    position: static;
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
    text-shadow: none;
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
    text-align: left;
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
}
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
.carousel-indicators {
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
    display: none;
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
}
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
.carousel-control {
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
    width: 3%;
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
}
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    19
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    20
    right: 2%;
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    21
}
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    22
8
824c87a9084c (really) better management of slideshowModel with new api.
cavaliet
parents: 0
diff changeset
    23
.carousel-holder img{
824c87a9084c (really) better management of slideshowModel with new api.
cavaliet
parents: 0
diff changeset
    24
    max-height: 500px;
97
0afdaa004ee1 replace all the tab by spaces
rougeronj
parents: 39
diff changeset
    25
    max-width: 100%;
8
824c87a9084c (really) better management of slideshowModel with new api.
cavaliet
parents: 0
diff changeset
    26
}
824c87a9084c (really) better management of slideshowModel with new api.
cavaliet
parents: 0
diff changeset
    27
0
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    28
.original-text {
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    29
    font-style: italic;
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    30
}
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    31
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    32
textarea.form-control {
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    33
    height: 140px;
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    34
}
39
b714bcbe915c update slideshow template
rougeronj
parents: 8
diff changeset
    35
b714bcbe915c update slideshow template
rougeronj
parents: 8
diff changeset
    36
ul.insight{
97
0afdaa004ee1 replace all the tab by spaces
rougeronj
parents: 39
diff changeset
    37
    overflow-x: hidden;
0afdaa004ee1 replace all the tab by spaces
rougeronj
parents: 39
diff changeset
    38
    overflow-y: scroll;
0afdaa004ee1 replace all the tab by spaces
rougeronj
parents: 39
diff changeset
    39
    height: 170px; 
39
b714bcbe915c update slideshow template
rougeronj
parents: 8
diff changeset
    40
}
b714bcbe915c update slideshow template
rougeronj
parents: 8
diff changeset
    41
b714bcbe915c update slideshow template
rougeronj
parents: 8
diff changeset
    42
ul.insight li {
b714bcbe915c update slideshow template
rougeronj
parents: 8
diff changeset
    43
    display: block;
b714bcbe915c update slideshow template
rougeronj
parents: 8
diff changeset
    44
    height: 100%;
b714bcbe915c update slideshow template
rougeronj
parents: 8
diff changeset
    45
}
b714bcbe915c update slideshow template
rougeronj
parents: 8
diff changeset
    46
b714bcbe915c update slideshow template
rougeronj
parents: 8
diff changeset
    47
ul.insight li img{
97
0afdaa004ee1 replace all the tab by spaces
rougeronj
parents: 39
diff changeset
    48
    height: 100%;
0afdaa004ee1 replace all the tab by spaces
rougeronj
parents: 39
diff changeset
    49
    width: 100%;
39
b714bcbe915c update slideshow template
rougeronj
parents: 8
diff changeset
    50
}