Excluded global.asax file, as not strictly needed
Added TinyMCE styling rule when in live editing as toolbar was appearing out of place
This commit is contained in:
@@ -298,10 +298,6 @@
|
||||
<Compile Include="default.aspx.designer.cs">
|
||||
<DependentUpon>default.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Global.asax.cs">
|
||||
<DependentUpon>Global.asax</DependentUpon>
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="helper.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
@@ -2471,9 +2467,6 @@
|
||||
<Content Include="umbraco_client\Tree\Themes\default\icons.png" />
|
||||
<Content Include="umbraco_client\Tree\Themes\umbraco\icons.png" />
|
||||
<Content Include="default.aspx" />
|
||||
<Content Include="Global.asax">
|
||||
<SubType>Component</SubType>
|
||||
</Content>
|
||||
<Content Include="install\default.aspx" />
|
||||
<Content Include="install\steps\license.ascx" />
|
||||
<Content Include="umbraco\actions\delete.aspx" />
|
||||
|
||||
@@ -166,6 +166,7 @@ html {
|
||||
#LiveEditingClientToolbar .mceToolbarExternal table {
|
||||
display: inline !important;
|
||||
background: none !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
#LiveEditingClientToolbar .mceToolbarExternal {
|
||||
|
||||
Reference in New Issue
Block a user