NIHVIVO-2280: Worked on markup and css for account management templates

This commit is contained in:
manolobevia 2011-05-09 20:11:35 +00:00
parent 0a158ae30f
commit 5d6ad499b6

View file

@ -1457,4 +1457,57 @@ article.property h3 {
h2#personInPosition .verbosePropertyListing,
h2#hasResearchArea .verbosePropertyListing {
display: block;
}
/* -------------------------------------------------> */
/* ACCOUNTS ----------------------------------------> */
/* -------------------------------------------------> */
.account-feedback p {
padding: 10px;
background-color: #F0F0F0;
line-height: 1.5em;
}
table#account {
table-layout: auto;
width: 930px;
text-align: left;
margin: 0 auto;
border-collapse: collapse;
empty-cells: show;
caption-side: top;
margin: 20px 0 20px 0;
}
table#account caption {
display: none;
}
table#account thead {
}
table#account td {
vertical-align: top;
padding: .5em;
background-color: rgba(200, 200, 180,.25);
border: 1px solid #F7F9F9;
font-size: .9em;
}
#filter-roles {
float: left;
padding-bottom: 20px;
}
#search-accounts {
float: right;
}
.accounts {
clear: left;
overflow: hidden;
border-top: 1px solid #c1bfbf;
padding-top: 0;
border-bottom: 1px solid #c1bfbf;
padding-bottom: 0;
}
.delete-account {
float: left;
margin-top: 16px;
margin-right: 18px;
}
.display-tools {
float: left;
}