| 1 |
.clearfix{ |
| 2 |
clear: both; |
| 3 |
display:block; |
| 4 |
} |
| 5 |
|
| 6 |
#nmcontact-form-meta{ |
| 7 |
width: 100%; |
| 8 |
} |
| 9 |
|
| 10 |
#container-1 { |
| 11 |
width: 40%; |
| 12 |
border: 1px solid #E6E6E6; |
| 13 |
} |
| 14 |
|
| 15 |
.s-font { |
| 16 |
font-size: 11px; |
| 17 |
color: #AFAFAF; |
| 18 |
margin: 0px; |
| 19 |
} |
| 20 |
.headings { |
| 21 |
vertical-align: top; |
| 22 |
padding-top: 5px; |
| 23 |
font-weight: bold; |
| 24 |
width: 20%; |
| 25 |
} |
| 26 |
|
| 27 |
#form-meta-bttons{ |
| 28 |
width: 20%; |
| 29 |
border: 1px solid; |
| 30 |
padding: 7px; |
| 31 |
float: left; |
| 32 |
} |
| 33 |
|
| 34 |
#form-meta-bttons table{ |
| 35 |
display:none; |
| 36 |
} |
| 37 |
|
| 38 |
#form-meta-bttons > p{border: none; text-align: justify} |
| 39 |
|
| 40 |
#form-meta-bttons .top-heading-text{ float:left;padding:8px 0 0 5px;cursor: move;display: block;width: 90%;} |
| 41 |
#form-meta-bttons .top-heading-icons{ float:right;} |
| 42 |
|
| 43 |
#form-meta-setting .top-heading-text{ float:left;padding:0;cursor: move;display: block;width: 90%;} |
| 44 |
#form-meta-setting .top-heading-icons{ float:right;} |
| 45 |
|
| 46 |
|
| 47 |
#form-meta-setting{ |
| 48 |
float: right; |
| 49 |
width: 75%; |
| 50 |
/* border: 1px solid #d3d3d3; */ |
| 51 |
min-height: 350px; |
| 52 |
} |
| 53 |
|
| 54 |
#form-meta-setting table{ |
| 55 |
display: table-cell; |
| 56 |
} |
| 57 |
|
| 58 |
#form-meta-setting table tr{line-height: 15px} |
| 59 |
|
| 60 |
#form-meta-setting h3{ |
| 61 |
padding: 5px; |
| 62 |
font-weight: bold; |
| 63 |
cursor: pointer; |
| 64 |
} |
| 65 |
|
| 66 |
#form-meta-setting ul{ |
| 67 |
min-height: 300px; |
| 68 |
/* border: 1px solid; */ |
| 69 |
} |
| 70 |
|
| 71 |
.input-type-item{ |
| 72 |
text-align: center; |
| 73 |
border: 1px solid; |
| 74 |
line-height: 0px; |
| 75 |
cursor: move; |
| 76 |
} |
| 77 |
|
| 78 |
#form-meta-setting .input-item-heading{ |
| 79 |
cursor: move; |
| 80 |
border-bottom-color: #dfdfdf; |
| 81 |
text-shadow: #fff 0 1px 0; |
| 82 |
-webkit-box-shadow: 0 1px 0 #fff; |
| 83 |
box-shadow: 0 1px 0 #fff; |
| 84 |
background: #f1f1f1; |
| 85 |
background-image: -webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f9f9f9)); |
| 86 |
background-image: -webkit-linear-gradient(bottom,#ececec,#f9f9f9); |
| 87 |
background-image: -moz-linear-gradient(bottom,#ececec,#f9f9f9); |
| 88 |
background-image: -o-linear-gradient(bottom,#ececec,#f9f9f9); |
| 89 |
background-image: linear-gradient(to top,#ececec,#f9f9f9); |
| 90 |
} |
| 91 |
|
| 92 |
.table-column-title{width: 20%} |
| 93 |
.table-column-input{width: 25%} |
| 94 |
.table-column-desc{font-size: 11px;color: #AFAFAF;} |
| 95 |
|
| 96 |
table#form-main-settings td{padding: 10px 0}; |
| 97 |
|
| 98 |
div.filemanager-rules{ |
| 99 |
padding: 5px; |
| 100 |
background: #eee; |
| 101 |
border: #ccc 1px solid; |
| 102 |
} |
| 103 |
|
| 104 |
li.plugin-field-set{ |
| 105 |
background-color: #F1F0F0; |
| 106 |
padding: 5px; |
| 107 |
border: 1px solid #ccc; |
| 108 |
} |
| 109 |
|
| 110 |
li.plugin-field-set label{ |
| 111 |
font-weight: bold; |
| 112 |
} |
| 113 |
li.plugin-field-set input, |
| 114 |
li.plugin-field-set textarea{ |
| 115 |
font-weight: normal; |
| 116 |
} |
| 117 |
li.plugin-field-set .help{ |
| 118 |
color: #999; |
| 119 |
font-weight: normal; |
| 120 |
font-size: 12px; |
| 121 |
} |
| 122 |
|