Ajaxify the edit button.
[Sone.git] / src / main / resources / static / css / sone.css
index 445d841..55646f3 100644 (file)
@@ -16,6 +16,10 @@ input[type=text], textarea {
        outline: none;
 }
 
+input[type=text].short {
+       width: 25em;
+}
+
 textarea {
        height: 4em;
 }
@@ -447,6 +451,20 @@ textarea {
        font-weight: bold;
 }
 
+#sone .profile-field .name.hidden {
+       display: none;
+}
+
+#sone .profile-field button.confirm {
+       font-weight: bold;
+       color: #080;
+}
+
+#sone .profile-field button.cancel {
+       font-weight: bold;
+       color: red;
+}
+
 #sone .profile-field .value {
        margin-left: 2em;
 }