Jump to content
  • 0

Трабл с обратной связью


bayanruby2
 Share

Question

http://www.gistoryja.ru/template/sendmail/

Если чтото не заполнить и нажать отправить вылазит дин. уведомление о ошибке.

Но перед тем как нажать отправить эта кнопка "Отправить письмо" стоит по середине, если нажать на неё она сдвинется влево, вот не знаю как это исправить.

Вот КСС код

Но чтото не могу найти то что мне надо :(

Помогите.

#contact_form {
font-family: Verdana, Arial, "Times New Roman";
font-size: 12px;
color: #666;
}
/** FORM STYLES GENERAL **/
#contact_form input, select, textarea {
font-size: 11px;
color:#999999;
width: 300px;
height: 28px;
border: #CCC solid 1px;
/** BORDER RADIUS HACKS **/

}

#contact_form input:hover, select:hover, textarea:hover {
border: 1px solid #999;
}

#contact_form input:focus, select:focus, textarea:focus {
border: 1px solid #999;
}

/** FORM STYLE: select **/
#contact_form select {
padding: 5px 5px 3px 5px;
}
#contact_form select option {
cursor: pointer;
padding: 5px;
}
/** FORM STYLE: textarea **/
#contact_form textarea {
height: 80px;
width: 329px;
padding: 4px 2px 2px 4px;
font-family: Verdana, Arial, "Times New Roman";
}
/** FORM STYLE: input **/
#contact_form input {
padding: 0 5px 0px 30px;
background-position: 7px 5px;
background-repeat: no-repeat;
}

input#send {
padding:0;
width:135px;
height: 23px;
background: url(../img/contact/send_button.png);
}

input#send:hover {
border: 1px solid #999;
color: #666;
}

#contact_form label {
display:inline-block;
width: 100px;
vertical-align:top;
margin-top: 6px;
}
/** CONTAINER OF INPUTS **/
#contact_form span {
border:0;
padding:0;
margin:0;
display: block;
margin-bottom: 10px;
}

#name {
background-image: url(../img/contact/user_suit.png);
}

#email {
background-image: url(../img/contact/email.png);
}

#phone {
background-image: url(../img/contact/phone.png);
}

#ajax_loader {
display:none;
}

.success {
border: 1px solid #00CC00 ;
color:#4F8A10;
background: #F2FFF2;
display:none;
margin-top: 3px;
font-size: 11px;
padding: 5px;
text-align: center;
margin-bottom: 5px;
/** BORDER RADIUS HACKS **/

}
.error {
display:none;
margin-top: 3px;
font-size: 11px;
border: 1px solid #FF4F4F;
color:#D6000E;
background: #FFF2F2;
padding: 5px;
text-align: center;
margin-bottom: 5px;
/** BORDER RADIUS HACKS **/

}
.warning {
display:none;
margin-top: 3px;
font-size: 11px;
color: #9F6000;
background: #FFF9D5;
border: 1px solid #FFD324;
padding: 5px;
text-align: center;
/** BORDER RADIUS HACKS **/

}

#contact_form .noicon {
padding: 0px 7px 0 7px;
text-align:center;
}

.cap{
position: relative;
left: 240px;
bottom: 28px;
}

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Обсуждения

    • Актуальные контакты: Telegram: @Nikker_web E-Mail:   tarasevich.email@gmail.com Портфолио https://www.behance.net/d4d4186e Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ    
    • Актуальные контакты: Telegram: @Nikker_web E-Mail:   tarasevich.email@gmail.com   Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ   Портфолио https://www.behance.net/d4d4186e
    • Доброго всем времени суток. Прошу помощи. Научите принципу изменения футера. Движок Xenforo. Версия 2.2.10. Стиль дефолтный. Что именно нужно в итоге на фото примере. Мой шаблон app.footer less имеет следующее значение.  .p-footer { .xf-publicFooter(); a { .xf-publicFooterLink(); } } .p-footer-inner { .m-pageWidth(); .m-pageInset(); padding-top: @xf-paddingMedium; padding-bottom: @xf-paddingLarge; } .p-footer-row { .m-clearFix(); margin-bottom: -@xf-paddingLarge; } .p-footer-row-main { float: left; margin-bottom: @xf-paddingLarge; } .p-footer-row-opposite { float: right; margin-bottom: @xf-paddingLarge; } .p-footer-linkList { .m-listPlain(); .m-clearFix(); > li { float: left; margin-right: .5em; &:last-child { margin-right: 0; } a { padding: 2px 4px; border-radius: @xf-borderRadiusSmall; &:hover { text-decoration: none; background-color: fade(@xf-publicFooterLink--color, 10%); } } } } .p-footer-rssLink { > span { position: relative; top: -1px; display: inline-block; width: 1.44em; height: 1.44em; line-height: 1.44em; text-align: center; font-size: .8em; background-color: #4682B4; border-radius: 2px; } .fa-rss { color: white; } } .p-footer-copyright { margin-top: @xf-elementSpacer; text-align: center; font-size: @xf-fontSizeSmallest; } .p-footer-debug { margin-top: @xf-paddingLarge; text-align: right; font-size: @xf-fontSizeSmallest; .pairs > dt { color: inherit; } } @media (max-width: @xf-responsiveMedium) { .p-footer-row-main, .p-footer-row-opposite { float: none; } .p-footer-copyright { text-align: left; padding: 0 4px; // aligns with other links } }  
    • Нужны сайты с примерами верстки, типа https://css-tricks.com/. Типовые приемы и нестандартные на все случаи жизни. Накидайте ссылок.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy