NIHVIVO-1316: Worked on making individual pages theme agnostic.
This commit is contained in:
parent
4c6ae87390
commit
ba2d4c6dd0
3 changed files with 219 additions and 67 deletions
|
@ -513,73 +513,6 @@ are necessary for cross-browser consistency
|
|||
margin-left: .9em;
|
||||
}
|
||||
|
||||
/*** end Admin Dashboard ***/
|
||||
|
||||
div.admin {
|
||||
color: #fff;
|
||||
background: #aaa;
|
||||
padding: 6px;
|
||||
height: 1%; /* IE likes this */
|
||||
width: 98%; /* and this */
|
||||
}
|
||||
|
||||
div.panelContents {
|
||||
color: #777;
|
||||
background: #e5e3d5;
|
||||
/* display: none;*/
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
div.top {
|
||||
margin: 0;
|
||||
padding: 0 24px 0 0;
|
||||
position: relative;
|
||||
top: -16px;
|
||||
background: #e5e3d5;
|
||||
}
|
||||
|
||||
div.bottom {
|
||||
margin: 0 -12px;
|
||||
position: relative;
|
||||
bottom: -16px;
|
||||
padding: 6px 12px 8px 12px;
|
||||
}
|
||||
|
||||
.admin h3 {
|
||||
font-size: 1em;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
color: #ddd;
|
||||
background: #aaa;
|
||||
line-height: 2em;
|
||||
margin: 0 !important; /* fix for IE6 */
|
||||
margin-right: -24px;
|
||||
padding: 0 12px;
|
||||
width: 100% !important; /* fix for IE6 */
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.admin p { margin-bottom: .25em; }
|
||||
|
||||
.admin a:link,
|
||||
.admin a:visited { color: #fff; }
|
||||
|
||||
.panelContents a:link,
|
||||
.panelContents a:visited { color: #777; }
|
||||
|
||||
.admin a:hover,
|
||||
.admin a:active { color: #000; }
|
||||
|
||||
#loginPanel ul { margin: 0; }
|
||||
|
||||
#loginPanel li {
|
||||
list-style-type: none;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/******************************************************************
|
||||
ENTITY LIST TOGGLES
|
||||
(The little plus/minus toggles that show additional items)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue