From a65cfb5b572dc8de809f095daa77c9f04bb94aea Mon Sep 17 00:00:00 2001 From: Virtuworks Date: Fri, 8 Aug 2014 10:29:58 -0400 Subject: [PATCH] Move Create new space. Several other CSS Changes --- .../App_Themes/Default/Styles/Skin.css | 8 ++++++-- .../DesktopModules/WebsitePanel/UserSpaces.ascx | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Themes/Default/Styles/Skin.css b/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Themes/Default/Styles/Skin.css index b18cc0c3..58f5d6c2 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Themes/Default/Styles/Skin.css +++ b/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Themes/Default/Styles/Skin.css @@ -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;} diff --git a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/UserSpaces.ascx b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/UserSpaces.ascx index da26021d..53ae756f 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/UserSpaces.ascx +++ b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/UserSpaces.ascx @@ -6,7 +6,7 @@ <%@ Import Namespace="WebsitePanel.Portal" %> - +