NIHVIVO-2944 Updated "Expecting Content" message based on login state and whether the user has permission to rebuild the search index.

This commit is contained in:
cappadona 2011-07-18 11:55:31 +00:00
parent eb0f71fbc5
commit 9432886cac
3 changed files with 32 additions and 18 deletions

View file

@ -63,7 +63,7 @@
padding: .5em;
margin-bottom: 10px;
}
.rebuildSearchIndex {
.contentNote {
float: right;
padding: .6em;
background: #ffc;
@ -71,12 +71,12 @@
-webkit-border-radius: 6px;
border-radius: 6px;
}
.rebuildSearchIndex h4,
.rebuildSearchIndex p {
.contentNote h4,
.contentNote p {
margin: 0;
padding: 0;
}
.rebuildSearchIndex p {
.contentNote p {
font-size: .8em;
}