# HG changeset patch # User Guido Berhoerster # Date 1412105559 -7200 # Node ID 3642bb668af15e065d56779f07da9e07f821eb12 # Parent 8445c729ba979d83e5813c114db5389672e993a8 Indicate if there are unsaved changes diff -r 8445c729ba97 -r 3642bb668af1 booket.css --- a/booket.css Mon Sep 29 22:39:17 2014 +0200 +++ b/booket.css Tue Sep 30 21:32:39 2014 +0200 @@ -146,6 +146,16 @@ font-size: .75em; } +#save-form .unsaved-changes-message { + margin: 0; + font-size: .75em; +} + +.unsaved-changes-message strong { + font-weight: bold; + color: #a40000; +} + form.bookmark-editor-form img.bookmark-favicon { display: block; padding: 1px 0; diff -r 8445c729ba97 -r 3642bb668af1 booket.html --- a/booket.html Mon Sep 29 22:39:17 2014 +0200 +++ b/booket.html Tue Sep 30 21:32:39 2014 +0200 @@ -110,6 +110,8 @@
Save Bookmarks +