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:
skewed
2009-12-07 16:03:00 +00:00
parent a17cf48eba
commit c384147f46
2 changed files with 12 additions and 3 deletions

View File

@@ -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%;

View File

@@ -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>