Commit 40c17f2d authored by Fatih Acet's avatar Fatih Acet

Fix layout for cycle analytics.

parent 5fe993b3
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
.dropdown { .dropdown {
position: relative; position: relative;
top: 10px; top: 13px;
} }
} }
......
...@@ -8,14 +8,15 @@ ...@@ -8,14 +8,15 @@
.content-block .content-block
= icon("spinner spin", "v-if" => "isLoading") = icon("spinner spin", "v-if" => "isLoading")
.container-fluid
.row .row
%template{"v-for" => "info in analytics.summary"} %template{"v-for" => "info in analytics.summary"}
.col-md-3.column .col-xs-3.column
%span.header {{info.value}} %span.header {{info.value}}
%br %br
%span.text {{info.desc}} %span.text {{info.desc}}
.col-md-3.column .col-xs-3.column
.dropdown.inline.js-ca-dropdown .dropdown.inline.js-ca-dropdown
%button.dropdown-menu-toggle{"aria-expanded" => "false", "data-toggle" => "dropdown", :type => "button"} %button.dropdown-menu-toggle{"aria-expanded" => "false", "data-toggle" => "dropdown", :type => "button"}
%span.dropdown-label Last 30 days %span.dropdown-label Last 30 days
...@@ -33,14 +34,15 @@ ...@@ -33,14 +34,15 @@
%ul.content-list{{"v-if" => "!notAvailable"}} %ul.content-list{{"v-if" => "!notAvailable"}}
%li{"v-for" => "info in analytics.data"} %li{"v-for" => "info in analytics.data"}
.container-fluid
.row .row
.col-md-10 .col-xs-10
%span %span
{{info.title}} {{info.title}}
%br %br
%span %span
{{info.desc}} {{info.desc}}
.col-md-2 .col-xs-2
%span %span
{{info.value}} {{info.value}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment