Mercurial > sat_legacy_website
comparison static/css/sat_website.css @ 54:d54f2f09a73a
fixes displaying two carousels on the same page
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 05 May 2015 11:03:18 +0200 |
parents | 3b4ba14d1e26 |
children | a1e457ac6871 |
comparison
equal
deleted
inserted
replaced
53:84c2e20d3de1 | 54:d54f2f09a73a |
---|---|
46 text-align: center; | 46 text-align: center; |
47 } | 47 } |
48 | 48 |
49 .carousel-caption { | 49 .carousel-caption { |
50 padding: 10px; | 50 padding: 10px; |
51 bottom: -55px; | 51 bottom: -75px; |
52 color: black; | 52 color: black; |
53 font-style: italic; | 53 font-style: italic; |
54 font-size: 14px; | 54 font-size: 14px; |
55 text-shadow: none; | 55 text-shadow: none; |
56 left: 0px; | |
57 width: 100%; | |
56 } | 58 } |
57 | 59 |
58 .carousel-indicators { | 60 .carousel-indicators { |
59 bottom: -5px; | 61 bottom: -5px; |
60 color: black; | 62 color: black; |
139 div:last-child>div.feature { | 141 div:last-child>div.feature { |
140 /* we don't want the line on the last feature */ | 142 /* we don't want the line on the last feature */ |
141 border-bottom-style: none; | 143 border-bottom-style: none; |
142 } | 144 } |
143 | 145 |
144 #carousel-screenshots img, #carousel-screenshots video { | 146 .my-carousel img, .my-carousel video { |
145 cursor: pointer; | 147 cursor: pointer; |
146 height: 200px; | 148 height: 200px; |
147 width: auto; | 149 width: auto; |
148 display: table-cell; | 150 display: table-cell; |
149 } | 151 } |
150 | 152 |
151 #modal-screenshots .modal-dialog { | 153 #my-modal .modal-dialog { |
152 max-width: 90%; | 154 max-width: 90%; |
153 width: auto; | 155 width: auto; |
154 } | 156 } |
155 | 157 |
156 #carousel-screenshots-modal .carousel-inner { | 158 .my-carousel-modal .carousel-inner { |
157 padding-bottom: 80px; | 159 padding-bottom: 100px; |
158 } | 160 } |
159 | 161 |
160 #carousel-screenshots-modal img, #carousel-screenshots-modal video { | 162 .my-carousel-modal img, .my-carousel-modal video { |
161 margin: auto; | 163 margin: auto; |
162 } | 164 } |
163 | 165 |
164 #language_form { | 166 #language_form { |
165 padding-top: 12px; | 167 padding-top: 12px; |