Major overhaul:
* Switched to semantic ui. * Add searching by location or tag * Reworked the forms
This commit is contained in:
parent
741e1c403a
commit
1f6c3c5fd4
51 changed files with 43286 additions and 771 deletions
33
web/css/custom.css
Executable file
33
web/css/custom.css
Executable file
|
@ -0,0 +1,33 @@
|
|||
body {
|
||||
margin: 0;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
header {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
header .ui.grid > .column, .title.ui.grid > .column {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.box h2 {
|
||||
font-size: 1rem !important;
|
||||
}
|
||||
|
||||
#main {
|
||||
margin-top: 4rem;
|
||||
}
|
||||
|
||||
a .icon {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a, a:hover, a:visited {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
0
web/css/events.css
Executable file
0
web/css/events.css
Executable file
15364
web/css/semantic.css
Executable file
15364
web/css/semantic.css
Executable file
File diff suppressed because it is too large
Load diff
14
web/css/semantic.min.css
vendored
Executable file
14
web/css/semantic.min.css
vendored
Executable file
File diff suppressed because one or more lines are too long
Reference in a new issue