mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
feature:save-panel : reuse textfield css
This commit is contained in:
parent
b11b16b427
commit
8b6958bf0b
@ -4,6 +4,9 @@
|
||||
border-radius : 2px;
|
||||
padding : 3px 10px;
|
||||
color : white;
|
||||
|
||||
box-sizing:border-box;
|
||||
-moz-box-sizing:border-box;
|
||||
}
|
||||
|
||||
.textfield[disabled=disabled] {
|
||||
|
@ -152,7 +152,7 @@
|
||||
}
|
||||
|
||||
.import-resize-field {
|
||||
width: 30px;
|
||||
width: 50px;
|
||||
margin-right: 8px;
|
||||
text-align: right;
|
||||
}
|
||||
|
@ -5,11 +5,11 @@
|
||||
<div class="row">
|
||||
<label>Title : </label>
|
||||
</div>
|
||||
<input id="save-title" type="text" style="width :100%;"/>
|
||||
<input id="save-title" type="text" class="textfield" style="width :100%;"/>
|
||||
<div class="row">
|
||||
<label>Description :</label>
|
||||
</div>
|
||||
<textarea id="save-description" style="width :100%;"></textarea>
|
||||
<textarea id="save-description" class="textfield" style="width :100%;"></textarea>
|
||||
<input type="submit" class="button button-primary gif-upload-button" value="Save" />
|
||||
</form>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user