Add birth date to profile.
[Sone.git] / src / main / resources / static / css / sone.css
index cbf69a6..5c83091 100644 (file)
@@ -111,6 +111,16 @@ textarea {
        padding: 1em;
 }
 
+#sone #edit-profile #birth-day, #sone #edit-profile #birth-month, #sone #edit-profile #birth-year {
+       display: inline;
+       width: 15em;
+}
+
+#sone #edit-profile #birth-day input, #sone #edit-profile #birth-month input, #sone #edit-profile #birth-year input {
+       width: 4em;
+       text-align: right;
+}
+
 #sone .post {
        padding: 1ex 0px;
        border-bottom: solid 1px #ccc;
@@ -285,6 +295,10 @@ textarea {
        top: -0.5ex
 }
 
+#sone .sone.idle.modified .idle-marker {
+       display: none;
+}
+
 #sone .sone .last-update {
        float: right;
        display: inline;
@@ -391,8 +405,6 @@ textarea {
        font-size: 200%;
        font-weight: bold;
        clear: both;
-       margin: 0;
-       margin-top: 1em;
 }
 
 #sone .error label {