@@ -, +, @@ pending" --- koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css +++ a/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 ==== */ --