Merge
This commit is contained in:
@@ -20,21 +20,25 @@
|
||||
}
|
||||
</script>
|
||||
<style type="text/css">
|
||||
.declineStarterKits, #customizelink
|
||||
.add-thanks
|
||||
{
|
||||
position:absolute;
|
||||
left:-2500;
|
||||
display:none !important;
|
||||
}
|
||||
|
||||
.zoom-list li {float: left; margin: 15px; display: block; width: 180px;}
|
||||
|
||||
.btn-prev, .btn-next, .paging, .btn-preview, .faik-mask , .faik-mask-ie6
|
||||
{
|
||||
display:none;
|
||||
}
|
||||
|
||||
#starterKits, #starterKitDesigns {list-style: none; margin: 0; padding: 0px;}
|
||||
#starterKits li, #starterKitDesigns li{float: left; margin: 15px; display: block; width: 130px; padding: 5px; border: 1px solid #efefef; text-align: center;}
|
||||
#starterKits li a, #starterKitDesigns li a{text-decoration: none; color: #999}
|
||||
#starterKits li span, #starterKitDesigns li span{display: block; text-align: center; padding-top: 10px;}
|
||||
#starterKits li div, #starterKitDesigns li div{display: none !Important;}
|
||||
#starterKits li img, #starterKitDesigns li img{border: none;}
|
||||
|
||||
|
||||
#starterKitDesc, #starterKitDesignDesc, #installingSkin, #installingStarterKit{clear: both; font-size: 1.5em; font-weight: bold; color: #999; padding: 10px;}
|
||||
|
||||
.image {float: left; margin: 15px; display: block; width: 140px;}
|
||||
|
||||
.image .gal-drop{padding-top:10px;}
|
||||
|
||||
ul{list-style-type: none;}
|
||||
</style>
|
||||
</asp:Content>
|
||||
|
||||
@@ -43,16 +47,16 @@
|
||||
<cc1:Feedback ID="fb" runat="server" />
|
||||
|
||||
<cc1:Pane id="StarterKitInstalled" Text="Install skin" runat="server">
|
||||
<h3>Starter kit already installed</h3>
|
||||
<p>Lorem ipsum</p>
|
||||
<h3>Available skins</h3>
|
||||
<p>You can choose from the following skins.</p>
|
||||
<asp:PlaceHolder ID="ph_skins" runat="server"></asp:PlaceHolder>
|
||||
</cc1:Pane>
|
||||
|
||||
|
||||
|
||||
<cc1:Pane id="StarterKitNotInstalled" Text="Install starter kit" runat="server">
|
||||
<h3>Starter kit info</h3>
|
||||
<p>Lorem ipsum</p>
|
||||
<h3>Available starter kits</h3>
|
||||
<p>You can choose from the following starter kits, each having specific functionality.</p>
|
||||
<asp:PlaceHolder ID="ph_starterkits" runat="server"></asp:PlaceHolder>
|
||||
</cc1:Pane>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user