Skip to content
Snippets Groups Projects
Commit 50c03aab authored by ElenaMetelitsa's avatar ElenaMetelitsa
Browse files

New button style

parent d766399f
Branches
Tags
No related merge requests found
.button-load {
width: 37px;
height: 37px;
margin: 0;
padding:0;
border: 0;
background-image: url(http://i.imgur.com/8BgaE65.png);
text-indent: -1000em;
cursor: pointer;
cursor: hand;}
#loading {/*display:none;*/
background-image: url(http://i.imgur.com/n5JjOM9.gif);
width: 37px;
height: 37px;
margin: 0;
padding:0;
border: 0;
text-indent: -1000em;
cursor: pointer;
cursor: hand;
}
/*url(‘http://i.imgur.com/8BgaE65.png’) no-repeat center top;*/
......@@ -41,6 +41,7 @@
<link href='https://fonts.googleapis.com/css?family=PT+Sans&subset=cyrillic-ext,latin' rel='stylesheet' type='text/css'>
{{ HTML.style('static/css/common.css')|raw }}
{{ HTML.style('static/css/load.css')|raw }}
{#
HTML.style('static/css/messages.css')
DEPRECATED:
......
......@@ -20,7 +20,9 @@
<textarea id="message" class="defaultForm FullWidth marginBetween" placeholder="Сообщение"></textarea>
<form enctype="multipart/form-data" action="{{ URL.site("handler/uploader/imageupload") }}" method="POST" name="loadPicture" id="loadPicture" target="hiddenframe">
<input id="imageFile" name="imageFile" type="file">
<input class="button-load" id="imageFile" name="imageFile" type="file">
<img src="http://i.imgur.com/n5JjOM9.gif">
<div id="errormes"></div>
</form>
<iframe id="hiddenframe" name="hiddenframe" style="width:0px; height:0px; border:0px"></iframe>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment