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:
Matt@MBP-PC.Home
2012-07-05 11:09:51 -01:00
parent 0a79c590e5
commit 5d49dd2bf4
2 changed files with 1 additions and 7 deletions

View File

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

View File

@@ -166,6 +166,7 @@ html {
#LiveEditingClientToolbar .mceToolbarExternal table {
display: inline !important;
background: none !important;
margin: 0 !important;
}
#LiveEditingClientToolbar .mceToolbarExternal {