]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
More style for profile edit.
authorSamantha Doherty <sammy@status.net>
Wed, 16 Mar 2011 08:32:33 +0000 (04:32 -0400)
committerSamantha Doherty <sammy@status.net>
Wed, 16 Mar 2011 08:32:33 +0000 (04:32 -0400)
plugins/ExtendedProfile/css/profiledetail.css
plugins/ExtendedProfile/extendedprofilewidget.php

index e0650d40a129d641641be299449e61e1b60bf947..3af9bcba4ae826d33c66369c574973320c320d61 100644 (file)
     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;
 }
     display: block;
     height: 16px;
     width: 16px;
-    line-height: 4em;
     overflow: hidden;
     background-image: url('../../../theme/rebase/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;
 }
index fb519cfffc9dfaff13e10db660d20356cfedbd88..7f62d3eae40d2dc55e53a30d704082ec1bed3036 100644 (file)
@@ -486,7 +486,7 @@ class ExtendedProfileWidget extends Form
                 'href' => 'javascript://',
                 'style' => 'display: none;'
             ),
-            '+'
+            'Add another item'
         );
     }