removes inline styles
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user