diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css index b6dd76b9..5c3993e5 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -163,6 +163,8 @@ input[type="checkbox"] { textarea { height: inherit; padding: 7px; + min-height: 15rem; + min-height: 6rlh; } select { border: 1px solid #222; diff --git a/umap/static/umap/content.css b/umap/static/umap/content.css index 17bb390c..8e8de671 100644 --- a/umap/static/umap/content.css +++ b/umap/static/umap/content.css @@ -17,22 +17,6 @@ input:-moz-placeholder, :-moz-placeholder { color: #a5a5a5; } -#umap-panel textarea { - height: 100px; - margin-bottom: 14px; -} -#umap-panel select { - margin-bottom: 10px; -} - -#umap-panel.warning .button { - background-color: #c60f13; - border: 1px solid #7f0a0c; -} -#umap-panel.warning .button:hover { - background-color: #970b0e; -} - /* **************** */ /* Login icons */ @@ -194,9 +178,6 @@ h2.tabs a:hover { color: #efefef; text-decoration: underline; } -body.content #umap-panel { - background-color: #fff; -} /* **************************** */