Standalone html page with ULS
Demonstration of ULS jquery plugin. Change-Id: I425ffec9efe664cc91a0a3b8c9f79bd06d56abb5
This commit is contained in:
80
examples/index.html
Normal file
80
examples/index.html
Normal file
File diff suppressed because one or more lines are too long
18
examples/resources/demo.css
Normal file
18
examples/resources/demo.css
Normal file
@@ -0,0 +1,18 @@
|
||||
body{
|
||||
width: 80%;
|
||||
padding-left: 10%;
|
||||
padding-right: 10%;
|
||||
}
|
||||
div.navbar {
|
||||
background-color: #333;
|
||||
color: #FFFFFF;
|
||||
padding: 20px;
|
||||
}
|
||||
span.uls-trigger {
|
||||
float: right;
|
||||
}
|
||||
span.uls-trigger a {
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
4
examples/resources/jquery.js
vendored
Normal file
4
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