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
path: root/themes
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-05-27 09:05:46 +0400
committermattab <matthieu.aubry@gmail.com>2013-05-27 09:05:46 +0400
commit32266f76b737d4da7394d4501470d8d0620405d7 (patch)
tree426a8965e494d3d14d0588bb012d587fc89245d1 /themes
parentc546de11d28e5d940adef0102265ae7a4c8e5123 (diff)
hiding segment loading message when SegmentEditor plugin disabled
Diffstat (limited to 'themes')
-rw-r--r--themes/default/common.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/default/common.css b/themes/default/common.css
index fae5c6df2f..52e24dd1ac 100644
--- a/themes/default/common.css
+++ b/themes/default/common.css
@@ -78,6 +78,15 @@ a {
.loadingPiwik img {
margin-right:5px;
}
+
+.loadingSegment {
+ color: grey;
+ display: block;
+ font-size: 10pt;
+ margin-left: 28px;
+ display:none;
+}
+
#loadingError {
font-weight: bold;
font-size: 1.1em;