-
Would you like to learn or demo Umbraco?
+
Install a starter website
+
+
+ Installing a starter website helps you learn how Umbraco works, and gives you a solid
+ and simple foundation to build on top of.
+
+
+
Loading...
+
+
-
![{{pck.name}}]()
-
The Starter Kit is a great way to experience some of the ways you can use Umbraco. It's a complete website with textpages, landing pages, blog, product listings and more that's easy to get started with Umbraco.
-
-
- It's also a great way to learn Umbraco as the Starter Kit comes with a set of Lessons that'll teach you how to implement and extend Umbraco using short 5-15 minute tasks.
-
-
- Yes, I'd like a Starter Kit
-
- No thanks
+ No thanks, I do not want to install a starter website
-
\ No newline at end of file
+
diff --git a/src/Umbraco.Web.UI.Client/src/less/forms.less b/src/Umbraco.Web.UI.Client/src/less/forms.less
index 869d0b7740..480b96b804 100644
--- a/src/Umbraco.Web.UI.Client/src/less/forms.less
+++ b/src/Umbraco.Web.UI.Client/src/less/forms.less
@@ -66,8 +66,9 @@ label.control-label, .control-label {
}
.form-search .icon, .form-search .icon-search {
position: absolute;
+ z-index: 1;
top: 6px;
- left: 4px;
+ left: 6px;
color: @gray-8;
}
@@ -86,6 +87,9 @@ label.control-label, .control-label {
background: @white
}
+.form-search .icon-search + .search-input {
+ padding-left: 25px !important;
+}
.form-search .search-input {
font-weight: bold;
@@ -191,7 +195,7 @@ input[type="tel"],
input[type="color"],
.uneditable-input {
display: inline-block;
- height: 30px;
+ height: @inputHeight;
padding: 4px 6px;
margin-bottom: @baseLineHeight / 2;
font-size: @baseFontSize;
@@ -206,7 +210,6 @@ input.-full-width-input {
width: 100%;
box-sizing: border-box;
padding: 4px 6px;
- height: 30px;
}
// Reset appearance properties for textual inputs and textarea
@@ -579,9 +582,9 @@ input[type="checkbox"][readonly] {
.add-on {
display: inline-block;
width: auto;
- height: @baseLineHeight;
- min-width: 16px;
- padding: 4px 5px;
+ height: 22px;
+ min-width: 18px;
+ padding: 4px 6px;
font-size: @baseFontSize;
font-weight: normal;
line-height: @baseLineHeight;
@@ -653,29 +656,21 @@ input.search-query {
padding-left: 14px;
padding-left: 4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */
margin: 0; // Remove the default margin on all inputs
- .border-radius(0px);
}
/* Allow for input prepend/append in search forms */
-.form-search .input-append .search-query,
-.form-search .input-prepend .search-query {
- .border-radius(0); // Override due to specificity
+.form-search {
+ .input-prepend {
+ .btn {
+ .border-radius(0 @borderRadiusSmall @borderRadiusSmall 0);
+ }
+ }
+ .input-append {
+ .btn {
+ .border-radius(0 @borderRadiusSmall @borderRadiusSmall 0);
+ }
+ }
}
-.form-search .input-append .search-query {
- .border-radius(14px 0 0 14px);
-}
-.form-search .input-append .btn {
- .border-radius(0 14px 14px 0);
-}
-.form-search .input-prepend .search-query {
- .border-radius(0 14px 14px 0);
-}
-.form-search .input-prepend .btn {
- .border-radius(14px 0 0 14px);
-}
-
-
-
// HORIZONTAL & VERTICAL FORMS
// ---------------------------
diff --git a/src/Umbraco.Web.UI.Client/src/less/main.less b/src/Umbraco.Web.UI.Client/src/less/main.less
index 1b573bbe0b..222fa2474e 100644
--- a/src/Umbraco.Web.UI.Client/src/less/main.less
+++ b/src/Umbraco.Web.UI.Client/src/less/main.less
@@ -47,10 +47,25 @@ h5.-black {
background: none;
border: none
}
-.datepicker td.active,
-.datepicker td span.active {
- background: @turquoise !important;
+.bootstrap-datetimepicker-widget {
+ td {
+ &.active, span.active {
+ background: @turquoise !important;
+ }
+ &.today:not(.active):before {
+ border-bottom-color: @purple-l1 !important;
+ }
+ a[data-action] {
+ padding: 0 !important;
+ }
+ .timepicker-hour,
+ .timepicker-minute,
+ .timepicker-second {
+ margin: 8px 0;
+ }
+ }
}
+
.umb-datetime-picker div.info {
vertical-align: middle
}
diff --git a/src/Umbraco.Web.UI.Client/src/less/panel.less b/src/Umbraco.Web.UI.Client/src/less/panel.less
index 6bc2a2b2de..7c18b79c81 100644
--- a/src/Umbraco.Web.UI.Client/src/less/panel.less
+++ b/src/Umbraco.Web.UI.Client/src/less/panel.less
@@ -446,8 +446,8 @@ input.umb-panel-header-name-input {
margin-bottom: 0;
font-weight: bold;
box-sizing: border-box;
- height: 30px;
- line-height: 30px;
+ height: 32px;
+ line-height: 32px;
width: 100%;
&:hover {
background: @white;
diff --git a/src/Umbraco.Web.UI.Client/src/less/sections.less b/src/Umbraco.Web.UI.Client/src/less/sections.less
index 51ec5c7436..d73e24e4ea 100644
--- a/src/Umbraco.Web.UI.Client/src/less/sections.less
+++ b/src/Umbraco.Web.UI.Client/src/less/sections.less
@@ -7,7 +7,7 @@ ul.sections {
background: @purple;
height: 100%;
width: 80px;
- border-right: 1px solid @purple;
+ border-right: 1px solid @purple-d1;
}
ul.sections li {
@@ -22,13 +22,16 @@ ul.sections li [class^="icon-"],
ul.sections li [class*=" icon-"],
ul.sections li img.icon-section {
font-size: 30px;
- line-height: 20px; /* set line-height to ensure all icons use same line-height */
display: inline-block;
margin: 1px 0 0 0;
color: @purple-l2;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
transition: all .3s linear;
+
+ &, &:before {
+ line-height: 20px !important; /* set line-height to ensure all icons use same line-height */
+ }
}
ul.sections:hover li [class^="icon-"],
@@ -168,7 +171,7 @@ ul.sections-tray {
width: 80px;
& > li:first-child > a {
- border-top: 1px solid @purple;
+ border-top: 1px solid @purple-d1;
}
& > li {
diff --git a/src/Umbraco.Web.UI.Client/src/less/variables.less b/src/Umbraco.Web.UI.Client/src/less/variables.less
index c173f122cb..666941b914 100644
--- a/src/Umbraco.Web.UI.Client/src/less/variables.less
+++ b/src/Umbraco.Web.UI.Client/src/less/variables.less
@@ -190,7 +190,7 @@
@inputBorderRadius: 0;
@inputDisabledBackground: @gray-10;
@formActionsBackground: @gray-9;
-@inputHeight: @baseLineHeight + 10px; // base line-height + 8px vertical padding + 2px top/bottom border
+@inputHeight: @baseLineHeight + 12px; // base line-height + 8px vertical padding + 2px top/bottom border
@controlRequiredColor: @red;
diff --git a/src/Umbraco.Web.UI.Client/src/views/common/dialogs/rteembed.html b/src/Umbraco.Web.UI.Client/src/views/common/dialogs/rteembed.html
index 9acb92401b..7bf24c086f 100644
--- a/src/Umbraco.Web.UI.Client/src/views/common/dialogs/rteembed.html
+++ b/src/Umbraco.Web.UI.Client/src/views/common/dialogs/rteembed.html
@@ -2,13 +2,13 @@