From 8493dfc99447dd7f9c2441c1a055a4ff2aef0e80 Mon Sep 17 00:00:00 2001 From: Vladimir Lugovsky Date: Thu, 24 Dec 2015 15:17:25 +0300 Subject: [PATCH] feat(blurPanel): refactor blurpanel --- src/app/pages/alerts/alerts.html | 122 +++++++++--------- src/app/pages/buttons/buttons.html | 45 ++++--- .../buttons/widgets/progressButtons.html | 2 +- src/app/pages/charts/amCharts/charts.html | 60 +++++---- src/app/pages/charts/chartJs/chartJs.html | 32 ++--- src/app/pages/charts/chartist/chartist.html | 12 +- src/app/pages/charts/morris/morris.html | 16 +-- src/app/pages/dashboard/dashboard.html | 46 ++++--- .../dashboardPieChart/dashboardPieChart.html | 4 +- src/app/pages/form/inputs/inputs.html | 46 +++++-- src/app/pages/form/layouts/layouts.html | 37 ++++-- src/app/pages/grid/grid.html | 9 +- src/app/pages/icons/icons.html | 35 +++-- src/app/pages/mail/mail.html | 8 +- .../pages/maps/google-maps/google-maps.html | 4 +- src/app/pages/maps/leaflet/leaflet.html | 4 +- .../pages/maps/map-bubbles/map-bubbles.html | 4 +- src/app/pages/maps/map-lines/map-lines.html | 4 +- src/app/pages/modals/modals.html | 40 +++--- .../pages/notifications/notifications.html | 4 +- src/app/pages/progressBars/progressBars.html | 37 ++++-- src/app/pages/slider/slider.html | 4 +- src/app/pages/tables/tables.html | 38 ++++-- src/app/pages/tree/tree.html | 10 +- src/app/pages/typography/typography.html | 26 ++-- src/app/theme/components/widgets/widgets.html | 4 +- 26 files changed, 383 insertions(+), 270 deletions(-) diff --git a/src/app/pages/alerts/alerts.html b/src/app/pages/alerts/alerts.html index f8be032..c07c945 100644 --- a/src/app/pages/alerts/alerts.html +++ b/src/app/pages/alerts/alerts.html @@ -1,80 +1,84 @@
-
- -
-
- Well done! You successfully read this important alert message. -
-
- Heads up! This alert needs your attention, but it's not super important. -
-
- Warning! Better check yourself, you're not looking too good. -
-
- Oh snap! Change a few things up and try submitting again. -
+
+
+
+ Well done! You successfully read this important alert message.
- +
+ Heads up! This alert needs your attention, but it's not super important. +
+
+ Warning! Better check yourself, you're not looking too good. +
+
+ Oh snap! Change a few things up and try submitting again. +
+
-
- -
- - - - +
+
+ - + + + +
-
- -
-
- Well done! You successfully read this important alert message. -
-
- Heads up! This alert needs your attention, but it's not super important. -
-
- Warning! Better check yourself, you're not looking too good. -
-
- Oh snap! Change a few things up and try submitting again. -
+
+
+
+ Well done! You successfully read this important alert message.
- +
+ Heads up! This alert needs your attention, but it's not super important. +
+
+ Warning! Better check yourself, you're not looking too good. +
+
+ Oh snap! Change a few things up and try submitting again. +
+
-
- -
-
-
Unhandled error!
- Oh snap! Change a few things up and try submitting again. -
- - -
+
+
+
+
Unhandled error!
+ Oh snap! Change a few things up and try submitting again. +
+ +
- +
diff --git a/src/app/pages/buttons/buttons.html b/src/app/pages/buttons/buttons.html index 99137bc..f23f29a 100644 --- a/src/app/pages/buttons/buttons.html +++ b/src/app/pages/buttons/buttons.html @@ -1,36 +1,49 @@
-
- -
-
+
+
- +
- - +
+
- +
- +
- - +
+
- +
-
- -
-
+
+
diff --git a/src/app/pages/buttons/widgets/progressButtons.html b/src/app/pages/buttons/widgets/progressButtons.html index f53e95e..88c018a 100644 --- a/src/app/pages/buttons/widgets/progressButtons.html +++ b/src/app/pages/buttons/widgets/progressButtons.html @@ -1,4 +1,4 @@ -
+
fill horizontal diff --git a/src/app/pages/charts/amCharts/charts.html b/src/app/pages/charts/amCharts/charts.html index 991a2ee..f0aceed 100644 --- a/src/app/pages/charts/amCharts/charts.html +++ b/src/app/pages/charts/amCharts/charts.html @@ -1,46 +1,52 @@
-
- -
-
+
+
-
- -
-
+
+
-
- -
-
+
+
-
- -
-
+
+
-
- -
-
+
+
-
- -
-
+
+
- - - + + +
diff --git a/src/app/pages/charts/chartJs/chartJs.html b/src/app/pages/charts/chartJs/chartJs.html index 006a818..9a744be 100644 --- a/src/app/pages/charts/chartJs/chartJs.html +++ b/src/app/pages/charts/chartJs/chartJs.html @@ -1,64 +1,64 @@
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
diff --git a/src/app/pages/charts/chartist/chartist.html b/src/app/pages/charts/chartist/chartist.html index fe976a1..c6b6c49 100644 --- a/src/app/pages/charts/chartist/chartist.html +++ b/src/app/pages/charts/chartist/chartist.html @@ -1,7 +1,7 @@
- +
Simple line chart
@@ -11,11 +11,11 @@
Bi-polar line chart with area only
- +
- +
Simple bar chart
@@ -25,13 +25,13 @@
Stacked bar chart
- +
- +
Simple Pie
- +
\ No newline at end of file diff --git a/src/app/pages/charts/morris/morris.html b/src/app/pages/charts/morris/morris.html index febc831..569d051 100644 --- a/src/app/pages/charts/morris/morris.html +++ b/src/app/pages/charts/morris/morris.html @@ -1,7 +1,7 @@
- +
- +
- +
- +
- +
- +
- +
- +
\ No newline at end of file diff --git a/src/app/pages/dashboard/dashboard.html b/src/app/pages/dashboard/dashboard.html index 316a178..9ac8457 100644 --- a/src/app/pages/dashboard/dashboard.html +++ b/src/app/pages/dashboard/dashboard.html @@ -2,11 +2,15 @@
+ ba-panel + ba-panel-title="Acquisition Channels" + ba-panel-class="medium-panel">
+ ba-panel + ba-panel-title="Users by Country" + ba-panel-class="medium-panel">
@@ -15,39 +19,45 @@
+ ba-panel + ba-panel-title="Revenue" + ba-panel-class="medium-panel">
+ ba-panel + ba-panel-class="popular-app medium-panel">
-
- - - +
+
-
- - - +
+
-
- - - +
+
diff --git a/src/app/pages/dashboard/dashboardPieChart/dashboardPieChart.html b/src/app/pages/dashboard/dashboardPieChart/dashboardPieChart.html index abbfe4d..9594317 100644 --- a/src/app/pages/dashboard/dashboardPieChart/dashboardPieChart.html +++ b/src/app/pages/dashboard/dashboardPieChart/dashboardPieChart.html @@ -1,6 +1,6 @@
- +
@@ -9,6 +9,6 @@
- +
\ No newline at end of file diff --git a/src/app/pages/form/inputs/inputs.html b/src/app/pages/form/inputs/inputs.html index c3521b7..7d881ac 100644 --- a/src/app/pages/form/inputs/inputs.html +++ b/src/app/pages/form/inputs/inputs.html @@ -2,29 +2,47 @@
- +
- - +
+
- - +
+
- - +
+
- +
- +
- - +
+
- - +
+
- +
diff --git a/src/app/pages/form/layouts/layouts.html b/src/app/pages/form/layouts/layouts.html index 072e4fe..8aa8fbf 100644 --- a/src/app/pages/form/layouts/layouts.html +++ b/src/app/pages/form/layouts/layouts.html @@ -1,29 +1,42 @@
-
- -
-
+
+
- +
- - +
+
- +
- +
- - +
+
- +
diff --git a/src/app/pages/grid/grid.html b/src/app/pages/grid/grid.html index b03e57f..0d2aeb4 100644 --- a/src/app/pages/grid/grid.html +++ b/src/app/pages/grid/grid.html @@ -1,10 +1,11 @@
-
- -
-
+
+
diff --git a/src/app/pages/icons/icons.html b/src/app/pages/icons/icons.html index 1c2729e..2c760b2 100644 --- a/src/app/pages/icons/icons.html +++ b/src/app/pages/icons/icons.html @@ -2,23 +2,38 @@
- +
- - +
+
- +
- +
- - +
+
- - +
+
- +
diff --git a/src/app/pages/mail/mail.html b/src/app/pages/mail/mail.html index 0f52567..2466dde 100644 --- a/src/app/pages/mail/mail.html +++ b/src/app/pages/mail/mail.html @@ -1,7 +1,7 @@
-
- - - +
+
\ No newline at end of file diff --git a/src/app/pages/maps/google-maps/google-maps.html b/src/app/pages/maps/google-maps/google-maps.html index 810765a..c2507ef 100644 --- a/src/app/pages/maps/google-maps/google-maps.html +++ b/src/app/pages/maps/google-maps/google-maps.html @@ -1,3 +1,3 @@ - +
- +
diff --git a/src/app/pages/maps/leaflet/leaflet.html b/src/app/pages/maps/leaflet/leaflet.html index 91bc62e..4c41a92 100644 --- a/src/app/pages/maps/leaflet/leaflet.html +++ b/src/app/pages/maps/leaflet/leaflet.html @@ -1,3 +1,3 @@ - +
- \ No newline at end of file +
\ No newline at end of file diff --git a/src/app/pages/maps/map-bubbles/map-bubbles.html b/src/app/pages/maps/map-bubbles/map-bubbles.html index 8f349fd..87e1cc2 100644 --- a/src/app/pages/maps/map-bubbles/map-bubbles.html +++ b/src/app/pages/maps/map-bubbles/map-bubbles.html @@ -1,3 +1,3 @@ - +
- +
diff --git a/src/app/pages/maps/map-lines/map-lines.html b/src/app/pages/maps/map-lines/map-lines.html index 58438bd..7bce7e7 100644 --- a/src/app/pages/maps/map-lines/map-lines.html +++ b/src/app/pages/maps/map-lines/map-lines.html @@ -1,5 +1,5 @@ - +
- +
diff --git a/src/app/pages/modals/modals.html b/src/app/pages/modals/modals.html index faac308..ee480e9 100644 --- a/src/app/pages/modals/modals.html +++ b/src/app/pages/modals/modals.html @@ -1,30 +1,32 @@
-
- -
-
+
+
-
- -
-
+
+
-
- -
-
+
+
-