diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-06-23 03:24:09 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-06-23 03:24:55 (GMT) |
commit | add9b76db60093be8d680e28ca190fba479179fb (patch) | |
tree | d87f00bd5907751285eee242c1c59b8a2f2cb703 /www/styles | |
parent | 2f3936cbd917d03afb6525dcf7deee6feb73e426 (diff) |
changed <select> based music pool selector to bootstrap dropdown
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/jingles.css | 10 | ||||
-rw-r--r-- | www/styles/musicgrid.css | 6 | ||||
-rw-r--r-- | www/styles/musicpools.css | 8 |
3 files changed, 20 insertions, 4 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; } diff --git a/www/styles/musicgrid.css b/www/styles/musicgrid.css index 44e72c0..53e2c01 100644 --- a/www/styles/musicgrid.css +++ b/www/styles/musicgrid.css @@ -21,5 +21,9 @@ */ #app-musicgrid { - padding: 0; + padding: 0; +} + +#musicgrid-title { + font-weight: bold; } diff --git a/www/styles/musicpools.css b/www/styles/musicpools.css index beca7bc..c0652f1 100644 --- a/www/styles/musicpools.css +++ b/www/styles/musicpools.css @@ -19,3 +19,11 @@ * You should have received a copy of the GNU Affero General Public License * along with rhwebimport. If not, see <http://www.gnu.org/licenses/>. */ + +#musicpool-title { + font-weight: bold; +} + +#musicpool-header-spacer { + margin-top: 1.3em; +} |