NIHVIVO-2829: chages template, css and minor js addition for account profile association
This commit is contained in:
parent
53d6dc7019
commit
a0e962774e
5 changed files with 131 additions and 56 deletions
|
@ -27,31 +27,22 @@ table#account th {
|
|||
background-color: #F7F9F9;
|
||||
height: 40px;
|
||||
color: #064D68;
|
||||
padding-top: 5px;
|
||||
padding-top: 7px;
|
||||
border: 1px solid #d9e4ea;
|
||||
border-bottom: none;
|
||||
padding-left: 6px;
|
||||
font-size: .9em;
|
||||
}
|
||||
table#account th {
|
||||
text-align: left;
|
||||
} /*Fix for IE8 and 9, force text in a cell to be aligned to the left*/
|
||||
table#account tr {
|
||||
background-color: #fff;
|
||||
}
|
||||
table#account tr:nth-child(2n) {
|
||||
background-color: rgba(200, 200, 180,.25);
|
||||
}
|
||||
table#account td {
|
||||
vertical-align: top;
|
||||
padding: .5em;
|
||||
border: 1px solid #d9e4ea;
|
||||
font-size: .825em;
|
||||
padding-top: .5em;
|
||||
padding-bottom: .5em;
|
||||
font-size: .9em;
|
||||
}
|
||||
table#account tr {
|
||||
background-color: #fff;
|
||||
}
|
||||
table#account td a{
|
||||
word-wrap: break-word;
|
||||
table#account tr:nth-child(2n+1) {
|
||||
background-color: rgba(200, 200, 180,.25);
|
||||
}
|
||||
#filter-roles {
|
||||
float: left;
|
||||
|
@ -170,18 +161,14 @@ padding-right: 5px;
|
|||
}
|
||||
#associated {
|
||||
float:right;
|
||||
margin-top:-98px;
|
||||
margin-right:80px;
|
||||
display:none;
|
||||
display:none;
|
||||
}
|
||||
#associated label {
|
||||
margin-bottom:5px;
|
||||
}
|
||||
#associationOptions {
|
||||
float:right;
|
||||
margin-top:-98px;
|
||||
margin-right:80px;
|
||||
display:none;
|
||||
display:none;
|
||||
}
|
||||
#verifyProfileLink {
|
||||
margin-left:10px;
|
||||
|
@ -189,3 +176,68 @@ padding-right: 5px;
|
|||
#externalAuthIdInUse {
|
||||
color: #f70;
|
||||
}
|
||||
#associateProfileBackgroundOne {
|
||||
background-color:#fff;
|
||||
padding:5px 0 5px 0;
|
||||
margin-left:-8px;
|
||||
margin-right:-8px;
|
||||
padding-top:7px;
|
||||
width:100%;
|
||||
border:none;
|
||||
border-right:none;
|
||||
border-bottom-left-radius: 5px;
|
||||
border-top-left-radius: 5px;
|
||||
-moz-border-radius-bottomleft: 5px;
|
||||
-moz-border-radius-topleft: 5px;
|
||||
-webkit-border-bottom-left-radius: 5px;
|
||||
-webkit-border-top-left-radius: 5px;
|
||||
}
|
||||
#associateProfileBackgroundTwo {
|
||||
background-color:#f1f2ee;
|
||||
padding-top:7px;
|
||||
padding-bottom:42px;
|
||||
padding-right:94px;
|
||||
margin-top:-112px;
|
||||
margin-right:-8px;
|
||||
border:1px solid #ccc;
|
||||
border-left:none;
|
||||
border-top-right-radius: 5px;
|
||||
-moz-border-radius-topright: 5px;
|
||||
-webkit-border-top-right-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
-moz-border-radius-bottomright: 5px;
|
||||
-webkit-border-bottom-right-radius: 5px;
|
||||
}
|
||||
#associateProfileBackgroundThree {
|
||||
background-color:#f1f2ee;
|
||||
padding-left:12px;
|
||||
padding-top:7px;
|
||||
padding-bottom:26px;
|
||||
padding-right:94px;
|
||||
margin-top:-112px;
|
||||
margin-left:-12px;
|
||||
margin-right:-8px;
|
||||
border:1px solid #ccc;
|
||||
border-left:none;
|
||||
border-bottom:none;
|
||||
border-top-right-radius: 5px;
|
||||
-moz-border-radius-topright: 5px;
|
||||
-webkit-border-top-right-radius: 5px;
|
||||
}
|
||||
#associateProfileBackgroundFour {
|
||||
background-color:#f1f2ee;
|
||||
padding-left:12px;
|
||||
padding-bottom:26px;
|
||||
padding-right:94px;
|
||||
margin-top:-8px;
|
||||
margin-left:-12px;
|
||||
margin-right:-8px;
|
||||
border:1px solid #ccc;
|
||||
border-top:none;
|
||||
border-bottom-left-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
-moz-border-radius-bottomleft: 5px;
|
||||
-moz-border-radius-bottomright: 5px;
|
||||
-webkit-border-bottom-left-radius: 5px;
|
||||
-webkit-border-bottom-right-radius: 5px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue