From 2cebe4071e07a0526fe213cb3d897d0d51209625 Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Wed, 13 Oct 2010 12:03:06 -0700 Subject: [PATCH 1/3] Removing missing files from solution --HG-- branch : dev --- src/Orchard.Web/Modules/Orchard.Blogs/Orchard.Blogs.csproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Orchard.Web/Modules/Orchard.Blogs/Orchard.Blogs.csproj b/src/Orchard.Web/Modules/Orchard.Blogs/Orchard.Blogs.csproj index c2c2b3d57..59cf0b655 100644 --- a/src/Orchard.Web/Modules/Orchard.Blogs/Orchard.Blogs.csproj +++ b/src/Orchard.Web/Modules/Orchard.Blogs/Orchard.Blogs.csproj @@ -142,11 +142,9 @@ Code - - From 951eae3634728281a0794929d87048eed4d17e30 Mon Sep 17 00:00:00 2001 From: Jonathan Wall Date: Wed, 13 Oct 2010 12:12:27 -0700 Subject: [PATCH 2/3] More CSS additions to the Manage widgets UI. --HG-- branch : dev --- src/Orchard.Web/Modules/Orchard.Widgets/Styles/admin.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Orchard.Web/Modules/Orchard.Widgets/Styles/admin.css b/src/Orchard.Web/Modules/Orchard.Widgets/Styles/admin.css index 0adaba61d..c6cfaa63b 100644 --- a/src/Orchard.Web/Modules/Orchard.Widgets/Styles/admin.css +++ b/src/Orchard.Web/Modules/Orchard.Widgets/Styles/admin.css @@ -5,7 +5,7 @@ .widgets-availableWidgets { float: left; - width: 35%; + width: 30%; } .widgets-availableLayers { @@ -17,7 +17,7 @@ .widgets-layerZones { font-size: 1.4em; float: left; - width: 75%; + width: 70%; border: 1px solid #eaeaea; background: #fff; } From bdd384d7b4be24182bd22025c78455e550bb89d1 Mon Sep 17 00:00:00 2001 From: Jonathan Wall Date: Wed, 13 Oct 2010 12:27:26 -0700 Subject: [PATCH 3/3] Removed inset style from the admin. --HG-- branch : dev --- src/Orchard.Web/Themes/TheAdmin/Styles/site.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css index 4aabf0eba..799aff457 100644 --- a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css +++ b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css @@ -715,10 +715,8 @@ table .button { /* Content item lists ----------------------------------------------------------*/ .contentItems { + border:1px solid #eaeaea; background:#FFF; - box-shadow:inset 0 1px 2px #878686; - -moz-box-shadow:inset 0 1px 3px #878686; - -webkit-box-shadow:inset 0 1px 2px #878686; clear:both; margin:1em 0; padding:0; @@ -729,6 +727,9 @@ table .button { overflow:hidden; padding:0 1.4em .8em; } +.contentItems li.last { + border-bottom:none; +} .contentItems.bulk-items li { padding-bottom:.6em; padding-left:.6em;