Rearranging Files
* Seperating standalone jQuery ULS plugin and extension related code * lib/jquery.uls can be submodule, but not now. Change-Id: I7d9cb47daa88dd1a27ceda602a08cab0073caf33
This commit is contained in:
126
lib/jquery.uls/examples/index.html
Normal file
126
lib/jquery.uls/examples/index.html
Normal file
File diff suppressed because one or more lines are too long
20
lib/jquery.uls/examples/resources/demo.css
Normal file
20
lib/jquery.uls/examples/resources/demo.css
Normal file
@@ -0,0 +1,20 @@
|
||||
body {
|
||||
padding-left: 10%;
|
||||
padding-right: 10%;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
div.navbar {
|
||||
background-color: #333;
|
||||
color: #FFFFFF;
|
||||
padding: 20px;
|
||||
}
|
||||
span.uls-trigger {
|
||||
float: right;
|
||||
}
|
||||
span.uls-trigger a {
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
4
lib/jquery.uls/examples/resources/jquery.js
vendored
Normal file
4
lib/jquery.uls/examples/resources/jquery.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user