File: rgl.css

package info (click to toggle)
rgl 1.3.34-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,968 kB
  • sloc: cpp: 23,234; ansic: 7,462; javascript: 6,125; sh: 3,555; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.rglPlayer {
  width: auto;
  height: auto;
}

.rglPlayer .rgl-button {
  width: auto;
  display: inline-block;
  font-size: 75%;
}

.rglPlayer .rgl-slider {
  display: inline-block;
  width: 30%;
}

.rglPlayer .rgl-label {
  display: inline;
  padding-left: 6px;
  padding-right: 6px;
}