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 'plugins/DevicesDetection/vue/src/DetectionPage/DetectionPage.less')
-rw-r--r--plugins/DevicesDetection/vue/src/DetectionPage/DetectionPage.less22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/DevicesDetection/vue/src/DetectionPage/DetectionPage.less b/plugins/DevicesDetection/vue/src/DetectionPage/DetectionPage.less
new file mode 100644
index 0000000000..0c92585ebe
--- /dev/null
+++ b/plugins/DevicesDetection/vue/src/DetectionPage/DetectionPage.less
@@ -0,0 +1,22 @@
+.detectionPage {
+ textarea {
+ width: 700px;
+ display: block;
+ }
+
+ .detection {
+ padding-top: 10px;
+ }
+
+ .detection td {
+ width: 50%;
+ }
+
+ .detection td img {
+ margin-right: 10px;
+ }
+
+ #noclienthints {
+ display: inline-block;
+ }
+}