Hide the “idle” marker on a modified Sone.
[Sone.git] / src / main / resources / static / css / sone.css
index cbf69a6..5908c82 100644 (file)
@@ -285,6 +285,10 @@ textarea {
        top: -0.5ex
 }
 
+#sone .sone.idle.modified .idle-marker {
+       display: none;
+}
+
 #sone .sone .last-update {
        float: right;
        display: inline;
@@ -391,8 +395,6 @@ textarea {
        font-size: 200%;
        font-weight: bold;
        clear: both;
-       margin: 0;
-       margin-top: 1em;
 }
 
 #sone .error label {