From 56c7a03e1b5a1fedeab6773c8526d29ac59920a1 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Sun, 17 May 2015 19:01:05 +0200 Subject: fix mga #13647, checkboxes in applist, small css fixes --- usr/share/mageiawelcome/css/style.css | 4 ++-- usr/share/mageiawelcome/index.html | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/usr/share/mageiawelcome/css/style.css b/usr/share/mageiawelcome/css/style.css index 8dc0ba4..bfadabf 100644 --- a/usr/share/mageiawelcome/css/style.css +++ b/usr/share/mageiawelcome/css/style.css @@ -85,7 +85,7 @@ ul.list li:hover {background:rgba(0, 0, 0, 0.2); } ul.list li h6 {margin:0;margin-top:6px;} ul.list li p.description {margin-top:0;} -ul.list li button {position:absolute; left:500px; top:28px;float:right;}*/ +ul.list li button {position:absolute; left:480px; top:28px;float:right;}*/ ul.list li.urpme {background:rgba(0, 0, 0, 0.4); background-image:url('../img/ok.png'); @@ -93,7 +93,7 @@ ul.list li.urpme {background:rgba(0, 0, 0, 0.4); background-position:48px 14px; } ul.list li.urpme:hover {background-color:rgba(0, 0, 0, 0.3);} -ul.list li span.label{position:absolute; top:2px; right:56px;} +ul.list li span.label{position:absolute; top:2px; right:36px;} .chkbox {float:left;width:30px;height:54px;} .chkbox input[type='checkbox']{margin-top: 14px;} #selectedRPMS{position:absolute;bottom:25px;left:0;background:rgba(0, 0, 0, 0.6); padding:2px;border-radius:0 2px 0 0;font-size:10px; z-index:200;width:217px;} diff --git a/usr/share/mageiawelcome/index.html b/usr/share/mageiawelcome/index.html index c7629f9..8a00efd 100644 --- a/usr/share/mageiawelcome/index.html +++ b/usr/share/mageiawelcome/index.html @@ -123,6 +123,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" var rpms = selected.join(' '); send('"install_selected ' + cat +' '+ rpms + '"'); selected = []; + $('#lista_applikacji').find('input[type=checkbox]:checked').removeAttr('checked'); $('span#count_rpms').text(selected.length); $('div#selectedPKGS').html(' '); }); -- cgit v1.2.1