Reconfigure for GIT

This commit is contained in:
2017-03-26 20:00:03 +02:00
commit 00637826ab
8056 changed files with 535977 additions and 0 deletions
@@ -0,0 +1,21 @@
<%@ Register TagPrefix="dx" Namespace="DevExpress.Data" Assembly="DevExpress.Data.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" %>
<%@ Register TagPrefix="dxtc" Namespace="DevExpress.Web" Assembly="DevExpress.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" %>
<dxtc:ASPxTabControl runat="server" CssPostfix="Youthful" CssFilePath="~/App_Themes/Youthful/{0}/styles.css"
SpriteCssFilePath="~/App_Themes/Youthful/{0}/sprite.css">
<Paddings PaddingLeft="5px" PaddingRight="5px" />
<ContentStyle>
<Border BorderColor="White" />
</ContentStyle>
<ActiveTabStyle>
<HoverStyle>
<BorderTop BorderColor="#F4921B" />
</HoverStyle>
</ActiveTabStyle>
<TabStyle>
<HoverStyle>
<BorderTop BorderColor="#F4BD17" />
</HoverStyle>
</TabStyle>
</dxtc:ASPxTabControl>