mirror of
https://github.com/Mibew/mibew.git
synced 2025-05-08 13:33:06 +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) */
|
/* sending message area (#send) */
|
||||||
#post-message {
|
#post-message {
|
||||||
}
|
}
|
||||||
#send-message, .submit-button {
|
#send-message, .submit-button, .form-button {
|
||||||
float: right;
|
float: right;
|
||||||
width: 190px;
|
width: 190px;
|
||||||
height: 33px;
|
height: 33px;
|
||||||
@ -369,7 +369,10 @@ a:hover .image-close-window {
|
|||||||
color: #9d6e06;
|
color: #9d6e06;
|
||||||
background: url("images/submit.gif") no-repeat 0 0 transparent;
|
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;
|
color: #000000;
|
||||||
background: url("images/submit.gif") no-repeat -190px 0 transparent;
|
background: url("images/submit.gif") no-repeat -190px 0 transparent;
|
||||||
}
|
}
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</table>
|
</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>
|
<div class="clear"> </div>
|
||||||
</form>
|
</form>
|
||||||
<div id="ajax-loader"><img src="{{page.stylePath}}/images/ajax-loader.gif" alt="Loading..." /></div>
|
<div id="ajax-loader"><img src="{{page.stylePath}}/images/ajax-loader.gif" alt="Loading..." /></div>
|
@ -49,7 +49,7 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
</table>
|
</table>
|
||||||
<br/>
|
<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>
|
<div class="clear"> </div>
|
||||||
</form>
|
</form>
|
||||||
<div id="ajax-loader"><img src="{{page.stylePath}}/images/ajax-loader.gif" alt="Loading..." /></div>
|
<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) */
|
/* sending message area (#send) */
|
||||||
#post-message {
|
#post-message {
|
||||||
}
|
}
|
||||||
#send-message, .submit-button {
|
#send-message, .submit-button, .form-button {
|
||||||
float: right;
|
float: right;
|
||||||
width: 190px;
|
width: 190px;
|
||||||
height: 33px;
|
height: 33px;
|
||||||
@ -366,7 +366,10 @@ a:hover .image-close-window {
|
|||||||
color: #495151;
|
color: #495151;
|
||||||
background: url("images/submit.gif") no-repeat 0 0 transparent;
|
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;
|
color: #000000;
|
||||||
background: url("images/submit.gif") no-repeat -190px 0 transparent;
|
background: url("images/submit.gif") no-repeat -190px 0 transparent;
|
||||||
}
|
}
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</table>
|
</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>
|
<div class="clear"> </div>
|
||||||
</form>
|
</form>
|
||||||
<div id="ajax-loader"><img src="{{page.stylePath}}/images/ajax-loader.gif" alt="Loading..." /></div>
|
<div id="ajax-loader"><img src="{{page.stylePath}}/images/ajax-loader.gif" alt="Loading..." /></div>
|
@ -49,7 +49,7 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
</table>
|
</table>
|
||||||
<br/>
|
<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>
|
<div class="clear"> </div>
|
||||||
</form>
|
</form>
|
||||||
<div id="ajax-loader"><img src="{{page.stylePath}}/images/ajax-loader.gif" alt="Loading..." /></div>
|
<div id="ajax-loader"><img src="{{page.stylePath}}/images/ajax-loader.gif" alt="Loading..." /></div>
|
Loading…
Reference in New Issue
Block a user