This commit is contained in:
Sebastian Titz
2021-11-24 09:50:22 +01:00
parent 6204caa5ae
commit 1ac3b335b3
6 changed files with 11318 additions and 11318 deletions
+30 -30
View File
@@ -1,31 +1,31 @@
textarea { textarea {
display: block; display: block;
width: 100%; width: 100%;
} }
form .label { form .label {
float: left; float: left;
width: 200px; width: 200px;
} }
.admin_navi { .admin_navi {
display: block; display: block;
width: 100%; width: 100%;
border-bottom: 1px solid #000; border-bottom: 1px solid #000;
overflow: overlay; overflow: overlay;
} }
.admin_navi li { .admin_navi li {
display: block; display: block;
float: left; float: left;
margin: 0 10px; margin: 0 10px;
} }
.hover { .hover {
border: 1px solid white; border: 1px solid white;
} }
.hover:hover { .hover:hover {
border: 1px solid black; border: 1px solid black;
} }
+2 -2
View File
@@ -1,2 +1,2 @@
function autosize(tx){for(var i=0;i<tx.length;i++){tx[i].setAttribute("style","height:"+tx[i].scrollHeight+"px;overflow-y:hidden;");tx[i].addEventListener("input",OnInputAutoSize,false)}}function OnInputAutoSize(){this.style.height="auto";this.style.height=this.scrollHeight+"px"}; function autosize(tx){for(var i=0;i<tx.length;i++){tx[i].setAttribute("style","height:"+tx[i].scrollHeight+"px;overflow-y:hidden;");tx[i].addEventListener("input",OnInputAutoSize,false)}}function OnInputAutoSize(){this.style.height="auto";this.style.height=this.scrollHeight+"px"};
//# sourceMappingURL=autosize.min.js.map //# sourceMappingURL=autosize.min.js.map
+9 -9
View File
@@ -1,9 +1,9 @@
{ {
"version":3, "version":3,
"file":"", "file":"",
"lineCount":1, "lineCount":1,
"mappings":"AAAAA,QAASA,SAAQ,CAACC,EAAD,CAAK,CACpB,IAAK,IAAIC,EAAI,CAAb,CAAgBA,CAAhB,CAAoBD,EAAAE,OAApB,CAA+BD,CAAA,EAA/B,CAAoC,CAClCD,EAAA,CAAGC,CAAH,CAAAE,aAAA,CAAmB,OAAnB,CAA4B,SAA5B,CAAyCH,EAAA,CAAGC,CAAH,CAAAG,aAAzC,CAA+D,uBAA/D,CACAJ,GAAA,CAAGC,CAAH,CAAAI,iBAAA,CAAuB,OAAvB,CAAgCC,eAAhC,CAAiD,KAAjD,CAFkC,CADhB,CAMtBA,QAASA,gBAAe,EAAG,CACzB,IAAAC,MAAAC,OAAA,CAAoB,MACpB,KAAAD,MAAAC,OAAA,CAAqB,IAAAJ,aAArB,CAA0C,IAFjB;", "mappings":"AAAAA,QAASA,SAAQ,CAACC,EAAD,CAAK,CACpB,IAAK,IAAIC,EAAI,CAAb,CAAgBA,CAAhB,CAAoBD,EAAAE,OAApB,CAA+BD,CAAA,EAA/B,CAAoC,CAClCD,EAAA,CAAGC,CAAH,CAAAE,aAAA,CAAmB,OAAnB,CAA4B,SAA5B,CAAyCH,EAAA,CAAGC,CAAH,CAAAG,aAAzC,CAA+D,uBAA/D,CACAJ,GAAA,CAAGC,CAAH,CAAAI,iBAAA,CAAuB,OAAvB,CAAgCC,eAAhC,CAAiD,KAAjD,CAFkC,CADhB,CAMtBA,QAASA,gBAAe,EAAG,CACzB,IAAAC,MAAAC,OAAA,CAAoB,MACpB,KAAAD,MAAAC,OAAA,CAAqB,IAAAJ,aAArB,CAA0C,IAFjB;",
"sources":["autosize.js"], "sources":["autosize.js"],
"sourcesContent":["function autosize(tx) {\r\n for (let i = 0; i < tx.length; i++) {\r\n tx[i].setAttribute(\"style\", \"height:\" + (tx[i].scrollHeight) + \"px;overflow-y:hidden;\");\r\n tx[i].addEventListener(\"input\", OnInputAutoSize, false);\r\n }\r\n}\r\nfunction OnInputAutoSize() {\r\n this.style.height = \"auto\";\r\n this.style.height = (this.scrollHeight) + \"px\";\r\n}"], "sourcesContent":["function autosize(tx) {\r\n for (let i = 0; i < tx.length; i++) {\r\n tx[i].setAttribute(\"style\", \"height:\" + (tx[i].scrollHeight) + \"px;overflow-y:hidden;\");\r\n tx[i].addEventListener(\"input\", OnInputAutoSize, false);\r\n }\r\n}\r\nfunction OnInputAutoSize() {\r\n this.style.height = \"auto\";\r\n this.style.height = (this.scrollHeight) + \"px\";\r\n}"],
"names":["autosize","tx","i","length","setAttribute","scrollHeight","addEventListener","OnInputAutoSize","style","height"] "names":["autosize","tx","i","length","setAttribute","scrollHeight","addEventListener","OnInputAutoSize","style","height"]
} }
+11265 -11265
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
File diff suppressed because one or more lines are too long
+6 -6
View File
File diff suppressed because one or more lines are too long