summaryrefslogtreecommitdiff
path: root/www/styles/jingles.css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-06-23 03:24:09 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-06-23 03:24:55 (GMT)
commitadd9b76db60093be8d680e28ca190fba479179fb (patch)
treed87f00bd5907751285eee242c1c59b8a2f2cb703 /www/styles/jingles.css
parent2f3936cbd917d03afb6525dcf7deee6feb73e426 (diff)
changed <select> based music pool selector to bootstrap dropdown
Diffstat (limited to 'www/styles/jingles.css')
-rw-r--r--www/styles/jingles.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/www/styles/jingles.css b/www/styles/jingles.css
index 1dc50c1..d8d5116 100644
--- a/www/styles/jingles.css
+++ b/www/styles/jingles.css
@@ -21,10 +21,14 @@
*/
#app-jingles .group {
- margin-bottom: 40px;
+ margin-bottom: 40px;
}
#app-jingles table .btn {
- margin-top: 0.3em;
- margin-left: 0.6em;
+ margin-top: 0.3em;
+ margin-left: 0.6em;
+}
+
+h2.jingle-title {
+ font-weight: bold;
}