-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
87 lines (70 loc) · 1.12 KB
/
styles.css
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
/**************** GENERAL STYLINGS *********************/
html {
font-size: 16px;
}
html .ui-autocomplete {
height: auto;
background-color: white;
}
html .ui-autocomplete div:hover{
background-color: lightblue;
user-select: none;
}
.ui-helper-hidden-accessible{
position: absolute;
left: -10000px;
}
h1,
h2,
h3 {
font-weight: bold;
}
h2 {
font-size: 1em;
}
h3 {
font-size: 0.8em;
}
main li {
margin: 5px;
padding: 1px;
width: 100px;
margin-left: 5px;
font-size: 0.8em;
}
ul {
list-style: none;
}
ul,
#unit-ranking .list-group-item {
margin: 0;
padding: 0;
margin-bottom: 10px;
}
.ui-autocomplete {
max-height: 100px;
overflow-x: hidden;
}
/**************** UNIT LISTINGS *********************/
.sortable {
cursor: move;
}
main div {
float: left;
}
[id^='ordered']{
display: none;
}
[id^='ordered'] .list-group {
list-style: decimal inside;
max-height: 500px;
}
#unit-ranking,
#unit-listing {
min-height: 100px;
}
#unit-ranking .list-group-item {
display: list-item;
background-color: #ccc;
padding: 5px;
}