11html { height : 100% ; background : # 87cded ; }
22body {
3- height : 100% ;
4- margin : 0 ;
5- padding : 0 ;
6- font : 16 px/1.4 'Helvetica Neue' , Arial, Helvetica, sans-serif normal;
7- color : # 646565 ;
8- background-image : -moz-radial-gradient (50% 28% , circle cover, rgba (255 , 255 , 255 , .3 ) 0% , # 87cded 18.0% );
9- background-image : -webkit-radial-gradient (50% 28% , circle cover, rgba (255 , 255 , 255 , .3 ) 0% , # 87cded 18.0% );
10- background-image : -o-radial-gradient (50% 28% , circle cover, rgba (255 , 255 , 255 , .3 ) 0% , # 87cded 18.0% );
11- background-image : -ms-radial-gradient (50% 28% , circle cover, rgba (255 , 255 , 255 , .3 ) 0% , # 87cded 18.0% );
12- background-image : radial-gradient (50% 28% , circle cover, rgba (255 , 255 , 255 , .3 ) 0% , # 87cded 18.0% );
3+ height : 100% ;
4+ margin : 0 ;
5+ padding : 0 ;
6+ font : 16 px/1.4 'Helvetica Neue' , Arial, Helvetica, sans-serif normal;
7+ color : # 646565 ;
8+ background-image : -moz-radial-gradient (50% 28% , circle cover, rgba (255 , 255 , 255 , .3 ) 0% , # 87cded 18.0% );
9+ background-image : -webkit-radial-gradient (50% 28% , circle cover, rgba (255 , 255 , 255 , .3 ) 0% , # 87cded 18.0% );
10+ background-image : -o-radial-gradient (50% 28% , circle cover, rgba (255 , 255 , 255 , .3 ) 0% , # 87cded 18.0% );
11+ background-image : -ms-radial-gradient (50% 28% , circle cover, rgba (255 , 255 , 255 , .3 ) 0% , # 87cded 18.0% );
12+ background-image : radial-gradient (50% 28% , circle cover, rgba (255 , 255 , 255 , .3 ) 0% , # 87cded 18.0% );
1313}
1414header , section , article { display : block; }
1515header [role = "banner" ]{ height : 145px ; background : url (logo.png) center center no-repeat; }
16- .wrap { width : 930px ; position : relative; margin : 0 auto; padding : 0 15px ;}
16+ .wrap { width : 930px ; position : relative; margin : 0 auto; padding : 0 15px ;
17+ overflow : hidden;
18+ }
1719.next-meeting {
18- background-color : white;
19- border-top : 3px solid # abdcf2 ;
20- border-bottom : 3px solid # abdcf2 ;
20+ background-color : white;
21+ border-top : 3px solid # abdcf2 ;
22+ border-bottom : 3px solid # abdcf2 ;
2123}
2224footer { background : # 219cd7 ; }
2325# map_canvas {
@@ -29,29 +31,55 @@ footer { background: #219cd7; }
2931 -webkit-box-sizing : border-box;
3032 -o-box-sizing : border-box;
3133}
34+ # evt-wrapper {
35+ width : 10000px ;
36+ position : relative;
37+ left : 0 ;
38+ }
39+ article .past-event {
40+ display : inline-block;
41+ width : 945px ;
42+ vertical-align : top;
43+ }
3244.slider-controls {
33- position : absolute;
34- top : 10px ;
35- left : 165px ;
36- z-index : 10 ;
45+ position : absolute;
46+ top : 10px ;
47+ left : 165px ;
48+ z-index : 10 ;
3749}
3850.btn-control { display : inline-block;
39- background : # fff ;
40- padding : 4px 8px 4px 6px ;
41- border-radius : 18px ;
51+ background : # fff ;
52+ padding : 4px 8px 4px 6px ;
53+ border-radius : 18px ;
4254}
4355.btn-next {
44- padding : 4px 6px 4px 8px ;
56+ padding : 4px 6px 4px 8px ;
4557}
4658.prev-arrow , .next-arrow {
47- display : block;
48- width : 0 ;
49- height : 0 ;
50- border-top : 5px solid transparent;
51- border-right : 6px solid # 646565 ;
52- border-bottom : 5px solid transparent;
59+ display : block;
60+ width : 0 ;
61+ height : 0 ;
62+ border-top : 5px solid transparent;
63+ border-right : 6px solid # 646565 ;
64+ border-bottom : 5px solid transparent;
5365}
5466.next-arrow {
55- border-right : none;
56- border-left : 6px solid # 646565 ;
67+ border-right : none;
68+ border-left : 6px solid # 646565 ;
69+ }
70+ .disabled {
71+ opacity : .5 ;
72+ }
73+ .attendee {
74+ background-size : 50px 50px ;
75+ background-position : top center;
76+ background-repeat : no-repeat;
77+ display : inline-block;
78+ height : 50px ;
79+ width : 50px ;
80+ border : 3px solid white;
81+ -moz-border-radius : 3px ;
82+ -webkit-border-radius : 3px ;
83+ -o-border-radius : 3px ;
84+ border-radius : 3px ;
5785}
0 commit comments