|
@@ -76,6 +76,15 @@ ul.dropdown-menu li {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
ul.dropdown-displayed {
|
|
ul.dropdown-displayed {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
}
|
|
}
|
|
@@ -183,6 +192,15 @@ ul.dropdown-left {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#menu li {
|
|
#menu li {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
}
|
|
}
|
|
@@ -192,6 +210,15 @@ ul.dropdown-left {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#menu li a {
|
|
#menu li a {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -433,6 +460,15 @@ ul.dropdown-left {
|
|
|
margin-top: 40px;
|
|
margin-top: 40px;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
height: 60px;
|
|
height: 60px;
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -454,6 +490,15 @@ ul.dropdown-left {
|
|
|
|
|
|
|
|
.footer-navbar {
|
|
.footer-navbar {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -484,6 +529,15 @@ footer .logo-ot {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.user-toolbar-username {
|
|
.user-toolbar-username {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -512,6 +566,15 @@ footer .logo-ot {
|
|
|
}
|
|
}
|
|
|
.user-toolbar .dropdown-menu li {
|
|
.user-toolbar .dropdown-menu li {
|
|
|
height: 3.5em;
|
|
height: 3.5em;
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -554,6 +617,15 @@ footer .logo-ot {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#login-popup .popup-form {
|
|
#login-popup .popup-form {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -571,6 +643,15 @@ footer .logo-ot {
|
|
|
|
|
|
|
|
.breadcrumb {
|
|
.breadcrumb {
|
|
|
list-style: none;
|
|
list-style: none;
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -632,6 +713,15 @@ header .slick-track {
|
|
|
|
|
|
|
|
.content .slick-slide {
|
|
.content .slick-slide {
|
|
|
background-color: #f2f2f2;
|
|
background-color: #f2f2f2;
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
}
|
|
}
|
|
@@ -683,6 +773,15 @@ header .slick-track {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ot-events .event-card {
|
|
.ot-events .event-card {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
margin-bottom: 0.5em;
|
|
margin-bottom: 0.5em;
|
|
@@ -690,6 +789,15 @@ header .slick-track {
|
|
|
|
|
|
|
|
.ot-events .event-card > .event-poster {
|
|
.ot-events .event-card > .event-poster {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -704,6 +812,15 @@ header .slick-track {
|
|
|
|
|
|
|
|
.ot-events .event-card > .event-summary {
|
|
.ot-events .event-card > .event-summary {
|
|
|
flex: 2;
|
|
flex: 2;
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
padding: 0.3em;
|
|
padding: 0.3em;
|
|
@@ -723,6 +840,15 @@ header .slick-track {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ot-all-events {
|
|
.ot-all-events {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
}
|
|
}
|
|
@@ -738,12 +864,30 @@ header .slick-track {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ot-all-events .events-controls, .events-results {
|
|
.ot-all-events .events-controls, .events-results {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
margin: 0 1.5em;
|
|
margin: 0 1.5em;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ot-all-events .event-search {
|
|
.ot-all-events .event-search {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
margin-bottom: 2em;
|
|
margin-bottom: 2em;
|
|
@@ -755,6 +899,15 @@ header .slick-track {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ot-all-events .event-search form {
|
|
.ot-all-events .event-search form {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
}
|
|
}
|
|
@@ -785,6 +938,15 @@ header .slick-track {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ot-all-events .event {
|
|
.ot-all-events .event {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
border-bottom: solid 2px #323232;
|
|
border-bottom: solid 2px #323232;
|
|
@@ -795,6 +957,15 @@ header .slick-track {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ot-all-events .event-preview {
|
|
.ot-all-events .event-preview {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -802,6 +973,15 @@ header .slick-track {
|
|
|
|
|
|
|
|
.ot-all-events .event-preview .event-poster {
|
|
.ot-all-events .event-preview .event-poster {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -817,6 +997,15 @@ header .slick-track {
|
|
|
|
|
|
|
|
.ot-all-events .event-preview .event-summary {
|
|
.ot-all-events .event-preview .event-summary {
|
|
|
flex: 2;
|
|
flex: 2;
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
}
|
|
}
|
|
@@ -846,6 +1035,15 @@ header .slick-track {
|
|
|
padding: 0.4em 0.8em;
|
|
padding: 0.4em 0.8em;
|
|
|
font-size: 1.1em;
|
|
font-size: 1.1em;
|
|
|
margin-top: 0.4em;
|
|
margin-top: 0.4em;
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -858,11 +1056,29 @@ header .slick-track {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ot-show-event {
|
|
.ot-show-event {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ot-show-event header {
|
|
.ot-show-event header {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
padding: 0.5em;
|
|
padding: 0.5em;
|
|
@@ -891,6 +1107,15 @@ header .slick-track {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ot-show-event .event-content {
|
|
.ot-show-event .event-content {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
margin-bottom: 2em;
|
|
margin-bottom: 2em;
|
|
@@ -909,6 +1134,15 @@ header .slick-track {
|
|
|
|
|
|
|
|
.ot-show-event .event-summary {
|
|
.ot-show-event .event-summary {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
}
|
|
}
|
|
@@ -949,6 +1183,15 @@ header .slick-track {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ot-donors .donor-list {
|
|
.ot-donors .donor-list {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
}
|
|
}
|
|
@@ -956,6 +1199,15 @@ header .slick-track {
|
|
|
.ot-donors .donor-card {
|
|
.ot-donors .donor-card {
|
|
|
height: 80px;
|
|
height: 80px;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
align-content: center;
|
|
align-content: center;
|
|
@@ -982,6 +1234,15 @@ header .slick-track {
|
|
|
}
|
|
}
|
|
|
.ot-members .ot-members-list {
|
|
.ot-members .ot-members-list {
|
|
|
list-style: none;
|
|
list-style: none;
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
@@ -990,6 +1251,15 @@ header .slick-track {
|
|
|
}
|
|
}
|
|
|
.ot-members .ot-member {
|
|
.ot-members .ot-member {
|
|
|
margin: 15px;
|
|
margin: 15px;
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -1004,6 +1274,15 @@ header .slick-track {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ot-structures {
|
|
.ot-structures {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
}
|
|
}
|
|
@@ -1016,11 +1295,29 @@ header .slick-track {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
}
|
|
}
|
|
|
.ot-structures .structure-controls, .ot-structures .structure-results {
|
|
.ot-structures .structure-controls, .ot-structures .structure-results {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
margin: 0 1.5em;
|
|
margin: 0 1.5em;
|
|
|
}
|
|
}
|
|
|
.ot-structures .structure-search {
|
|
.ot-structures .structure-search {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
margin-bottom: 2em;
|
|
margin-bottom: 2em;
|
|
@@ -1030,6 +1327,15 @@ header .slick-track {
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|
|
|
.ot-structures .structure-search form {
|
|
.ot-structures .structure-search form {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
}
|
|
}
|
|
@@ -1055,6 +1361,15 @@ header .slick-track {
|
|
|
align-self: flex-end;
|
|
align-self: flex-end;
|
|
|
}
|
|
}
|
|
|
.ot-structures .structure {
|
|
.ot-structures .structure {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
border-bottom: solid 2px #323232;
|
|
border-bottom: solid 2px #323232;
|
|
@@ -1064,12 +1379,30 @@ header .slick-track {
|
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
|
}
|
|
}
|
|
|
.ot-structures .structure-preview {
|
|
.ot-structures .structure-preview {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
}
|
|
}
|
|
|
.ot-structures .structure-preview .structure-poster {
|
|
.ot-structures .structure-preview .structure-poster {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -1083,6 +1416,15 @@ header .slick-track {
|
|
|
}
|
|
}
|
|
|
.ot-structures .structure-preview .structure-summary {
|
|
.ot-structures .structure-preview .structure-summary {
|
|
|
flex: 2;
|
|
flex: 2;
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
}
|
|
}
|
|
@@ -1107,6 +1449,15 @@ header .slick-track {
|
|
|
padding: 0.4em 0.8em;
|
|
padding: 0.4em 0.8em;
|
|
|
font-size: 1.1em;
|
|
font-size: 1.1em;
|
|
|
margin-top: 0.4em;
|
|
margin-top: 0.4em;
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -1142,6 +1493,15 @@ header .slick-track {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
form .row {
|
|
form .row {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
}
|
|
}
|
|
@@ -1168,6 +1528,15 @@ form .row > div:first-child {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
div.input {
|
|
div.input {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
}
|
|
}
|
|
@@ -1206,6 +1575,15 @@ div.input span.error {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
span.submit {
|
|
span.submit {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
justify-content: flex-end;
|
|
justify-content: flex-end;
|
|
@@ -1262,6 +1640,15 @@ form button[type=submit]:hover {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.fce-2col {
|
|
.fce-2col {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
}
|
|
}
|
|
@@ -1328,6 +1715,44 @@ form button[type=submit]:hover {
|
|
|
margin: 0 5% 20px 5%;
|
|
margin: 0 5% 20px 5%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ .user-toolbar {
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ #login-popup {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ position: static;
|
|
|
|
|
+ margin-top: 6px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ #login-popup .popup-form {
|
|
|
|
|
+ display: none;
|
|
|
|
|
+ position: static;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ #login-popup .show {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
#footer {
|
|
#footer {
|
|
|
height: auto;
|
|
height: auto;
|
|
|
min-height: 100px;
|
|
min-height: 100px;
|
|
@@ -1364,10 +1789,28 @@ form button[type=submit]:hover {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#menu-container .toggle-menu {
|
|
#menu-container .toggle-menu {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#menu-container .toggle-dropdown {
|
|
#menu-container .toggle-dropdown {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -1378,6 +1821,15 @@ form button[type=submit]:hover {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#menu li .menu-label {
|
|
#menu li .menu-label {
|
|
|
|
|
+ /* OLD - iOS 6-, Safari 3.1-6 */
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ /* OLD - Firefox 19- (buggy but mostly works) */
|
|
|
|
|
+ display: -moz-box;
|
|
|
|
|
+ /* TWEENER - IE 10 */
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
|
+ /* NEW - Chrome */
|
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
|
+ /* NEW, Spec - Opera 12.1, Firefox 20+ */
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
align-items: center;
|