jquery und ui

This commit is contained in:
home
2020-02-14 19:18:58 +01:00
parent b8f05bd746
commit adfee6b969
6 changed files with 37 additions and 1 deletions
+8 -1
View File
@@ -1,3 +1,10 @@
# css_func_lib
git submodule add https://git.seemsleg.it/ef/css-func-lib css
git submodule add https://git.seemsleg.it/ef/css-func-lib css
<link rel="stylesheet" type="text/css" href="/cssjs/admin.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/cssjs/jquery-ui.min.css" media="screen" />
<script src="/cssjs/jquery.min.js"></script>
<script src="/cssjs/jquery-ui.min.js"></script>
<script src="/cssjs/form.js"></script>
+5
View File
@@ -1,4 +1,9 @@
textarea {
display: block;
width: 100%;
}
form .label {
float: left;
width: 200px;
}
+2
View File
@@ -0,0 +1,2 @@
$('textarea').autoResize();
+7
View File
File diff suppressed because one or more lines are too long
+13
View File
File diff suppressed because one or more lines are too long
+2
View File
File diff suppressed because one or more lines are too long