mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#18416: Adding more flavors for Body (and TextField)
Work Item: 18416 --HG-- branch : 1.x
This commit is contained in:
@@ -0,0 +1 @@
|
||||
@Html.TextBox("Text", (string)Model.Text, new { @class = "text large" })
|
@@ -0,0 +1 @@
|
||||
@Html.TextBox("Text", (string)Model.Text, new { @class = "text text-small" })
|
@@ -0,0 +1 @@
|
||||
@Html.TextBox("Text", (string)Model.Text, new { @class = "text textMedium" })
|
@@ -474,6 +474,15 @@
|
||||
<ItemGroup>
|
||||
<Content Include="Shapes\Views\ShapeResult\DisplayPartial.cshtml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Common\Views\Body-Wide.Editor.cshtml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Common\Views\Body-Large.Editor.cshtml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Common\Views\Body-Small.Editor.cshtml" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
Reference in New Issue
Block a user