]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/ExtendedProfile/css/profiledetail.css
initialize fave, sub, and membership URIs
[quix0rs-gnu-social.git] / plugins / ExtendedProfile / css / profiledetail.css
index 797d32d415f066e7d47239fcc168d9dbdb42c796..def07f3beb0e4e4b222374b4028ad2974f2617f0 100644 (file)
@@ -55,6 +55,7 @@
     float: left;
     padding-top: 2px;
     padding-bottom: 2px;
+    max-width: 350px;
 }
 
 #profiledetailsettings #content table.extended-profile td {
     margin-right: 8px;
 }
 
+.form_settings .extended-profile label {
+    display: none;
+}
+
+.extended-profile textarea {
+    width: 280px;
+}
+
+.extended-profile input[type=text] {
+    width: 280px;
+}
+
+.extended-profile .phone-item input[type=text], .extended-profile .im-item input[type=text], .extended-profile .website-item input[type=text] {
+    width: 175px;
+}
+
+.extended-profile input.hasDatepicker {
+    width: 100px;
+}
+
 .experience-item input[type=text], .education-item input[type=text] {
     float: left;
 }
 .form_settings .extended-profile label.checkbox {
     max-width: 100%;
     float: none;
+    display: inline;
     left: -20px;
 }
 
-.phone-item label, .im-item label {
-    display: none;
-}
-
 .extended-profile select {
     padding-right: 2px;
     font-size: 0.88em;
     display: block;
     height: 16px;
     width: 16px;
-    line-height: 4em;
     overflow: hidden;
-    background-image: url('../../../theme/rebase/images/icons/icons-01.gif');
+    background-image: url('../../../theme/base/images/icons/icons-01.gif');
     background-repeat: no-repeat;
 }
 
     float: right;
     position: relative;
     top: 6px;
+    line-height: 4em;
 }
 
 .extended-profile a.add_row {
     clear: both;
     position: relative;
     top: 6px;
-    left: 2px;
+    left: 2px; 
     background-position: 0px -1186px;
+    width: 120px;
+    padding-left: 20px;
+    line-height: 1.2em;
 }
 
 #content table.extended-profile .supersizeme th {
     width: 100%;
 }
 
+#profiledetailsettings .education-item textarea {
+    float: left;
+    margin-bottom: 8px;
+}
+
 #profiledetailsettings tr:last-child .experience-item, #profiledetailsettings tr:last-child .education-item {
     margin-bottom: 0px;
 }