diff --git a/src/main/webapp/css/rhinoform.css b/src/main/webapp/css/rhinoform.css index 4293ab4..cd73f11 100644 --- a/src/main/webapp/css/rhinoform.css +++ b/src/main/webapp/css/rhinoform.css @@ -1,53 +1,53 @@ /** Layout **/ -.field { +.rhinoforms .field { margin: 15px 0; } -button { +.rhinoforms button { margin-top: 20px; } -label { +.rhinoforms label { width: 150px; display: inline-block; } -input[type='radio']+label { +.rhinoforms input[type='radio']+label { width: auto; } -.invalid { +.rhinoforms .invalid { background-color: Salmon; } -.invalid-message { +.rhinoforms .invalid-message { margin: 0 5px; } -.invalid-message-cleared { +.rhinoforms .invalid-message-cleared { visibility: hidden; } -.rf-included-false { +.rhinoforms .rf-included-false { display: none; } /** Auto-complete **/ -.rf-dropdown { +.rhinoforms .rf-dropdown { position: absolute; } -.rf-dropdown ul { +.rhinoforms .rf-dropdown ul { margin: 0; padding: 0; height: 9em; overflow-y: scroll; border: 1px solid lightGrey; } -.rf-dropdown li { +.rhinoforms .rf-dropdown li { list-style-type: none; background-color: white; } -.rf-dropdown li.over { +.rhinoforms .rf-dropdown li.over { background-color: lightblue; } /** DebugBar **/ -.rf-debugbar { +.rhinoforms .rf-debugbar { background-color: #45BCD2; opacity: 0.7; border-radius: 5px; diff --git a/src/main/webapp/example.html b/src/main/webapp/example.html index 29e00fa..dd3d9a1 100644 --- a/src/main/webapp/example.html +++ b/src/main/webapp/example.html @@ -22,7 +22,7 @@ -
+
Empty form container
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 8a07d5d..7c4aada 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -55,7 +55,7 @@

Other Stuff

-
+
Empty form container