Remove “!important” rules, “!important” was not so important after all.
[Sone.git] / src / main / resources / static / css / sone.css
index bbe6fd4..f444cab 100644 (file)
@@ -16,6 +16,10 @@ input[type=text], textarea {
        outline: none;
 }
 
+input[type=text].short {
+       width: 25em;
+}
+
 textarea {
        height: 4em;
 }
@@ -438,7 +442,7 @@ textarea {
        display: inline;
 }
 
-#sone .profile-field {
+#sone .profile-field, #sone #edit-profile button[type=submit], #sone #delete-profile-field {
        margin-top: 1em;
 }
 
@@ -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;
 }
@@ -543,6 +561,6 @@ textarea {
 }
 
 #sone .confirm {
-       font-weight: bold !important;
-       color: red !important;
+       font-weight: bold;
+       color: red;
 }