Move Create new space. Several other CSS Changes

This commit is contained in:
Virtuworks 2014-08-08 10:29:58 -04:00
parent 25ca7082c7
commit a65cfb5b57
2 changed files with 7 additions and 3 deletions

View file

@ -2,6 +2,7 @@
html, body, div, form, fieldset, legend, label, ul, li {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
tr, td, th {padding:0;}
td{vertical-align:top;}
img {border:0;}
ul, ol, li {list-style:none;}
a {text-decoration:none;}
@ -37,9 +38,10 @@ ul.LinksList li a {display:block; line-height:30px;}
.IconsBlock {margin-bottom:20px;}
.IconsTitle {padding:5px; font-size:26px; font-weight:300;}
.IconsTitle a {color:#428bca;}
.Icon {width:125px; padding:15px 0; border:solid 1px transparent; text-align:center; vertical-align:top; font-size:13px;}
.Icon {width:125px; border:solid 1px transparent; text-align:center; vertical-align:top; font-size:13px; margin-top:10px;}
.Icon.Hover {cursor:pointer; border-color:#ffd349; background:#ffde77;}
.Icon a {display:block; color:#333; padding:0 15px;}
.Icon a {display:block; color:#333;}
.Icon > a + br + a {padding: 0 0 10px 0;}
.Icon a + br {display:none;}
.IconMenu {position:absolute; visibility:hidden; cursor:pointer; border:1px solid #ffd349; background:#ffde77; font-size:9pt; margin:40px 0 0 -15px; min-width:150px;}
.IconMenu ul {display:block; list-style:none; margin:1px; padding:0px;}
@ -70,6 +72,7 @@ a.FileManagerTreeNode:visited, a.FileManagerTreeNodeSelected:visited {}
a.FileManagerTreeNode:active, a.FileManagerTreeNodeSelected:active {}
a.FileManagerTreeNode:hover, a.FileManagerTreeNodeSelected:hover {background:#f5f5f5;}
.FormButtonsBar + .NormalGridView .AspNet-GridView {margin-bottom:15px;}
/*.FormButtonsBar + .NormalGridView .AspNet-GridView table tbody tr td {border:none; padding:0;}*/
/* text input */
input.NormalTextBox, input.LoginTextBox, input.HugeTextBox, input.Huge, input[type=text], input[type=password] {/*width:auto !important;*/ height:32px; line-height:32px; padding:0 0 0 3px; margin:0 0 4px 0; font-family:inherit; font-size:inherit; color:inherit; background:#fff; border: 1px solid #ccc;}
@ -96,6 +99,7 @@ input[type=image] {margin-right:4px;}
{padding:0; line-height:13px;}
.FormRightIcon {display:none;}
.FormButtonsBar {clear:both; margin:10px 0 20px 0; text-align:center; min-height:34px;}
.FormButtonsBar.UserSpaces {margin: -50px 80px 20px 0;text-align: right;}
.Small {font-size:9pt;}
.Small span {color:#888;}
.Small b {color:#87c442; font-weight:300;}

View file

@ -6,7 +6,7 @@
<%@ Import Namespace="WebsitePanel.Portal" %>
<asp:Panel id="ButtonsPanel" runat="server" class="FormButtonsBar">
<asp:Panel id="ButtonsPanel" runat="server" class="FormButtonsBar UserSpaces">
<asp:Button ID="btnAddItem" runat="server" meta:resourcekey="btnAddItem" Text="Create Hosting Space" CssClass="Button3" OnClick="btnAddItem_Click" />
</asp:Panel>