diff --git a/frontend/views/event/_objects.php b/frontend/views/event/_objects.php index e55dfe8..2c15736 100755 --- a/frontend/views/event/_objects.php +++ b/frontend/views/event/_objects.php @@ -19,7 +19,7 @@ FlipclockAsset::register($this); end_at) && strtotime($model->end_at) > strtotime(date("Y-m-d"))){?> -
+
primaryKey ."'),{ diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css index d6038dd..5250cd9 100755 --- a/frontend/web/css/css_header.css +++ b/frontend/web/css/css_header.css @@ -13286,14 +13286,17 @@ h1.title { .clock_centered, .arrows_centered_parent{ width: 100%; position: absolute; - height: 100%; top: 0; } .clock_style_abs { position: absolute; - top: 50px; + top: 35px; left: 10px; } +#prev_slide, #next_slide{ + top: 200px!important; +} +.clock_style_abs.top70{top:70px;} .arrows_slide_centered{ position:relative; max-width:1497px; -- libgit2 0.21.4