NIHVIVO-1706: Added confirmation alert for photo deletion in image upload and individual templates
This commit is contained in:
parent
1d61e93c2e
commit
ada471e4e1
1 changed files with 1 additions and 133 deletions
|
@ -517,138 +517,6 @@ ul#classgroup-list .count-individuals {
|
|||
width: 400px;
|
||||
height: 400px;
|
||||
}
|
||||
/* HIGHLIGHTS ------> */
|
||||
#highlights {
|
||||
clear: both;
|
||||
width: 920px;
|
||||
margin: 0 auto;
|
||||
margin-top: 40px;
|
||||
height: 400px;
|
||||
border: 1px solid #dfe6e6;
|
||||
background: #f7f9f9;
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
#highlights h4 {
|
||||
width: 13%;
|
||||
height: 30px;
|
||||
margin-bottom: 27px;
|
||||
padding-left: 15px;
|
||||
font-weight: normal;
|
||||
line-height: 38px;
|
||||
color: #fff;
|
||||
background: #5e6363;
|
||||
font-size: 20px;
|
||||
}
|
||||
#highlights h5 {
|
||||
color: #91b039;
|
||||
font-size: 14px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.global-highlights {
|
||||
border: 1px solid #e8e8e8;
|
||||
background: #fff;
|
||||
float: left;
|
||||
width: 235px;
|
||||
padding: 24px;
|
||||
}
|
||||
/* FEATURED PEOPLE ------> */
|
||||
#featured-people {
|
||||
margin-left: 20px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
article.featured-people {
|
||||
width: 245px;
|
||||
height: 100px;
|
||||
}
|
||||
img.individual-photo {
|
||||
width: 80px;
|
||||
border: 1px solid #999;
|
||||
float: left;
|
||||
}
|
||||
article.vcard p.fn {
|
||||
float: left;
|
||||
width: 130px;
|
||||
font-size: 12px;
|
||||
line-height: 1.3em;
|
||||
margin-left: 20px;
|
||||
color: #303e4e;
|
||||
font-weight: bold;
|
||||
}
|
||||
article.vcard span.title {
|
||||
display: block;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
article.vcard span.org {
|
||||
display: block;
|
||||
font-weight: normal;
|
||||
}
|
||||
p.view-all {
|
||||
clear: both;
|
||||
width: 200px;
|
||||
font-size: 14px;
|
||||
text-align: right;
|
||||
color: #303e4e;
|
||||
}
|
||||
a.view-all-style {
|
||||
color: #303e4e
|
||||
}
|
||||
/* UPCOMING EVENTS------> */
|
||||
#upcoming-events {
|
||||
margin-right: 15px
|
||||
}
|
||||
article.vevent {
|
||||
width: 233px;
|
||||
height: 59px;
|
||||
clear: both;
|
||||
}
|
||||
time.dtstart {
|
||||
width: 40px;
|
||||
height: 59px;
|
||||
float: left;
|
||||
background: url(../images/date-display.jpg) 0 0 no-repeat;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
padding-top: 10px;
|
||||
font-size: 20px;
|
||||
}
|
||||
time.dtstart span {
|
||||
display: block;
|
||||
font-size: 11px;
|
||||
color: #fff;
|
||||
margin-top: -10px;
|
||||
}
|
||||
p.summary {
|
||||
padding-left: 50px;
|
||||
padding-top: 12px;
|
||||
color: #303e4e;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
}
|
||||
p.summary time {
|
||||
display: block;
|
||||
padding-top: 0;
|
||||
font-weight: normal;
|
||||
}
|
||||
/* LATEST PUBLICATIONS ------> */
|
||||
#latest-publications article {
|
||||
width: 232px;
|
||||
height: 35px;
|
||||
background: url(../images/icon-pub.png) 0 0 no-repeat;
|
||||
padding-bottom: 10px;
|
||||
float: left;
|
||||
}
|
||||
p.publication-content {
|
||||
padding-left: 40px;
|
||||
color: #303e4e;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
p.publication-content span {
|
||||
display: block;
|
||||
font-weight: normal;
|
||||
}
|
||||
/* FOOTER------> */
|
||||
footer {
|
||||
clear: both;
|
||||
|
@ -1129,7 +997,7 @@ ul#alpha-browse-childClass .count-classes {
|
|||
border-right: 1px solid #edf0ed;
|
||||
}
|
||||
/* INDIVIDUAL INTRO LEFT CONTENT ------> */
|
||||
#share-contact img.individual-photo2{
|
||||
#share-contact img.individual-photo{
|
||||
border: 7px solid #ebebeb;
|
||||
}
|
||||
ul#individual-tools-people{
|
||||
|
|
Loading…
Add table
Reference in a new issue