VIVO-201: removed some css redundancies
This commit is contained in:
parent
b89dba1982
commit
8516955979
17 changed files with 199 additions and 544 deletions
|
@ -17,7 +17,8 @@ form.customForm div.addNewLink {
|
|||
display: none; /* Hide if Javascript disabled. Javascript will show. */
|
||||
}
|
||||
form.customForm .existing span.requiredHint,
|
||||
form.customForm .new span.requiredHint {
|
||||
form.customForm .new span.requiredHint,
|
||||
#ie67DisableWrapper {
|
||||
display: none; /* Hide if Javascript disabled. Javascript will show. */
|
||||
}
|
||||
form.customForm .existing {
|
||||
|
@ -34,7 +35,8 @@ form.customForm .existing {
|
|||
width: 300px;
|
||||
}
|
||||
form.customForm p.inline input,
|
||||
form.customForm p.inline label {
|
||||
form.customForm p.inline label,
|
||||
form.customForm p.inline-search {
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
|
@ -89,9 +91,6 @@ form.customForm textarea {
|
|||
div.acSelection {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
#ie67DisableWrapper {
|
||||
display: none;
|
||||
}
|
||||
form.customForm input.concept-search {
|
||||
float: right;
|
||||
margin-right: 1em;
|
||||
|
@ -102,23 +101,15 @@ form.customForm h4.services {
|
|||
margin-bottom: -5px;
|
||||
margin-top: -12px;
|
||||
}
|
||||
form.customForm p.inline-search {
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
form.customForm p.inline-search #searchTerm{
|
||||
margin-top: 6px;
|
||||
}
|
||||
/* <------ DATE TIME*/
|
||||
form.customForm fieldset,
|
||||
fieldset.dateTime label,
|
||||
form.customForm label.dateTime {
|
||||
display: inline;
|
||||
}
|
||||
form.customForm fieldset {
|
||||
display: inline;
|
||||
}
|
||||
fieldset.dateTime label {
|
||||
display: inline;
|
||||
}
|
||||
fieldset.dateTime select {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
|
@ -28,9 +28,6 @@ form.customForm h4 {
|
|||
background: none;
|
||||
color: #000;
|
||||
}
|
||||
.disabledSubmit {
|
||||
cursor: default ! important;
|
||||
}
|
||||
span.readOnly {
|
||||
color: #000;
|
||||
}
|
||||
|
@ -39,12 +36,10 @@ span.readOnly {
|
|||
label.vniLabels {
|
||||
padding-left: 50px;
|
||||
}
|
||||
input.vniInputs {
|
||||
input.vniInputs,
|
||||
input.sepInputs {
|
||||
margin-left: 57px;
|
||||
}
|
||||
label.sepLabels {
|
||||
padding-left: 31px;
|
||||
}
|
||||
input.sepInputs {
|
||||
margin-left: 57px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue