comparison booket.css @ 18:3642bb668af1

Indicate if there are unsaved changes
author Guido Berhoerster <guido+booket@berhoerster.name>
date Tue, 30 Sep 2014 21:32:39 +0200
parents 8445c729ba97
children 4a4d9527c06f
comparison
equal deleted inserted replaced
17:8445c729ba97 18:3642bb668af1
144 .bookmark-editor-form label { 144 .bookmark-editor-form label {
145 font-weight: bold; 145 font-weight: bold;
146 font-size: .75em; 146 font-size: .75em;
147 } 147 }
148 148
149 #save-form .unsaved-changes-message {
150 margin: 0;
151 font-size: .75em;
152 }
153
154 .unsaved-changes-message strong {
155 font-weight: bold;
156 color: #a40000;
157 }
158
149 form.bookmark-editor-form img.bookmark-favicon { 159 form.bookmark-editor-form img.bookmark-favicon {
150 display: block; 160 display: block;
151 padding: 1px 0; 161 padding: 1px 0;
152 } 162 }
153 163