summaryrefslogtreecommitdiffstats
path: root/custodia_pwmgr/static
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2015-10-16 13:21:22 +0200
committerChristian Heimes <christian@python.org>2015-10-16 13:21:22 +0200
commit91e382abd6a6b527ca3a1a8e6e83f4f21a115a75 (patch)
tree2dd097c12e39fb62cef66445ca44368933aa835c /custodia_pwmgr/static
parente2eb7931187dd8fd6580ef18027a9fe209b57dab (diff)
downloadcustodia_pwmgr-91e382abd6a6b527ca3a1a8e6e83f4f21a115a75.tar.gz
custodia_pwmgr-91e382abd6a6b527ca3a1a8e6e83f4f21a115a75.tar.xz
custodia_pwmgr-91e382abd6a6b527ca3a1a8e6e83f4f21a115a75.zip
Retrieve password
Handle exceptions and error conditions
Diffstat (limited to 'custodia_pwmgr/static')
-rw-r--r--custodia_pwmgr/static/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/custodia_pwmgr/static/style.css b/custodia_pwmgr/static/style.css
index 211e307..45c7e98 100644
--- a/custodia_pwmgr/static/style.css
+++ b/custodia_pwmgr/static/style.css
@@ -3,6 +3,7 @@ a, h1, h2 { color: #377BA8; }
h1, h2 { font-family: 'Georgia', serif; margin: 0; }
h1 { border-bottom: 2px solid #eee; }
h2 { font-size: 1.2em; }
+dt { font-weight: bold; }
.page { margin: 2em auto; width: 35em; border: 5px solid #ccc;
padding: 0.8em; background: white; }
@@ -13,7 +14,7 @@ h2 { font-size: 1.2em; }
.add-entry dl { font-weight: bold; }
.metanav { text-align: right; font-size: 0.8em; padding: 0.3em;
margin-bottom: 1em; background: #fafafa; }
-.flash { background: #CEE5F5; padding: 0.5em;
+.flashes { background: #CEE5F5; padding: 0.5em;
border: 1px solid #AACBE2; }
.error { background: #F0D6D6; padding: 0.5em; }