From e006e065076fd53e2b38dca0ad61785908f33152 Mon Sep 17 00:00:00 2001 From: Florent Viard Date: Sat, 15 Feb 2014 20:37:04 +0100 Subject: [PATCH] Improve UI by having larger modal windows for all modals except torrent and metalink windows. + Show the tip in top of fields in modals. --- css/modals.css | 10 ++++++++++ index.html | 42 ++++++++++++++++++------------------------ 2 files changed, 28 insertions(+), 24 deletions(-) diff --git a/css/modals.css b/css/modals.css index a788833..05e0549 100644 --- a/css/modals.css +++ b/css/modals.css @@ -1,3 +1,13 @@ .modal-adduris textarea { width: 100%; } + +.modal-large { + width: 80%; /* respsonsive width */ + margin-left:-40%; /* width/2) */ +} + +.modal-body { + padding-bottom: 0px; + margin-bottom: 5px; +} diff --git a/index.html b/index.html index 45da88b..6cd3c05 100755 --- a/index.html +++ b/index.html @@ -582,7 +582,7 @@
-