2010-11-09 21:54:32 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
2010-12-15 19:25:24 +00:00
|
|
|
|
2010-12-21 22:51:55 +00:00
|
|
|
/* ADMIN PANEL------> */
|
2011-01-30 19:14:18 +00:00
|
|
|
#admin {
|
2011-01-20 18:31:23 +00:00
|
|
|
font-size: .8em;
|
|
|
|
padding-top: 0;
|
2011-01-24 03:08:00 +00:00
|
|
|
padding-right: 40px;
|
2011-01-20 18:31:23 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#admin h3 {
|
2011-01-20 18:31:23 +00:00
|
|
|
display: inline-block;
|
|
|
|
padding: 3px 6px 3px 10px;
|
|
|
|
margin-bottom: 5px;
|
2011-01-24 03:08:00 +00:00
|
|
|
font-size: 14px;
|
2011-01-20 18:31:23 +00:00
|
|
|
}
|
|
|
|
#admin .uri-link {
|
|
|
|
padding-left: 11px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#admin a.edit-individual {
|
2011-01-20 18:31:23 +00:00
|
|
|
padding-left: 5px;
|
|
|
|
border-left: none;
|
|
|
|
}
|
2010-11-09 21:54:32 +00:00
|
|
|
/* <------ INDIVIDUAL INTRO FOR ANY CLASS*/
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-intro {
|
2011-01-26 22:12:51 +00:00
|
|
|
margin-top: 15px;
|
2011-01-24 21:18:04 +00:00
|
|
|
margin-bottom: 20px;
|
2011-01-21 03:12:59 +00:00
|
|
|
position: relative;
|
2011-01-24 17:08:37 +00:00
|
|
|
overflow: hidden;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-intro h1 {
|
2011-01-21 03:12:59 +00:00
|
|
|
padding-bottom: 8px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-intro span.preferred-title {
|
2010-12-15 19:25:24 +00:00
|
|
|
padding-left: 10px;
|
|
|
|
margin-left: 10px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-info h3 {
|
2011-01-17 21:54:48 +00:00
|
|
|
padding-bottom: 5px;
|
|
|
|
margin-top: 5px;
|
2011-01-26 22:12:51 +00:00
|
|
|
clear: left;
|
2011-01-17 21:54:48 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-intro a.icon-rdf {
|
2011-01-17 21:54:48 +00:00
|
|
|
font-size: 1.125em;
|
|
|
|
}
|
2011-01-25 15:54:18 +00:00
|
|
|
ul#links-additional{
|
2011-01-26 22:12:51 +00:00
|
|
|
margin-bottom: 5px;
|
2011-01-17 21:54:48 +00:00
|
|
|
}
|
2010-11-09 21:54:32 +00:00
|
|
|
/* <------ INDIVIDUAL INTRO FOR PERSON*/
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-intro.person {
|
2010-12-15 19:25:24 +00:00
|
|
|
margin-bottom: 30px;
|
2011-01-21 03:12:59 +00:00
|
|
|
position: relative;
|
2011-01-24 03:08:00 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-intro.person #individual-info {
|
2011-01-24 03:08:00 +00:00
|
|
|
float: left;
|
|
|
|
width: 78%;
|
2011-01-24 21:18:04 +00:00
|
|
|
margin-bottom: 20px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-intro.person .individual-overview {
|
2011-01-24 17:08:37 +00:00
|
|
|
width: 100%;
|
2011-01-26 22:12:51 +00:00
|
|
|
float: none;
|
2011-01-24 17:08:37 +00:00
|
|
|
}
|
2011-01-20 18:31:23 +00:00
|
|
|
/* <------ INDIVIDUAL INTRO - LEFT SIDE CONTENT */
|
2011-01-30 19:14:18 +00:00
|
|
|
#share-contact {
|
2011-01-20 18:31:23 +00:00
|
|
|
position: relative;
|
2010-12-15 19:25:24 +00:00
|
|
|
width: 166px;
|
|
|
|
float: left;
|
2011-01-06 03:49:03 +00:00
|
|
|
padding-right: 1.5em;
|
2011-01-25 15:54:18 +00:00
|
|
|
margin-bottom: 20px;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#share-contact h3 {
|
2011-01-12 18:24:23 +00:00
|
|
|
margin-top: 15px;
|
2011-01-17 16:29:30 +00:00
|
|
|
padding-bottom: .3em;
|
|
|
|
font-size: 1em;
|
|
|
|
line-height: 1.2em;
|
2011-01-20 18:31:23 +00:00
|
|
|
padding-top: 0;
|
2011-01-12 18:24:23 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
img.individual-photo {
|
2010-12-15 19:25:24 +00:00
|
|
|
width: 160px;
|
2011-01-24 19:28:44 +00:00
|
|
|
margin-left: 0;
|
|
|
|
float: left;
|
|
|
|
margin-right: 20px;
|
|
|
|
margin-bottom: 20px;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#mainImage {
|
2011-01-24 18:07:22 +00:00
|
|
|
position: absolute;
|
|
|
|
padding: 5px 5px 8px 5px;
|
|
|
|
background-color: #fff;
|
2011-02-09 19:53:24 +00:00
|
|
|
top: 6px;
|
|
|
|
left: 6px;
|
2011-01-26 22:12:51 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
h2#mainImage, #share-contact h2 {
|
2011-01-26 22:12:51 +00:00
|
|
|
font-size: 1em;
|
|
|
|
line-height: 1em;
|
|
|
|
padding-bottom: 0.3em
|
2011-01-24 18:07:22 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
ul#individual-tools-people {
|
2010-12-15 19:25:24 +00:00
|
|
|
margin-top: 5px;
|
2011-01-20 18:31:23 +00:00
|
|
|
height: 20px;
|
2010-12-15 19:25:24 +00:00
|
|
|
padding-bottom: 20px;
|
2010-12-21 22:51:55 +00:00
|
|
|
list-style-type: none;
|
2011-01-05 20:34:44 +00:00
|
|
|
clear: both;
|
2011-01-20 18:31:23 +00:00
|
|
|
margin-bottom: 15px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
ul#individual-tools-people li {
|
2010-12-15 19:25:24 +00:00
|
|
|
position: relative;
|
|
|
|
display: block;
|
2011-01-20 18:31:23 +00:00
|
|
|
padding-right: 7px;
|
2010-12-15 19:25:24 +00:00
|
|
|
float: left;
|
2011-01-20 18:31:23 +00:00
|
|
|
margin-bottom: 20px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
ul#individual-tools {
|
2011-01-21 03:12:59 +00:00
|
|
|
margin-top: 10px;
|
2011-01-20 18:31:23 +00:00
|
|
|
margin-bottom: 10px;
|
|
|
|
height: 20px;
|
2011-02-01 03:10:15 +00:00
|
|
|
list-style-type: none;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
ul#individual-tools li {
|
2011-01-20 18:31:23 +00:00
|
|
|
padding-right: 9px;
|
|
|
|
float: left;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
ul#individual-email {
|
2011-01-05 20:34:44 +00:00
|
|
|
clear: both;
|
|
|
|
list-style-type: circle;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
ul#individual-email li {
|
2010-12-21 22:51:55 +00:00
|
|
|
font-size: .875em;
|
2011-01-12 18:24:23 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
ul#individual-email li:first-child {
|
2011-01-12 18:24:23 +00:00
|
|
|
font-size: .875em;
|
|
|
|
margin-top: 10px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
ul#individual-phone {
|
2011-01-05 20:34:44 +00:00
|
|
|
clear: both;
|
|
|
|
list-style-type: circle;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
ul#individual-phone li {
|
2010-12-21 22:51:55 +00:00
|
|
|
font-size: .875em;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
ul#individual-phone li:last-child {
|
2011-01-13 17:09:21 +00:00
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
ul#individual-phone li:first-child {
|
2011-01-12 18:24:23 +00:00
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
.icon-phone, .icon-email {
|
2010-12-15 19:25:24 +00:00
|
|
|
padding-right: 5px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-intro ul.individual-urls {
|
2010-12-21 22:51:55 +00:00
|
|
|
list-style-type: circle;
|
2011-01-17 21:54:48 +00:00
|
|
|
margin-left: 20px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-intro ul.individual-urls li {
|
2010-12-21 22:51:55 +00:00
|
|
|
font-size: .875em;
|
2011-01-20 18:31:23 +00:00
|
|
|
line-height: 1.7em;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
ul.individual-urls-people {
|
2011-01-05 20:34:44 +00:00
|
|
|
clear: both;
|
2010-12-21 22:51:55 +00:00
|
|
|
list-style-type: circle;
|
2010-12-15 19:25:24 +00:00
|
|
|
padding-left: 24px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
ul.individual-urls-people li {
|
2010-12-21 22:51:55 +00:00
|
|
|
font-size: .875em;
|
2011-01-17 16:29:30 +00:00
|
|
|
line-height: 1.3em;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-02-14 20:30:23 +00:00
|
|
|
ul#links-additional li, ul#links-primary li {
|
|
|
|
width: 145px;
|
2011-02-11 18:39:14 +00:00
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#photo-wrapper {
|
2011-01-26 22:12:51 +00:00
|
|
|
position: relative;
|
|
|
|
float: left;
|
|
|
|
}
|
2011-01-20 18:31:23 +00:00
|
|
|
/* <------ INDIVIDUAL INTRO - RIGHT SIDE CONTENT */
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-info {
|
2011-01-24 03:08:00 +00:00
|
|
|
padding: 0;
|
2010-12-15 19:25:24 +00:00
|
|
|
float: left;
|
2011-01-26 22:12:51 +00:00
|
|
|
width: 98%;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-info.withThumb {
|
2011-01-26 22:12:51 +00:00
|
|
|
width: 78%;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
|
|
|
h1.fn .preferred-title {
|
2010-12-15 19:25:24 +00:00
|
|
|
padding-left: 10px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-info h2 {
|
2010-12-21 22:51:55 +00:00
|
|
|
padding-bottom: 10px;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-info nav {
|
2011-01-26 22:12:51 +00:00
|
|
|
float: left;
|
|
|
|
width: 78%;
|
|
|
|
clear: left;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#individual-intro .individual-overview {
|
2011-01-26 22:12:51 +00:00
|
|
|
margin-bottom: 30px;
|
|
|
|
margin-top: 10px;
|
|
|
|
display: inline;
|
|
|
|
clear: both;
|
|
|
|
float: left;
|
|
|
|
}
|
2010-11-09 21:54:32 +00:00
|
|
|
/* <------ INDIVIDUAL VISUALIZATION */
|
2011-01-30 19:14:18 +00:00
|
|
|
#visualization {
|
2011-01-26 22:12:51 +00:00
|
|
|
padding: 0 0 40px 30px;
|
2011-01-24 03:08:00 +00:00
|
|
|
padding-top: 0;
|
2011-01-24 17:08:37 +00:00
|
|
|
float: right;
|
|
|
|
background-color: #fff;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-02-01 03:31:44 +00:00
|
|
|
#visualization h3 {
|
2010-12-15 19:25:24 +00:00
|
|
|
padding-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
.publication-year-range {
|
2010-12-15 19:25:24 +00:00
|
|
|
display: block;
|
|
|
|
padding-top: 5px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
|
|
|
/* <------ COAUTHORS */
|
2011-01-30 19:14:18 +00:00
|
|
|
#co-authors {
|
2010-12-15 19:25:24 +00:00
|
|
|
padding: 0 20px 30px 20px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
img.co-author {
|
2010-12-15 19:25:24 +00:00
|
|
|
margin-right: 5px;
|
|
|
|
margin-bottom: 5px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#co-authors h3 {
|
2010-12-15 19:25:24 +00:00
|
|
|
margin-bottom: 10px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#co-authors ul li {
|
2010-12-15 19:25:24 +00:00
|
|
|
display: block;
|
|
|
|
float: left;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
p.view-all-coauthors {
|
2010-12-15 19:25:24 +00:00
|
|
|
clear: both;
|
|
|
|
width: 200px;
|
|
|
|
text-align: left;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
|
|
|
/* PROPERTY GROUP MENU------> */
|
2011-01-30 19:14:18 +00:00
|
|
|
#property-group-menu {
|
2010-12-21 22:51:55 +00:00
|
|
|
clear: both;
|
|
|
|
width: 95%;;
|
2010-12-15 19:25:24 +00:00
|
|
|
height: 46px;
|
|
|
|
border: 1px solid #dfebe5;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-bottom: 10px;
|
2010-12-21 22:51:55 +00:00
|
|
|
margin-top: 20px;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#property-group-menu ul {
|
2010-12-21 22:51:55 +00:00
|
|
|
display: block;
|
2011-02-01 03:10:15 +00:00
|
|
|
list-style-type: none;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#property-group-menu li {
|
2010-12-21 22:51:55 +00:00
|
|
|
float: left;
|
2010-12-15 19:25:24 +00:00
|
|
|
line-height: 46px;
|
|
|
|
padding-right: 15px;
|
|
|
|
padding-left: 15px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
#property-group-menu li:first-child {
|
2011-01-06 16:14:38 +00:00
|
|
|
padding-left: 10px;
|
2010-11-09 21:54:32 +00:00
|
|
|
}
|
2010-12-16 17:36:49 +00:00
|
|
|
/* PROPERTY GROUP------> */
|
2011-01-30 19:14:18 +00:00
|
|
|
.property-group {
|
2010-12-17 20:00:57 +00:00
|
|
|
position: relative;
|
2010-12-15 19:25:24 +00:00
|
|
|
clear: both;
|
2010-12-21 22:51:55 +00:00
|
|
|
width: 95%;
|
2010-12-15 19:25:24 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-bottom: 20px;
|
2010-12-21 22:51:55 +00:00
|
|
|
border: 1px solid #dfebe5;
|
2010-12-17 20:00:57 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
.scroll-up {
|
2010-12-17 20:00:57 +00:00
|
|
|
position: absolute;
|
|
|
|
width: 21px;
|
|
|
|
height: 30px;
|
|
|
|
top: 0;
|
|
|
|
right: -21px;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
section.property-group h2 {
|
2010-11-09 21:54:32 +00:00
|
|
|
padding: 20px 25px 12px 35px;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
article.property {
|
2010-12-21 22:51:55 +00:00
|
|
|
width: 93%;
|
2010-12-15 19:25:24 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
margin-bottom: 20px;
|
2010-12-21 22:51:55 +00:00
|
|
|
border: 1px solid #dfe6e5;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
article.property h3 {
|
2010-12-15 19:25:24 +00:00
|
|
|
border-bottom: 1px solid #dfe6e5;
|
|
|
|
padding: 10px 20px 10px 20px;
|
|
|
|
}
|
2010-12-23 21:17:23 +00:00
|
|
|
article.property ul.property-list li.subclass h3 {
|
|
|
|
border-bottom: none;
|
2011-01-10 22:41:45 +00:00
|
|
|
padding: 10px 10px 10px 0;
|
2011-01-20 18:31:23 +00:00
|
|
|
background-color: #fff;
|
2011-02-01 03:10:15 +00:00
|
|
|
margin-bottom: 0;
|
2010-12-23 21:17:23 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
article.property .data-property-statement {
|
2010-12-15 19:25:24 +00:00
|
|
|
padding: 10px 20px 10px 20px;
|
|
|
|
line-height: 1.2em;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
article.property ul.property-list {
|
2010-12-15 19:25:24 +00:00
|
|
|
background: #fff;
|
2011-01-10 22:51:27 +00:00
|
|
|
padding-bottom: 20px;
|
2011-02-01 03:10:15 +00:00
|
|
|
list-style-type: none;
|
2010-12-15 19:25:24 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
article.property ul.property-list li {
|
2010-12-15 19:25:24 +00:00
|
|
|
line-height: 1.2em;
|
2011-01-10 22:51:27 +00:00
|
|
|
padding: 10px 20px 5px 20px;
|
2011-01-20 18:31:23 +00:00
|
|
|
background-color: #fff;
|
2011-01-10 22:41:45 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
article.property ul.subclass-property-list {
|
2011-01-10 22:41:45 +00:00
|
|
|
margin-left: 0;
|
2011-02-01 03:10:15 +00:00
|
|
|
list-style-position: inside;
|
2011-01-20 18:31:23 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
article.property ul.subclass-property-list li {
|
2010-12-23 21:17:23 +00:00
|
|
|
line-height: 1.2em;
|
2011-01-10 22:41:45 +00:00
|
|
|
padding: 0 20px 10px 20px;
|
2010-12-23 21:17:23 +00:00
|
|
|
}
|
2011-01-11 19:58:13 +00:00
|
|
|
/* EDITING DISPLAY------> */
|
2011-01-30 19:14:18 +00:00
|
|
|
.add-individual {
|
2011-01-11 19:58:13 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
margin-left: 2px;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
.edit-individual {
|
2011-01-11 19:58:13 +00:00
|
|
|
margin-left: 10px;
|
|
|
|
padding-left: 8px;
|
|
|
|
padding-right: 1px;
|
2011-01-13 17:09:21 +00:00
|
|
|
vertical-align: middle;
|
2011-01-11 19:58:13 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
.delete-individual {
|
2011-01-13 17:09:21 +00:00
|
|
|
vertical-align: middle;
|
2011-01-20 18:31:23 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
.edit-mainImage {
|
2011-01-20 18:31:23 +00:00
|
|
|
position: absolute;
|
|
|
|
background: #fff;
|
|
|
|
padding: 0 6px 0 0;
|
2011-02-09 19:53:24 +00:00
|
|
|
top: 6px;
|
|
|
|
left: 6px;
|
2011-01-24 19:28:44 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
a.edit-mainImage img.edit-individual {
|
2011-01-24 19:28:44 +00:00
|
|
|
border: 0;
|
|
|
|
padding-left: 0px;
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
.delete-mainImage {
|
2011-01-24 19:28:44 +00:00
|
|
|
position: absolute;
|
2011-02-09 19:53:24 +00:00
|
|
|
top: 6px;
|
|
|
|
left: 36px;
|
2011-01-24 19:28:44 +00:00
|
|
|
background: #fff;
|
|
|
|
padding: 0 6px 0 8px;
|
2011-01-20 18:31:23 +00:00
|
|
|
}
|
2011-01-30 19:14:18 +00:00
|
|
|
.middle {
|
2011-01-20 18:31:23 +00:00
|
|
|
vertical-align: middle;
|
2011-02-01 03:10:15 +00:00
|
|
|
}
|
|
|
|
/* MISCELLANEOUS------> */
|
|
|
|
.listDateTime {
|
|
|
|
padding: 0.2em 0.4em;
|
|
|
|
font-size: 0.8em;
|
|
|
|
background: #f4f4f4;
|
2011-01-04 13:34:28 +00:00
|
|
|
}
|