diff --git a/src/Orchard.Web/Themes/Green/Styles/site.css b/src/Orchard.Web/Themes/Green/Styles/site.css index 699a78544..07750b235 100644 --- a/src/Orchard.Web/Themes/Green/Styles/site.css +++ b/src/Orchard.Web/Themes/Green/Styles/site.css @@ -180,12 +180,6 @@ colgroup .divider {border-bottom:1px solid #4E6886;} -/* Product Images */ -.productImageXLarge {margin:10px; width:400px; height:400px;} -.productImageLarge {margin:10px; width:200px; height:200px;} -.productImage {margin:10px; width:100px; height:100px;} -.productImageSmall {margin:10px; width:50px; height:50px;} - /* Layout */ #doc4 { diff --git a/src/Orchard.Web/Themes/Green/Theme.txt b/src/Orchard.Web/Themes/Green/Theme.txt index 98a55ec55..6c56fe58c 100644 --- a/src/Orchard.Web/Themes/Green/Theme.txt +++ b/src/Orchard.Web/Themes/Green/Theme.txt @@ -1,5 +1,5 @@ -name: Super Green -author: Jon Wall +name: Green +author: Jonathan Wall description: This is the Green theme. It uses the YUI grid system for layout. version: 1.0 tags: green, YUI diff --git a/src/Orchard.Web/Themes/Times/Styles/site.css b/src/Orchard.Web/Themes/Times/Styles/site.css index f5afc39d8..7aab83432 100644 --- a/src/Orchard.Web/Themes/Times/Styles/site.css +++ b/src/Orchard.Web/Themes/Times/Styles/site.css @@ -47,6 +47,38 @@ a { ul {list-style:circle; list-style-position:inside; line-height:22px;} +/* ---------- Forms ---------- */ + +fieldset { + padding: 10px; + margin:8px; + } + +label { + display: block; + margin: 8px 0 0 0; + } + +legend { + font-size: 115%; + font-weight:700; + padding: 2px 5px 8px 5px; + background:#FFF; + } + +#CommentText, input.text { + padding:2px; + margin:2px 0; + border: 1px solid #838c96; + width:80%; + } + +.button { + padding:2px 14px; + margin:6px 0; + font:90% Verdana, Geneva, Tahoma, sans-serif; + } + /* ---------- Layout ---------- */ #header { @@ -157,4 +189,4 @@ ul {list-style:circle; list-style-position:inside; line-height:22px;} text-transform:uppercase; float:left; color:#fff; -} \ No newline at end of file +} diff --git a/src/Orchard.Web/Themes/Times/Theme.txt b/src/Orchard.Web/Themes/Times/Theme.txt index 5a802b974..82144e58a 100644 --- a/src/Orchard.Web/Themes/Times/Theme.txt +++ b/src/Orchard.Web/Themes/Times/Theme.txt @@ -1,6 +1,6 @@ -name: Times +name: Classical author: Jonathan Wall -description: Theme based on times new roman. +description: Theme using times new roman. version: 1.0 -tags: orange +tags: times, classical homepage: http://www.orchardproject.net diff --git a/src/Orchard.Web/Themes/Times/Views/layout.ascx b/src/Orchard.Web/Themes/Times/Views/layout.ascx index c53fd1ccd..bb5011551 100644 --- a/src/Orchard.Web/Themes/Times/Views/layout.ascx +++ b/src/Orchard.Web/Themes/Times/Views/layout.ascx @@ -8,7 +8,7 @@