diff --git a/src/Umbraco.Web.UI.Client/src/less/properties.less b/src/Umbraco.Web.UI.Client/src/less/properties.less index 06f05ab0aa..2e700dd77a 100644 --- a/src/Umbraco.Web.UI.Client/src/less/properties.less +++ b/src/Umbraco.Web.UI.Client/src/less/properties.less @@ -1,23 +1,21 @@ //----- SCHEDULED PUBLISH ------ -.place-holder { - height: 60px; - width: 60px; - margin: 15px auto; - background-color: @gray-8; -} - .date-wrapper { display: flex; - justify-content: space-around; flex-direction: row; + border-top: 1px solid @gray-10; + border-bottom: 1px solid @gray-10; +} + +.date-wrapper__date { + padding: 10px; } .date-container { text-align: center; } -.date-wrapper__number{ +.date-wrapper__number { font-size: 40px; line-height: 50px; color: @gray-2; @@ -31,21 +29,21 @@ margin-bottom: 5px; } -.date-container__date { - padding: 0 10px; -} .date-container__date:hover { background-color: @gray-10; cursor: pointer; } -.date-wrapper__date{ - font-size: 13px; - color: @gray-6; - margin: 0; +.date-wrapper__date { + padding: 10px; + flex: 1 1 50%; } -.data-wrapper__add{ +.date-wrapper__date:last-of-type { + border-left: 1px solid @gray-10; +} + +.data-wrapper__add { font-size: 18px; line-height: 10px; color: @gray-8; @@ -53,11 +51,6 @@ margin: 0; } -.date-separate { - width: 1px; - background-color: @gray-8; -} - //------------------- HISTORY ------------------ .history { diff --git a/src/Umbraco.Web.UI.Client/src/views/content/overlays/schedule.html b/src/Umbraco.Web.UI.Client/src/views/content/overlays/schedule.html index 2547eec32b..1a170b9d75 100644 --- a/src/Umbraco.Web.UI.Client/src/views/content/overlays/schedule.html +++ b/src/Umbraco.Web.UI.Client/src/views/content/overlays/schedule.html @@ -7,62 +7,63 @@

-
+
+
+ + +
+ -
- -
- -
- +
+ {{vm.variants[0].releaseDateFormatted}} +
-
- {{vm.variants[0].releaseDateFormatted}} -
+ + Set date + - - Set date +
+ + + - - - - - - +
-
- -
+
+ -
- +
+ -
- {{vm.variants[0].removeDateFormatted}} -
- - - Set date +
+ {{vm.variants[0].removeDateFormatted}} +
+ +
+ Set date + + +
+ + + - - - - - - +
-
-