diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css index 6e3828f7..f1419015 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -194,6 +194,10 @@ select[multiple="multiple"] { font-size: 10px; border-radius: 0 2px; } +.content .helptext { + background-color: #eee; + color: #000; +} input + .help-text { margin-top: -14px; } @@ -214,6 +218,9 @@ label { line-height: 21px; width: 100%; } +.content label { + font-weight: bold; +} input[type="checkbox"] + label { display: inline; padding: 0 14px;