summaryrefslogtreecommitdiffstats
path: root/documentation/components/components-passwordfield.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/components/components-passwordfield.asciidoc')
-rw-r--r--documentation/components/components-passwordfield.asciidoc10
1 files changed, 2 insertions, 8 deletions
diff --git a/documentation/components/components-passwordfield.asciidoc b/documentation/components/components-passwordfield.asciidoc
index 1c1ae3bb6d..87f466da0c 100644
--- a/documentation/components/components-passwordfield.asciidoc
+++ b/documentation/components/components-passwordfield.asciidoc
@@ -26,7 +26,7 @@ The result is shown in <<figure.components.passwordfield.basic>>.
[[figure.components.passwordfield.basic]]
.[classname]#PasswordField#
-image::img/passwordfield-basic.png[]
+image::img/passwordfield-basic.png[width=40%, scaledwidth=50%]
You should note that the [classname]#PasswordField# hides the input only from
"over the shoulder" visual observation. Unless the server connection is
@@ -38,7 +38,6 @@ possible by exploiting JavaScript execution security holes in the browser.
[[components.passwordfield.css]]
== CSS Style Rules
-
[source, css]
----
.v-textfield { }
@@ -46,9 +45,4 @@ possible by exploiting JavaScript execution security holes in the browser.
The [classname]#PasswordField# does not have its own CSS style name but uses the
same [literal]#++v-textfield++# style as the regular [classname]#TextField#. See
-<<dummy/../../../framework/components/components-textfield#components.textfield.css,"CSS
-Style Rules">> for information on styling it.
-
-CSS Styling
-
-
+<<dummy/../../../framework/components/components-textfield#components.textfield.css,"CSS Style Rules">> for information on styling it.