From 9a975849ee35a4821fdb48786406cb88c8164149 Mon Sep 17 00:00:00 2001 From: lBrieu Date: Tue, 30 Aug 2011 14:43:53 +0000 Subject: [PATCH] git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8260 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/flashyturtle/admin.css | 3 ++- admin-dev/themes/oldschool/admin.css | 3 ++- admin-dev/themes/origins/admin.css | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/admin-dev/themes/flashyturtle/admin.css b/admin-dev/themes/flashyturtle/admin.css index 9e8081849..c650846a9 100644 --- a/admin-dev/themes/flashyturtle/admin.css +++ b/admin-dev/themes/flashyturtle/admin.css @@ -83,4 +83,5 @@ a.module_toggle_all{color:#FFF;text-decoration:none;display:inherit;} .notifs_wrapper ul {padding:6px 0;margin:0;} .notifs_wrapper ul li {text-decoration: none;list-style: none;font-size:12px;padding:5px 0;} #header_infos .notifs_wrapper a {font-weight: bold;color: black;} -.notifs_wrapper p {font-size: 12px;padding-top:8px;margin:0;border-top: 2px solid #E0E0E0;} \ No newline at end of file +.notifs_wrapper p {font-size: 12px;padding-top:8px;margin:0;border-top: 2px solid #E0E0E0;} +.notifs_wrapper p.no_notifs {border: none;} \ No newline at end of file diff --git a/admin-dev/themes/oldschool/admin.css b/admin-dev/themes/oldschool/admin.css index a0282bc16..5f3da0854 100644 --- a/admin-dev/themes/oldschool/admin.css +++ b/admin-dev/themes/oldschool/admin.css @@ -78,4 +78,5 @@ a.module_toggle_all{color: #268CCD;} .notifs_wrapper ul {padding:6px 0;margin:0;} .notifs_wrapper ul li {text-decoration: none;list-style: none;font-size:12px;padding:5px 0;} #header_infos .notifs_wrapper a {font-weight: bold;color: black;} -.notifs_wrapper p {font-size: 12px;padding-top:8px;margin:0;border-top: 2px solid #E0E0E0;} \ No newline at end of file +.notifs_wrapper p {font-size: 12px;padding-top:8px;margin:0;border-top: 2px solid #E0E0E0;} +.notifs_wrapper p.no_notifs {border: none;} \ No newline at end of file diff --git a/admin-dev/themes/origins/admin.css b/admin-dev/themes/origins/admin.css index d5df89eb0..4b749cff9 100644 --- a/admin-dev/themes/origins/admin.css +++ b/admin-dev/themes/origins/admin.css @@ -80,4 +80,5 @@ a.module_toggle_all{color: #268CCD;} .notifs_wrapper ul {padding:6px 0;margin:0;} .notifs_wrapper ul li {text-decoration: none;list-style: none;font-size:12px;padding:5px 0;} #header_infos .notifs_wrapper a {font-weight: bold;color: black;} -.notifs_wrapper p {font-size: 12px;padding-top:8px;margin:0;border-top: 2px solid #E0E0E0;} \ No newline at end of file +.notifs_wrapper p {font-size: 12px;padding-top:8px;margin:0;border-top: 2px solid #E0E0E0;} +.notifs_wrapper p.no_notifs {border: none;} \ No newline at end of file