Style tweaks to admin dashboard "add individual" button and verbose property listings.
This commit is contained in:
parent
e1ce43ff74
commit
1264f721cd
1 changed files with 10 additions and 0 deletions
|
@ -445,6 +445,10 @@ are necessary for cross-browser consistency
|
||||||
margin-top: 3em;
|
margin-top: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#adminDashboard .add-action-button {
|
||||||
|
margin-top: .75em;
|
||||||
|
}
|
||||||
|
|
||||||
#logoutPanel {
|
#logoutPanel {
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 4.5em;
|
margin-right: 4.5em;
|
||||||
|
@ -636,6 +640,12 @@ span.statementWrap:hover em.nonEditable {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.verbosePropertyListing {
|
||||||
|
color: gray;
|
||||||
|
font-size: 0.75em;
|
||||||
|
margin-left: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/************************
|
/************************
|
||||||
Backend forms
|
Backend forms
|
||||||
|
|
Loading…
Add table
Reference in a new issue