-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles-local.html
84 lines (63 loc) · 1.41 KB
/
styles-local.html
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
<style>
main.page-content {
padding: 0px;
}
table {
text-align: left;
}
table {
font: 400 14px/0.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
}
table {
border-collapse: collapse;
}
table {
padding-left: 1px;
padding-top: 1px;
padding: 1px
}
table {
margin-left: auto;
margin-right: auto;
}
#input {
background-image: url('/images/searchicon.png'); /* Add a search icon to input */
background-position: 10px 12px; /* Position the search icon */
background-repeat: no-repeat; /* Do not repeat the icon image */
border: 1px solid #ddd; /* Add a grey border */
font-size: 16px; /* Increase font-size */
margin-bottom: 12px; /* Add some space below the input */
padding: 12px 20px 12px 40px; /* Add some padding */
width: 25%; /* Full-width */
}
.button {
background: #ffffff;
border: 1px solid #ddd;
cursor: pointer;
}
#inputbutton {
font-size: 16px; /* Increase font-size */
margin-left: 10px;
padding: 12px; /* Add some padding */
}
.button:hover {
background: #eeeeee;
}
.hidden {
display: none;
}
#composer-plot {
display: flex;
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */
}
#composerSelect {
float: right;
}
#composerSelect .button {
width: 145px;
text-align: center;
font-size: 14px;
padding: 6px; /* Add some padding */
}
</style>