From c67e7bcce2f044971ed126d413973473545787f6 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Mon, 18 May 2015 22:28:26 +0200 Subject: better fix for mga #13646 - list cover part of menu --- usr/share/mageiawelcome/css/style.css | 4 +++- usr/share/mageiawelcome/index.html | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'usr') diff --git a/usr/share/mageiawelcome/css/style.css b/usr/share/mageiawelcome/css/style.css index 7771f7b..48ee8ef 100644 --- a/usr/share/mageiawelcome/css/style.css +++ b/usr/share/mageiawelcome/css/style.css @@ -73,7 +73,7 @@ ul.filter, ul.list{float:left;margin-top:0;} ul.filter {width: 218px;background: #FFF;margin:0;height:358px;} ul.filter li {display:block; font-size:13px; font-weight:normal; - line-height:15px;padding-left:4px;color:#111;text-shadow: none;cursor: pointer; + line-height:18px;padding-left:4px;color:#111;text-shadow: none;cursor: pointer; } ul.filter li.current,ul.filter li.current:hover {background-color: #0A5C93; color: #FFF;} ul.filter li:hover {background-color: #e5e5e5; color: #333;} @@ -97,6 +97,8 @@ 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;} +#selectedRPMS #selectedPKGS {display:none;} +#selectedRPMS:hover #selectedPKGS {display:block;} #install_all {position:absolute;bottom:1px;left:32px;} #rpmdrake_info a {cursor:pointer; text-decoration:underline;color: #111;} #rpmdrake_info a:hover{font-weight:bold;} diff --git a/usr/share/mageiawelcome/index.html b/usr/share/mageiawelcome/index.html index 8a00efd..8d15579 100644 --- a/usr/share/mageiawelcome/index.html +++ b/usr/share/mageiawelcome/index.html @@ -268,8 +268,8 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  •   $system
  •   $programming
  • -
    $selected 0
    -
    +
    +
    $selected 0
    -- cgit v1.2.1