font-weight: bold;
}
+
#header.saving {
background-color: #E1C1C1;
}
}
.saving #save-attempt-info {
display: inline;
+ font-weight: normal;
}
+
+#header.out-of-date {
+ background-color: #E1C1C1;
+}
+#header.out-of-date #save-button {
+ display: none;
+}
+#out-of-date-info {
+ color: #801000;
+ display: none;
+}
+.out-of-date #out-of-date-info {
+ display: inline;
+}
+
+
+
#header h1, #header h1 a {
margin: 0;
padding: 0;
overflow: hidden;
}
-.htmlview *[x-editable] {
- background-color: white;
-
-}
.htmlview .active[x-editable] {
background-color: #FAFAFA;
border: 1px solid #DDD;