Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/style/ttlview/ttlview.css
blob: b10bde7ed9b05307f5001cb454197f57d2852917 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#debug-ttl {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 20px;
  background-color: darkgreen;
  pointer-events: none;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  font-weight: bold;
  overflow: hidden;
  padding-left: 3px;
  padding-right: 3px;
}