File: css.css

package info (click to toggle)
whitedb 0.7.3%2Bgit211004%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 3,244 kB
  • sloc: ansic: 31,363; javascript: 3,299; python: 790; lex: 359; java: 277; makefile: 195; sh: 164; yacc: 138; sed: 41
file content (66 lines) | stat: -rw-r--r-- 1,195 bytes parent folder | download | duplicates (5)
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
.remove-item {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.show-buttons {
  padding-bottom: 5px;
}
.kustuta {
  margin-right: 5px;
}
.full-width {
  width: 100% !important;
}
.id-div {
  /*font-weight: bold;*/
  font-size: 20px;
}
.edit-container {
  padding: 0 !important;
  margin-top: 0 !important;
}
.select-field {
  width: 83.33333333% !important;
}
.margin-right {
  padding-right: 10px;
}
.index-pointer {
  cursor: default;
}
.field-error {
  border-color: rgb(169, 68, 66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgb(206, 132, 131);
}
.error-span {
  color: rgb(169, 68, 66);
  font-weight: bold;
}
.error-div {
  color: rgb(169, 68, 66);
  font-weight: bold;
  font-size: 18px;
}
.index {
  margin-left: 50px;
  margin-right: 50px;
}

#end-arrow {
  marker-end: url("#end-arrow");
}