removes inline styles

This commit is contained in:
Nathan Woulfe
2018-06-21 07:15:54 +10:00
parent ecaa853799
commit 411ff80b3e
2 changed files with 16 additions and 4 deletions

View File

@@ -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 {

View File

@@ -4,8 +4,7 @@
<input type="text"
localize="placeholder"
placeholder="@general_url"
class="umb-editor umb-textstring"
style="float:left; min-width:0; width:65%"
class="umb-editor umb-editor-pull umb-textstring"
ng-model="model.target.url"
ng-disabled="model.target.id"
focus-when="{{true}} "/>
@@ -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" />
<datalist id="anchors">