Issue 635

Fixed the problem with the thanks's message,
This commit is contained in:
Daniel Camargo 2013-01-24 17:43:59 -02:00
parent e318387b17
commit a32a3be935

View File

@ -1699,6 +1699,7 @@ html[xmlns] .clearfix {
font-size: 12px; font-size: 12px;
line-height: 17px; line-height: 17px;
font-weight: bold; font-weight: bold;
width: 100%;
} }
.ui-icon-closethick{ .ui-icon-closethick{
color: #FFF; color: #FFF;
@ -1823,6 +1824,9 @@ html[xmlns] .clearfix {
margin-left: 165px; margin-left: 165px;
margin-top: 10px; margin-top: 10px;
} }
.suggestion-thanks-text{
width: 400px;
}
} }
@media only screen and (min-width : 770px) and (max-width : 1023px) { @media only screen and (min-width : 770px) and (max-width : 1023px) {
@ -1858,6 +1862,9 @@ html[xmlns] .clearfix {
margin-left: 165px; margin-left: 165px;
margin-top: 10px; margin-top: 10px;
} }
.suggestion-thanks-text{
width: 400px;
}
} }