diff --git a/productMods/edit/forms/css/customForm.css b/productMods/edit/forms/css/customForm.css
index d2f5c332..35106804 100644
--- a/productMods/edit/forms/css/customForm.css
+++ b/productMods/edit/forms/css/customForm.css
@@ -1,13 +1,11 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
-/* Some of these styles should most likely apply to all forms. */
-
#content form {
width: 50%;
}
#content form div {
- clear: left;
+ clear: both;
}
#content form h6 {
@@ -15,9 +13,9 @@
}
#addNewLink {
+ /* Right float isn't the right way to do this, because the correct right margin
+ depends on window size. Should be floated left instead. */
float: right;
- /* This right margin works pretty well for both the add and edit version of the form.
- Could customize for each of these versions later. */
margin-right: 15em;
margin-top: .8em;
width: 30%;
@@ -33,7 +31,7 @@
}
#existingOrNew {
- font-style:italic;
+ font-style: italic;
margin-left: 1em;
}
@@ -69,11 +67,6 @@ select,
margin-bottom: 1em;
}
-/* This div starts off hidden in case Javascript is disabled. Javascript will show it. */
-#addNewLink {
- display: none;
-}
-
option {
padding: 0 2px;
}
diff --git a/productMods/edit/forms/css/personHasPositionHistory.css b/productMods/edit/forms/css/personHasPositionHistory.css
index 0dc42bbe..5d2adcc0 100644
--- a/productMods/edit/forms/css/personHasPositionHistory.css
+++ b/productMods/edit/forms/css/personHasPositionHistory.css
@@ -1,2 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
+#endYearHint {
+ margin-left: 1em;
+}
\ No newline at end of file
diff --git a/productMods/edit/forms/personHasPositionHistory.jsp b/productMods/edit/forms/personHasPositionHistory.jsp
index a0567e54..23b99772 100644
--- a/productMods/edit/forms/personHasPositionHistory.jsp
+++ b/productMods/edit/forms/personHasPositionHistory.jsp
@@ -300,14 +300,13 @@
request.setAttribute("customCss", customCss);
%>
-