ref: master
plugins/custom_forms/public/style.css
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 |
.controller-profile_editor a.control-panel-custom-forms, .controller-profile_editor .msie6 a.control-panel-custom-forms { background-image: url(/plugins/custom_forms/icons/custom-forms.png) } .action-table { width: 100%; overflow: hidden; } .action-table th, .action-table td{ text-align: center; } .action-table .actions{ white-space: nowrap; text-align: left; } .action-table .new-item{ background-color: #EEE; } .edit-information { display: none; } .modal .edit-information { display: block; } .field-box { margin: 10px 0; } .field-box > div { overflow: hide; } .field-box .button { margin-left: 15px; } .field-box .addition-buttons .button { margin: 0px; } .field-box .required-field label{ font-weight: bold; color: #c00; } .field-box .required-field label:after { content: ' (*)'; } .field-select-type { margin: 10px 0; } .field-text-default { margin-top: 10px; } .field-list, .default-field-list { list-style-type: none; margin: 0px; padding: 0px; } .field-list { cursor: move; } .field-list label, .field-list legend { cursor: move; } ul.field-list > li > fieldset:hover { border: 2px dotted #BBB; } tr.addition-buttons { cursor: auto; } #ui-datepicker-div { border: 1px solid #CCC; } .ui-slider-horizontal { border: 1px solid #BBB; border-radius: 4px; } #custom-forms-plugin_submission .notify { padding: 8px; color: rgba(0,0,0,0.5); } #custom-forms-plugin_submission textarea { width: 100%; height: 10em; } #custom-forms-plugin_submission-view th { border: none; text-align: right; } #custom-forms-plugin_submission-view td { padding: 5px 0; } #custom-forms-plugin_submission-view td img { vertical-align: middle; } #custom-forms-plugin_submission-view td ul { padding: 0; margin: 0; } #custom-forms-plugin_submission-view td li { list-style: none; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><rect x="3.5" y="3.5" width="10" height="10" fill="black" stroke="black" fill-opacity="0.2" opacity="0.4" ry="1"/><path d="M 4,5 8.5,13 16,0 8.5,8.5 z"/></svg>') no-repeat 0 50%; padding: 0 0 0 20px; margin: 0; } |