Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/bower_components/ngDialog/css/ngDialog-custom-width.css')
-rw-r--r--libs/bower_components/ngDialog/css/ngDialog-custom-width.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/bower_components/ngDialog/css/ngDialog-custom-width.css b/libs/bower_components/ngDialog/css/ngDialog-custom-width.css
new file mode 100644
index 0000000000..2dd9cd2461
--- /dev/null
+++ b/libs/bower_components/ngDialog/css/ngDialog-custom-width.css
@@ -0,0 +1,3 @@
+.ngdialog.ngdialog-theme-plain.custom-width .ngdialog-content {
+ width: 150px;
+}