mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Getting some work towards being able to edit content types in to share the fun.
- includes changing settings from IDictionary<string, string> to SettingsDictionary : IDictionary<string, string> w/ GetModel<T> - also cleaned up content type creation a little --HG-- branch : dev
This commit is contained in:
6
src/Orchard.Web/Core/Contents/Styles/admin.css
Normal file
6
src/Orchard.Web/Core/Contents/Styles/admin.css
Normal file
@@ -0,0 +1,6 @@
|
||||
.contents #main h2 {
|
||||
margin:1.5em 0 .5em;
|
||||
}
|
||||
.manage.add-to-type {
|
||||
margin-top:-4em;
|
||||
}
|
Reference in New Issue
Block a user