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/Transitions/angularjs/transitionexporter/transitionexporter.popover.less')
-rw-r--r--plugins/Transitions/angularjs/transitionexporter/transitionexporter.popover.less52
1 files changed, 0 insertions, 52 deletions
diff --git a/plugins/Transitions/angularjs/transitionexporter/transitionexporter.popover.less b/plugins/Transitions/angularjs/transitionexporter/transitionexporter.popover.less
deleted file mode 100644
index 54b15e412c..0000000000
--- a/plugins/Transitions/angularjs/transitionexporter/transitionexporter.popover.less
+++ /dev/null
@@ -1,52 +0,0 @@
-.transitions-export-popover {
-
- [name=format] {
- .form-group label.fieldRadioTitle {
- display: block;
- }
-
- p.radio {
- width: 50%;
- float: left;
- display: block;
- }
- }
-
- textarea {
- word-break: break-all;
- padding: 5px;
- height: 80px;
- }
-
- .toggle-export-url {
- font-size: 14px;
- margin-left: 20px;
- }
-
- .filter_limit {
- clear: both;
- float: none;
-
- [piwik-field] {
- width: 50%;
- float: left;
- }
- }
-
- .showoptions > span {
- color: @color-blue-piwik;
- cursor: pointer;
- text-decoration: underline;
- }
-
- .tooltip {
- color: @color-silver;
- font-size: 13px;
- padding: 5px;
- }
-
- .tooltip > a {
- color: @color-blue-piwik;
- text-decoration: underline;
- }
-} \ No newline at end of file