diff options
author | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2010-01-27 18:13:03 -0500 |
---|---|---|
committer | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2010-01-27 18:13:03 -0500 |
commit | 88e0e25fb96d61961ff97cc0f754ea7d45e84f15 (patch) | |
tree | f9d3fd15425b3dd98877166ecac8fd533a5c5267 /admin | |
parent | 27ae9c0d9e697724f744a5930ca0b654ccf01b13 (diff) | |
download | bayonetcms-88e0e25fb96d61961ff97cc0f754ea7d45e84f15.tar.gz |
Yet another loose set of files not initially committed
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2.1@481 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'admin')
-rw-r--r-- | admin/settings/style.css | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/admin/settings/style.css b/admin/settings/style.css new file mode 100644 index 0000000..9969542 --- /dev/null +++ b/admin/settings/style.css @@ -0,0 +1,64 @@ +/* START>> PASSWORD STYLES */
+
+input{
+ font-family: "Lucida Grande", "Verdana", sans-serif;
+}
+
+#pwordCont{
+ font-family: "Lucida Grande", "Verdana", sans-serif;
+ width: 820px;
+ font-size:12px;
+ margin-left: auto;
+ margin-right: auto;
+ padding: 50px 0 0 0;
+}
+
+#complexity{
+ color: #000;
+ font-size: 10px;
+ text-align: center;
+}
+
+.outer {
+ width:180px;
+ height:5px;
+ background-color: #CCC;
+}
+
+.default {
+ height:5px;
+ background-color: #CCC;
+ width:0px;
+}
+.short {
+ height:5px;
+ background-color: #aa0033;
+ width:15px;
+}
+.weak {
+ height:5px;
+ background-color: #aa0033;
+ width:45px;
+}
+.good {
+ height:5px;
+ background-color: #6699cc;
+ width:90px;
+}
+.strong {
+ height:5px;
+ background-color: #008000;
+ width:135px;
+}
+.secure {
+ height:5px;
+ background-color: #008000;
+ width:180px;
+}
+
+span.value{
+ font-weight:bold;
+ float: right;
+}
+
+/* END>> PASSWORD STYLES */
\ No newline at end of file |