NIHVIVO-193 style tweaks for Position form
This commit is contained in:
parent
e4a2e10c41
commit
b304dab873
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
#content form {
|
#content form {
|
||||||
width: 50%;
|
/* width: 50%;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#content form div {
|
#content form div {
|
||||||
|
@ -17,8 +17,8 @@
|
||||||
clear: none;
|
clear: none;
|
||||||
margin-left: 5em;
|
margin-left: 5em;
|
||||||
margin-top: .9em;
|
margin-top: .9em;
|
||||||
width: 30%;
|
width: 200px;
|
||||||
padding: .6em 0 .6em 1.5em;
|
padding: 0.8em;
|
||||||
border: 1px solid #9c9c9c;
|
border: 1px solid #9c9c9c;
|
||||||
display: none; /* Hide if Javascript disabled. Javascript will show. */
|
display: none; /* Hide if Javascript disabled. Javascript will show. */
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
.new {
|
.new {
|
||||||
padding: .6em 0 .6em 1.5em;
|
padding: .6em 0 .6em 1.5em;
|
||||||
border: 1px solid #9c9c9c;
|
border: 1px solid #9c9c9c;
|
||||||
width: 70%;
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ option {
|
||||||
}
|
}
|
||||||
|
|
||||||
#content form .requiredHint {
|
#content form .requiredHint {
|
||||||
color: #ff7700;
|
color: #f00;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -56,5 +56,5 @@ form dl dt, form dl dd {
|
||||||
|
|
||||||
p.submit {
|
p.submit {
|
||||||
clear: left;
|
clear: left;
|
||||||
margin-top: 1em;
|
margin-top: 2em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue