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

_periodSelect.less « uibase « stylesheets « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f14fc64fd288c62cb7d9489b4f9710de6310511d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
#periodString {
  display: block;
  color: @theme-color-text-light;
  font-size: 14px;
  border: 1px solid #e4e5e4;
  float: left;
  margin-right: 10px;
  position: absolute;
  z-index: 122; /* must be higher than segmentEditor z-index */
  background-color: #f7f7f7;
}

#ajaxLoadingCalendar {
  white-space: nowrap;
}

#periodString:hover {
  background-color: #f1f0eb;
  border-color: #a9a399;
}

#periodString td {
  vertical-align: top;
  border-radius: 0;
}

#periodString {
  .ui-widget-header,
  .ui-datepicker {
    &.ui-helper-clearfix::before,
 &.ui-helper-clearfix::after {
      display: inline;
      clear: none;
      content: none !important;
    }
  }
}

#periodString .calendar-icon {
  width: 13px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 19px;
  top: 9px;
  background: url("plugins/Morpheus/images/icon-calendar.png") no-repeat scroll;
  cursor: pointer;
}

#periodString strong {
  color: #255792;
}

#periodString h6 {
  font-size: 14px;
  padding: 0 0 4px 0;
}

#periodString .period-date,
#periodString .period-range {
  padding: 0 16px 0 0;
}

#periodString .period-type {
  padding: 0;
}

#periodString .period-type label {
  font-size: 13px;
  white-space: nowrap;
}

#periodString label.selected-period-label {
  text-decoration: underline;
}

#periodString .compareCheckbox {
  transform: scale(.8);
  margin-left: -29px;

  .form-group {
    margin: 15px 0 0;
  }

  label {
    padding-left: 25px;
  }
}