File: dashboards.css

package info (click to toggle)
request-tracker5 5.0.7%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 80,264 kB
  • sloc: javascript: 191,898; perl: 87,146; sh: 1,426; makefile: 487; python: 37; php: 15
file content (31 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (4)
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
table.dashboard {
    margin-top: 6em
}

#body>table.dashboard {
    margin-top: inherit
}

/* Dashboard sliders */
.ui-slider-handle {
  padding-top: 15px;
  padding-bottom: 5px;
}

.width-slider {
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom 15px;
}

.selectionbox-js .width-slider-wrapper .input-group > .input-group-prepend > .input-group-text {
  margin-top: 15px;
  background-color: #fff;
  border: none;
}

.selectionbox-js .width-slider-wrapper .form-group > .input-group > .form-control {
  margin-top: 15px;
  border-radius: .25rem !important;
  width: 50px;
}