2011-01-25 11:31:40 -08:00
|
|
|
/**
|
|
|
|
* @provides aphront-form-view-css
|
|
|
|
*/
|
|
|
|
|
2011-06-09 15:28:29 -07:00
|
|
|
/**
|
|
|
|
* These styles are overrides for .aphront-form-view
|
|
|
|
*/
|
|
|
|
.aphront-form-view-shaded {
|
2011-01-25 11:31:40 -08:00
|
|
|
border: 1px solid #c4c4c4;
|
2011-06-09 15:28:29 -07:00
|
|
|
background: #e7e7e7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-form-view-padded {
|
2011-01-25 11:31:40 -08:00
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
2011-06-09 15:28:29 -07:00
|
|
|
|
2011-01-25 17:40:21 -08:00
|
|
|
.aphront-form-view label.aphront-form-label {
|
2011-01-25 11:31:40 -08:00
|
|
|
padding-top: 4px;
|
2011-01-25 13:26:09 -08:00
|
|
|
width: 19%;
|
2011-01-25 11:31:40 -08:00
|
|
|
float: left;
|
|
|
|
text-align: right;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 13px;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-form-input {
|
2011-01-25 13:26:09 -08:00
|
|
|
margin-left: 20%;
|
2011-01-25 11:31:40 -08:00
|
|
|
margin-right: 25%;
|
2011-01-25 13:26:09 -08:00
|
|
|
width: 55%;
|
2011-01-25 11:31:40 -08:00
|
|
|
}
|
|
|
|
|
2011-04-03 15:50:06 -07:00
|
|
|
|
2011-01-25 11:31:40 -08: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-25 15:19:06 -08:00
|
|
|
|
2011-01-25 11:31:40 -08: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-25 15:19:06 -08:00
|
|
|
margin: 0.5em 0 0em 2%;
|
|
|
|
}
|
|
|
|
|
2011-01-25 17:17:19 -08:00
|
|
|
.aphront-form-control-textarea textarea.aphront-textarea-very-short {
|
|
|
|
height: 3em;
|
|
|
|
}
|
|
|
|
|
2011-02-05 12:20:18 -08:00
|
|
|
.aphront-form-control-textarea textarea.aphront-textarea-very-tall {
|
|
|
|
height: 24em;
|
|
|
|
}
|
|
|
|
|
2011-01-25 15:19:06 -08:00
|
|
|
.aphront-form-control-select .aphront-form-input {
|
|
|
|
padding-top: 2px;
|
2011-01-25 11:31:40 -08:00
|
|
|
}
|
|
|
|
|
2011-01-25 15:19:06 -08:00
|
|
|
|
2011-01-25 11:31:40 -08:00
|
|
|
.aphront-form-view .aphront-form-caption {
|
|
|
|
font-size: 11px;
|
|
|
|
color: #444444;
|
|
|
|
text-align: right;
|
|
|
|
clear: both;
|
|
|
|
margin-right: 25%;
|
2011-01-25 17:40:21 -08:00
|
|
|
margin-left: 20%;
|
2011-01-25 11:31:40 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-form-instructions {
|
2011-01-25 17:40:21 -08:00
|
|
|
margin: 0.75em 3% 1.25em;
|
2011-01-25 11:31:40 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-form-control-static .aphront-form-input {
|
|
|
|
padding-top: 4px;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
2011-01-25 17:40:21 -08:00
|
|
|
|
2011-04-03 15:50:06 -07:00
|
|
|
.aphront-form-control-togglebuttons .aphront-form-input {
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
|
2011-01-25 17:40:21 -08: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;
|
|
|
|
}
|
2011-02-05 23:56:06 -08:00
|
|
|
|
|
|
|
.aphront-form-input hr {
|
|
|
|
border: none;
|
|
|
|
background: #bbbbbb;
|
|
|
|
height: 1px;
|
|
|
|
position: relative;
|
2011-03-24 11:07:36 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.aphront-form-inset {
|
|
|
|
margin: 0 0 1em;
|
|
|
|
padding: .75em;
|
|
|
|
background: #f3f3f3;
|
|
|
|
border: 1px solid #afafaf;
|
|
|
|
}
|
Improve drag-and-drop uploader
Summary:
Make it discoverable, show uploading progress, show file thumbnails, allow you
to remove files, make it a generic form component.
Test Plan:
Uploaded ducks
Reviewed By: tomo
Reviewers: aran, tomo, jungejason, tuomaspelkonen
CC: anjali, aran, epriestley, tomo
Differential Revision: 334
2011-05-22 16:11:41 -07:00
|
|
|
|
|
|
|
.aphront-form-drag-and-drop-file-list {
|
|
|
|
width: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.drag-and-drop-instructions {
|
|
|
|
color: #333333;
|
|
|
|
font-size: 11px;
|
|
|
|
padding: 6px 8px;
|
|
|
|
}
|
2011-07-15 14:17:55 -07:00
|
|
|
|
|
|
|
.aphront-textarea-drag-and-drop {
|
|
|
|
background: #99ff99;
|
|
|
|
border-color: #669966;
|
|
|
|
}
|