mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
@@ -23,6 +23,9 @@
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.token-wrapper span[role="status"] {
|
||||
display: none;
|
||||
}
|
||||
.ui-autocomplete
|
||||
{
|
||||
max-height: 12em;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Style.Include("~/themes/theadmin/styles/ie6.css").UseCondition("lte IE 6").SetAttribute("media", "screen, projection");
|
||||
|
||||
Layout.Title = @T("Edit Activity");
|
||||
Script.Require("jQueryUI");
|
||||
//Script.Require("jQueryUI");
|
||||
Script.Include("orchard-workflows-serialize.js");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user