diff --git a/src/Umbraco.Web.UI.Client/src/less/property-editors.less b/src/Umbraco.Web.UI.Client/src/less/property-editors.less
index 2d317fa4a0..77fd17ea38 100644
--- a/src/Umbraco.Web.UI.Client/src/less/property-editors.less
+++ b/src/Umbraco.Web.UI.Client/src/less/property-editors.less
@@ -3,10 +3,24 @@
// --------------------------------------------------
.umb-editor {
min-width:66.6%;
+
+ &-pull {
+ float:left;
+ width:66.6%;
+ }
+
+ &-push {
+ float:right;
+ }
}
.umb-editor-tiny {
width: 60px;
+
+ &.umb-editor-push {
+ width:30%;
+ min-width:0;
+ }
}
.umb-editor-small {
diff --git a/src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.html b/src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.html
index 93d13d275a..2ad9177e8c 100644
--- a/src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.html
+++ b/src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.html
@@ -4,8 +4,7 @@
@@ -14,8 +13,7 @@
list="anchors"
localize="placeholder"
placeholder="@general_anchor"
- class="umb-editor umb-textstring"
- style="float:right; min-width:0; width:30%"
+ class="umb-editor umb-editor-push umb-editor-tiny umb-textstring"
ng-model="model.target.anchor" />