resource css

git-svn-id: svn://svn.dsv.su.se/scipro/scipro/trunk@538 73ecded7-942e-4092-bab0-0e58ef0ee984
This commit is contained in:
joha-asc 2011-03-30 11:34:53 +00:00
parent b2998a2f8b
commit f98d1fa441

@ -434,17 +434,23 @@ ul.multiobject-selected-list li {
.rating-cell {
width: 25px;
}
vertical-align: top;
}
.larger {
font-size:1.7em;
line-height:2.5em;
margin-bottom:1.25em;
}
a.larger:link, a.larger:visited, a.larger:hover {
color: #002f5f
}
.larger-rate-number {
font-size:1.7em;
}
.comment-border {
.link-resource-border {
padding:1.5em;
margin-bottom:1.5em;
background:#ebf0f5;
@ -454,17 +460,72 @@ ul.multiobject-selected-list li {
overflow: hidden;
}
.link-resource-border {
border-bottom: 1px solid #000;
.comment-border{
padding:1.5em;
margin-bottom:1.5em;
background:#f7dfcc;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
overflow: hidden;
}
.write-comment-border {
border-top: 1px solid #000;
padding: 5px;
}
.comments-border {
border-top: 1px solid #000;
padding: 5px;
}
.info-resource {
margin-bottom:1.25em;
margin-top: 1.25em;
}
.smaller {
font-size:.8em;
}
.comment-margin {
margin-top:1.25em;
}
.edit-button {
margin-top:1.25em;
}
.comment-icon {
margin-bottom: 1.25em;
text-align: right;
float: right;
}
.comment-icon {
margin-bottom: 1.25em;
text-align: right;
}
.right-corner-resource {
float: right;
text-align: right;
}
.navigator {
margin-bottom:1.25em;
}
.margin {
margin-bottom:1.25em;
margin-top: 1.25em;
}