diff --git a/example/angular/index.html b/example/angular/index.html index c660913b8d..9a0fc4c784 100644 --- a/example/angular/index.html +++ b/example/angular/index.html @@ -9,8 +9,9 @@ - - + + + diff --git a/example/toderp/app.css b/example/toderp/app.css index e69de29bb2..7140e1d7e1 100644 --- a/example/toderp/app.css +++ b/example/toderp/app.css @@ -0,0 +1,21 @@ +body { + background: url('bg-ex.jpg') no-repeat transparent; + background-size: cover; +} +.content { + background-color: transparent; +} +label { + background-color: rgba(255, 255, 255, 0.6); +} +input { + background-color: transparent !important; +} +#login { + position: fixed; + bottom: 10px; + z-index: 4; + width: auto; + left: 10px; + right: 10px; +} diff --git a/example/toderp/bg-ex.jpg b/example/toderp/bg-ex.jpg new file mode 100644 index 0000000000..f064804af4 Binary files /dev/null and b/example/toderp/bg-ex.jpg differ diff --git a/example/toderp/index.html b/example/toderp/index.html index c569590e0c..a374081f1f 100644 --- a/example/toderp/index.html +++ b/example/toderp/index.html @@ -6,7 +6,7 @@ - + @@ -18,6 +18,30 @@
+