Remove “!important” rules, “!important” was not so important after all.
[Sone.git] / src / main / resources / static / css / sone.css
index 445d841..f444cab 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;
 }
@@ -543,6 +561,6 @@ textarea {
 }
 
 #sone .confirm {
-       font-weight: bold !important;
-       color: red !important;
+       font-weight: bold;
+       color: red;
 }