projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
050e8f9
)
TPAC: Use % font size + bold to highlight login failure
user/dbs/login_failure
author
Dan Scott
<dscott@laurentian.ca>
Tue, 17 Jul 2012 16:55:39 +0000
(12:55 -0400)
committer
Dan Scott
<dscott@laurentian.ca>
Tue, 17 Jul 2012 16:58:16 +0000
(12:58 -0400)
Loved the idea to call more attention to login failures, but wanted to
try to stick to % for font sizes where possible. Testing suggested that
font-weight:bold and a little padding on top would help the display as
well.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/web/css/skin/default/opac/style.css
patch
|
blob
|
history
diff --git
a/Open-ILS/web/css/skin/default/opac/style.css
b/Open-ILS/web/css/skin/default/opac/style.css
index
246c172
..
30bef30
100644
(file)
--- a/
Open-ILS/web/css/skin/default/opac/style.css
+++ b/
Open-ILS/web/css/skin/default/opac/style.css
@@
-680,8
+680,10
@@
div.format_icon {
}
#login-failed-message {
- font-size: 16px;
+ font-size: 125%;
+ font-weight: bold;
color: red;
+ padding-top: 1em;
}
#home-buttons-inner {