|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- /* FORMS */
-
- div.form-title {
- /*background-color: #e0eeff;*/
- padding: 5px 19px 15px 19px;
- border-bottom: 1px solid #eee;
- }
-
- .appframe-titlebar .label {
- vertical-align: middle;
- margin-right: 7px;
- }
-
- div.form-section-head {
- border-top: 1px solid #ccc;
- padding: 11px 23px 0px 23px;
- }
-
- div.form-layout-row:first-child .form-section-head {
- border-top: 0px solid #ccc !important;
- margin-top: 0px;
- padding-top: 0px;
- }
-
- div.form-section-head h3 {
- line-height: 20px;
- }
-
- div.form-section-head hr {
- margin: 9px 0px;
- }
-
-
- div.frm_print_wrapper {
- background-color:#FFF;
- border:1px solid #444;
- padding: 40px;
-
- box-shadow:1px 1px 8px #229;
- -moz-box-shadow: 1px 1px 8px #229;
- -webkit-box-shadow: 1px 1px 8px #229;
- }
-
- div.page_break {
- margin: 24px 0px;
- border-top: 1px dashed #888;
- }
-
- div.dialog_frm {
- position: relative;
- margin: 10px;
- }
-
- .top_cell {
- height: 50px;
- }
-
- div.attach_area {
- padding: 8px;
- margin: 8px;
- background-color: #EEE;
- }
-
- div.attach_area table {
- width: 100%;
- }
-
- .tablabel_normal {
- margin: 0 4px 0 0;
- padding: 3px 5px;
- line-height: 1.3em;
- display: inline;
- cursor: pointer;
- }
-
- .tablabel_selected {
- margin: 0 4px 0 0;
- padding: 3px 5px;
- line-height: 1.3em;
- font-weight: bold;
- display: inline;
- cursor: pointer;
- color: #000;
- }
-
- .sectionCell {
- padding: 5px;
- vertical-align: top;
- }
-
- .code_area {
- width: 80%;
- margin: 8px;
- padding: 4px;
- background-color: #F8F8F8;
- border: 1px solid #CCC;
- overflow-x: auto;
- }
-
- .code_text {
- width: 100%;
- height: 360px;
- margin-top: 3px;
- font-family: Courier, Fixed;
- font-size: 12px;
- }
-
- div.time_field select{
- display: inline;
- margin: 2px;
- width: 45px;
- }
-
- /* sidebar */
-
- div.sidebar-comment-wrapper input {
- width: 70%;
- }
- div.sidebar-comment-message {
- margin-top: 8px;
- color: #777;
- }
-
- div.sidebar-comment-text {
- font-size: 12px;
- font-weight: bold;
- margin-top: 8px;
- color: #444;
- }
- div.sidebar-comment-info {
- color: #777;
- }
|