diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-03-10 19:04:29 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-03-10 19:04:29 +0100 |
commit | 3577c10b5c3839a06f64cb19e72788401bd7406d (patch) | |
tree | bbb8f2531b547b3074806b2661abc10c183cfb9c /src/main/resources | |
parent | 9e7c88917461e5941ed742fe8ed855b7c07cf8fa (diff) | |
download | kvision-3577c10b5c3839a06f64cb19e72788401bd7406d.tar.gz kvision-3577c10b5c3839a06f64cb19e72788401bd7406d.tar.bz2 kvision-3577c10b5c3839a06f64cb19e72788401bd7406d.zip |
Support for Bootswatch and other css themes.
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/css/paper.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/resources/css/paper.css b/src/main/resources/css/paper.css new file mode 100644 index 00000000..6e923117 --- /dev/null +++ b/src/main/resources/css/paper.css @@ -0,0 +1,12 @@ +body { + font-size: 14px; + line-height: 1.42857143; +} + +.kv-radio-checkbox { + padding-left: 20px !important; +} + +.radio label, .checkbox label { + white-space: nowrap; +} |