Fix minor style issue with survey button

This commit is contained in:
Fedor A. Fetisov 2021-03-18 01:43:42 +03:00
parent 704862faad
commit 5e90541918
6 changed files with 14 additions and 8 deletions

View File

@ -356,7 +356,7 @@ a:hover .image-close-window {
/* sending message area (#send) */
#post-message {
}
#send-message, .submit-button {
#send-message, .submit-button, .form-button {
float: right;
width: 190px;
height: 33px;
@ -369,7 +369,10 @@ a:hover .image-close-window {
color: #9d6e06;
background: url("images/submit.gif") no-repeat 0 0 transparent;
}
#send-message:hover, .submit-button:hover {
.form-button {
float: left;
}
#send-message:hover, .submit-button:hover, .form-button:hover {
color: #000000;
background: url("images/submit.gif") no-repeat -190px 0 transparent;
}

View File

@ -51,7 +51,7 @@
</tr>
{{/if}}
</table>
<a href="javascript:void(0);" class="but" id="send-message">{{l10n "Send"}}</a>
<a href="javascript:void(0);" class="form-button" id="send-message">{{l10n "Send"}}</a>
<div class="clear">&nbsp;</div>
</form>
<div id="ajax-loader"><img src="{{page.stylePath}}/images/ajax-loader.gif" alt="Loading..." /></div>

View File

@ -49,7 +49,7 @@
{{/if}}
</table>
<br/>
<a href="javascript:void(0);" class="but" id="submit-survey">{{l10n "Start Chat"}}</a>
<a href="javascript:void(0);" class="form-button" id="submit-survey">{{l10n "Start Chat"}}</a>
<div class="clear">&nbsp;</div>
</form>
<div id="ajax-loader"><img src="{{page.stylePath}}/images/ajax-loader.gif" alt="Loading..." /></div>

View File

@ -353,7 +353,7 @@ a:hover .image-close-window {
/* sending message area (#send) */
#post-message {
}
#send-message, .submit-button {
#send-message, .submit-button, .form-button {
float: right;
width: 190px;
height: 33px;
@ -366,7 +366,10 @@ a:hover .image-close-window {
color: #495151;
background: url("images/submit.gif") no-repeat 0 0 transparent;
}
#send-message:hover, .submit-button:hover {
.form-button {
float: left;
}
#send-message:hover, .submit-button:hover, .form-button:hover {
color: #000000;
background: url("images/submit.gif") no-repeat -190px 0 transparent;
}

View File

@ -51,7 +51,7 @@
</tr>
{{/if}}
</table>
<a href="javascript:void(0);" class="but" id="send-message">{{l10n "Send"}}</a>
<a href="javascript:void(0);" class="form-button" id="send-message">{{l10n "Send"}}</a>
<div class="clear">&nbsp;</div>
</form>
<div id="ajax-loader"><img src="{{page.stylePath}}/images/ajax-loader.gif" alt="Loading..." /></div>

View File

@ -49,7 +49,7 @@
{{/if}}
</table>
<br/>
<a href="javascript:void(0);" class="but" id="submit-survey">{{l10n "Start Chat"}}</a>
<a href="javascript:void(0);" class="form-button" id="submit-survey">{{l10n "Start Chat"}}</a>
<div class="clear">&nbsp;</div>
</form>
<div id="ajax-loader"><img src="{{page.stylePath}}/images/ajax-loader.gif" alt="Loading..." /></div>