mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 02:44:52 +08:00
Tweaked blog post create/edit permalink displays to flow with the rest of the form
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043383
This commit is contained in:
@@ -500,8 +500,17 @@ a.ibutton.blog:hover, a.ibutton.blog:active, a.ibutton.blog:focus { background-p
|
||||
|
||||
|
||||
/* todo: (heskew) needs attention */
|
||||
#permalink{
|
||||
width:200px;
|
||||
#permalink {
|
||||
background:transparent;
|
||||
border-color:#EAE9D9;
|
||||
border-style:dashed;
|
||||
margin-left:0;
|
||||
width:350px;
|
||||
}
|
||||
#permalink:focus {
|
||||
background:#FFF;
|
||||
border-color:#666d51;
|
||||
border-style:solid;
|
||||
}
|
||||
input.large.text {
|
||||
font-size:130%;
|
||||
|
@@ -10,7 +10,7 @@
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<label class="sub" for="permalink">Permalink<br /><span><%=Request.Url.ToRootString() %>/<%=Model.Blog.Slug %>/</span></label>
|
||||
<span><%=Html.TextBoxFor(m => m.Slug, new { id = "permalink", @class = "text" })%></span>
|
||||
<span><%=Html.TextBoxFor(m => m.Slug, new { id = "permalink", @class = "text", size = "100" })%></span>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<%--<label for="body">Excerpt</label>
|
||||
|
Reference in New Issue
Block a user