mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +03:00
Fix minor style issue with survey button
This commit is contained in:
parent
704862faad
commit
5e90541918
@ -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;
|
||||
}
|
||||
|
@ -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"> </div>
|
||||
</form>
|
||||
<div id="ajax-loader"><img src="{{page.stylePath}}/images/ajax-loader.gif" alt="Loading..." /></div>
|
@ -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"> </div>
|
||||
</form>
|
||||
<div id="ajax-loader"><img src="{{page.stylePath}}/images/ajax-loader.gif" alt="Loading..." /></div>
|
@ -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;
|
||||
}
|
||||
|
@ -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"> </div>
|
||||
</form>
|
||||
<div id="ajax-loader"><img src="{{page.stylePath}}/images/ajax-loader.gif" alt="Loading..." /></div>
|
@ -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"> </div>
|
||||
</form>
|
||||
<div id="ajax-loader"><img src="{{page.stylePath}}/images/ajax-loader.gif" alt="Loading..." /></div>
|
Loading…
Reference in New Issue
Block a user