]> git.mxchange.org Git - friendica.git/blobdiff - view/style.css
remove hidden country/state vars
[friendica.git] / view / style.css
index 3105c5f777c85f12a633fd2d702af5308b2c99c5..35f66ccff8bd0130d67c6218e1c6e9d7befdb8bf 100644 (file)
@@ -279,15 +279,24 @@ input#dfrn-url {
        margin-bottom: 20px;
 }
 
+.profile-edit-submit-wrapper {
+       margin-top: 20px;
+       margin-bottom: 20px;
+}
+
 #profile-edit-profile-name-label,
 #profile-edit-name-label,
 #profile-edit-gender-label,
+#profile-edit-dob-label,
 #profile-edit-address-label,
 #profile-edit-locality-label,
 #profile-edit-region-label,
 #profile-edit-postal-code-label,
 #profile-edit-country-name-label,
 #profile-edit-marital-label,
+#profile-edit-sexual-label,
+#profile-edit-politic-label,
+#profile-edit-religion-label,
 #profile-edit-homepage-label {
        float: left;
        width: 175px;
@@ -296,12 +305,16 @@ input#dfrn-url {
 #profile-edit-profile-name,
 #profile-edit-name,
 #gender-select,
+#profile-edit-dob,
 #profile-edit-address,
 #profile-edit-locality,
 #profile-edit-region,
 #profile-edit-postal-code,
 #profile-edit-country-name,
 #marital-select,
+#sexual-select,
+#profile-edit-politic,
+#profile-edit-religion,
 #profile-in-dir-yes,
 #profile-in-dir-no {
        float: left;
@@ -322,20 +335,24 @@ input#dfrn-url {
 #profile-edit-profile-name-end,
 #profile-edit-name-end,
 #profile-edit-gender-end,
+#profile-edit-dob-end,
 #profile-edit-address-end,
 #profile-edit-locality-end,
 #profile-edit-region-end,
 #profile-edit-postal-code-end,
 #profile-edit-country-name-end,
 #profile-edit-marital-end,
+#profile-edit-sexual-end,
+#profile-edit-politic-end,
+#profile-edit-religion-end,
 #profile-edit-homepage-end,
 #profile-in-dir-break, 
 #profile-in-dir-end {
        clear: both;
 }
 
-#gender-select, #marital-select {
width: 145px;
+#gender-select, #marital-select, #sexual-select {
      width: 220px;
 }
 
 #profile-edit-profile-name-wrapper .required {
@@ -513,12 +530,21 @@ input#dfrn-url {
 .pager_prev,
 .pager_next,
 .pager_n {
-  border: 1px solid black;
-  background: #EEE;
-  padding: 4px;
+       border: 1px solid black;
+       background: #EEE;
+       padding: 4px;
 }
+
+.pager_first a,
+.pager_last a,
+.pager_prev a,
+.pager_next a,
+.pager_n a {
+       text-decoration: none;
+}
+
 .pager_current {
   border: 1px solid black;
-  background: #E33;
+  background: #FFCCCC;
   padding: 4px;
 }