]> git.mxchange.org Git - friendica.git/blobdiff - view/style.css
profile additions
[friendica.git] / view / style.css
index 701a7d0c5fdb1ca9c576b2873fe6e5c76beea8b1..06dd6581cdd4f180d360c69f5d737334a6783660 100644 (file)
@@ -278,16 +278,23 @@ input#dfrn-url {
        margin-left: 50px;
        margin-bottom: 20px;
 }
+#profile-edit-dob-hide-label {
+       margin-left: 20px;
+       width: 150px;
+}
+
 
 #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-homepage-label {
        float: left;
        width: 175px;
@@ -296,12 +303,14 @@ 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-in-dir-yes,
 #profile-in-dir-no {
        float: left;
@@ -322,12 +331,14 @@ 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-homepage-end,
 #profile-in-dir-break, 
 #profile-in-dir-end {
@@ -499,4 +510,35 @@ input#dfrn-url {
 
 #directory-search-end {
        clear: both;
-}
\ No newline at end of file
+}
+
+.pager {
+  padding: 10px;
+  text-align: center;
+  font-size: 1.0em;
+}
+
+
+.pager_first,
+.pager_last,
+.pager_prev,
+.pager_next,
+.pager_n {
+       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: #FFCCCC;
+  padding: 4px;
+}