From b216462de98b3ba7e1b830db141753a18e067ae2 Mon Sep 17 00:00:00 2001 From: Jorgia Kelsey Date: Wed, 8 Aug 2012 21:14:26 +1245 Subject: [PATCH] bug 8593: css file for the box version of "suggestions pending" --- koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css b/koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css index 2c87adb..4bbb41f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css @@ -140,12 +140,19 @@ ul.biglinks-list li a.icon_koha {background-image:url('/intranet-tmpl/prog/img/i /* ==== PENDING - Start ==== */ #area-pending { /* Block containing links to pending tags, comments and suggestions */ - width: 100%; - border: solid 1px #b9d8d9; + +} +#suggestions_pending { + /* Block containing links to pending tags, comments and suggestions */ + width: 50%; + width: 200px; + height: 30px; + border: solid 2px #b9d8d9; + background-color: #F4F8F9; border-radius: 6px; - clear: left; + clear: right; + ; } - .pending-info { /* For the div containing a "pending" link (useful to preserve width of area-pending box width) */ margin-top: 2px; @@ -155,8 +162,8 @@ ul.biglinks-list li a.icon_koha {background-image:url('/intranet-tmpl/prog/img/i .pending-number-link { /* Style for the "pending" links : the number of pending items appear bigger */ - font-weight: bold; - font-size: 1.1em; + font-weight: italic; + font-size: 1.5em; } /* ==== PENDING - End ==== */ -- 1.7.9.5