Styles.css 660 Bytes
Newer Older
1 2 3
#page-wrapper .cache-toggle {
  cursor: pointer;
}
4 5 6 7 8 9 10 11
#page-wrapper .side-panel {
  background-color: white;
  left: 70%;
  padding: 5px;
  position: fixed;
  top: 60px;
  width: 28%;
}
12 13 14
#page-wrapper .side-panel .header {
  float: right;
}
15 16 17 18 19 20 21 22 23 24

.simple-layout {
  height: 100%;
}
.simple-layout .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
}

25 26 27 28 29 30 31
.table tr td .active {
  font-weight: bold;
}
.table tr td .trash {
  text-decoration: line-through;
}
.table tr td .column-tag {
32 33
  align-items: center;
}
34
.table tr td .column-tag .doc-chooser {
35
  cursor: pointer;
36
  padding: 10px;
37 38
}

39 40 41 42
.context-menu {
  position: fixed;
}

43
/*# sourceMappingURL=Styles.css.map */