1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/aphront/form-view.css

100 lines
1.5 KiB
CSS
Raw Normal View History

2011-01-25 20:31:40 +01:00
/**
* @provides aphront-form-view-css
*/
.aphront-form-view {
background: #e7e7e7;
border: 1px solid #c4c4c4;
padding: 1em;
}
2011-01-26 02:40:21 +01:00
.aphront-form-view label.aphront-form-label {
2011-01-25 20:31:40 +01:00
padding-top: 4px;
2011-01-25 22:26:09 +01:00
width: 19%;
2011-01-25 20:31:40 +01:00
float: left;
text-align: right;
font-weight: bold;
font-size: 13px;
color: #666666;
}
.aphront-form-input {
2011-01-25 22:26:09 +01:00
margin-left: 20%;
2011-01-25 20:31:40 +01:00
margin-right: 25%;
2011-01-25 22:26:09 +01:00
width: 55%;
2011-01-25 20:31:40 +01:00
}
.aphront-form-error {
width: 23%;
float: right;
color: #aa0000;
font-weight: bold;
padding-top: 4px;
}
.aphront-form-input input,
.aphront-form-input textarea {
font-size: 12px;
width: 100%;
}
2011-01-26 00:19:06 +01:00
2011-01-25 20:31:40 +01:00
.aphront-form-input textarea {
height: 12em;
}
.aphront-form-control {
padding: 4px;
}
.aphront-form-control-submit button,
.aphront-form-control-submit a.button {
float: right;
2011-01-26 00:19:06 +01:00
margin: 0.5em 0 0em 2%;
}
.aphront-form-control-select .aphront-form-input {
padding-top: 2px;
2011-01-25 20:31:40 +01:00
}
2011-01-26 00:19:06 +01:00
2011-01-25 20:31:40 +01:00
.aphront-form-view .aphront-form-caption {
font-size: 11px;
color: #444444;
text-align: right;
clear: both;
margin-right: 25%;
2011-01-26 02:40:21 +01:00
margin-left: 20%;
2011-01-25 20:31:40 +01:00
}
.aphront-error-view {
width: 720px;
margin: 1em auto;
border: 1px solid #aa0000;
padding: 1em;
background: #f9b9bc;
}
.aphront-form-instructions {
2011-01-26 02:40:21 +01:00
margin: 0.75em 3% 1.25em;
2011-01-25 20:31:40 +01:00
}
.aphront-form-control-static .aphront-form-input {
padding-top: 4px;
font-size: 13px;
}
2011-01-26 02:40:21 +01:00
table.aphront-form-control-checkbox-layout {
margin-top: 3px;
font-size: 13px;
}
table.aphront-form-control-checkbox-layout th {
padding-top: 2px;
padding-left: 0.35em;
}
.aphront-form-control-checkbox-layout td input {
width: auto;
}