ask/app/assets/stylesheets/ask/ask.css

53 lines
863 B
CSS

.form-horizontal {
background-color: #fdfdfd;
padding: 2em;
}
.form-horizontal .control-group {
margin-bottom: 1em;
padding-bottom: 0.5em;
}
.form-horizontal .control-label {
font-size: 1em;
float: left;
width: 10em;
text-align: right;
line-height: 1em;
margin-top: 0;
margin-bottom: 0;
display: block;
}
.form-horizontal .control-group .controls {
margin-left: 13.5em;
}
.form-horizontal input[type="text"],
.form-horizontal textarea,
.form-horizontal select {
height: 2.1em;
line-height: 2.1em;
width: 220px;
background-color: #FFF;
border: 1px solid #d7dadb;
border-radius: 0.3em;
}
.form-horizontal textarea {
width: 97%;
height: 180px;
}
/*button*/
.form-horizontal .form-actions {
border-top: 1px solid #d7dadb;
padding: 1em 0 0 20em;
}
/*驗證碼*/
.text-error {
color: #b94a48;
font-size: 10px;
}