Adding "set as homepage" functionality to the RoutePart

- Orchard.Pages was already gone and Orchard.Blogs is now gone (made redundant and less functional in a way)

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-07-23 14:30:22 -07:00
parent 877d49779e
commit 2077ab964b
14 changed files with 64 additions and 99 deletions

View File

@@ -763,14 +763,15 @@ table .button {
/* Core Modules
----------------------------------------------------------*/
/* Routable */
.permalink input {
.permalink input.text {
background:transparent;
border-color:#EAE9D9;
border-style:dashed;
margin-left:0;
margin-right:2em;
width:350px;
}
.permalink input:focus {
.permalink input.text:focus {
background:#FFF;
border-color:#666d51;
border-style:solid;