2010-01-04 17:47:09 +00:00
|
|
|
/**
|
|
|
|
* Elements generated by the workshop renderer
|
|
|
|
*/
|
|
|
|
.mod-workshop .status-message {
|
|
|
|
padding: 5px 5em 5px 15px;
|
|
|
|
margin: 0px auto 20px auto;
|
|
|
|
width: 60%;
|
|
|
|
font-size: 80%;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mod-workshop .status-message-closer {
|
|
|
|
font-weight: bold;
|
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mod-workshop .status-message.ok {
|
|
|
|
color: #547c22;
|
|
|
|
background-color: #e7f1c3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mod-workshop .status-message.error {
|
|
|
|
color: #dd0221;
|
|
|
|
background-color: #ffd3d9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mod-workshop .status-message.info {
|
|
|
|
color: #1666a9;
|
|
|
|
background-color: #d2ebff;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Allocators
|
|
|
|
*/
|
|
|
|
|
|
|
|
.mod-workshop .allocation-init-results {
|
|
|
|
margin: 10px auto;
|
|
|
|
width: 60%;
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mod-workshop .allocation-init-results .ident {
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mod-workshop .allocation-init-results .ok {
|
|
|
|
color: #547c22;
|
|
|
|
background-color: #e7f1c3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mod-workshop .allocation-init-results .error {
|
|
|
|
color: #dd0221;
|
|
|
|
background-color: #ffd3d9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mod-workshop .allocation-init-results .info {
|
|
|
|
color: #1666a9;
|
|
|
|
background-color: #d2ebff;
|
|
|
|
}
|
|
|
|
|
2010-01-04 17:46:33 +00:00
|
|
|
/**
|
|
|
|
* Manual allocator
|
|
|
|
*/
|
|
|
|
|
2010-01-04 17:47:09 +00:00
|
|
|
.mod-workshop .manual-allocator .allocations {
|
2010-01-04 17:46:33 +00:00
|
|
|
margin: 0px auto;
|
|
|
|
}
|
|
|
|
|
2010-01-04 17:47:09 +00:00
|
|
|
.mod-workshop .manual-allocator .allocations .r0 {
|
2010-01-04 17:46:33 +00:00
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
2010-01-04 17:47:09 +00:00
|
|
|
.mod-workshop .manual-allocator .allocations .highlightreviewedby .reviewedby,
|
|
|
|
.mod-workshop .manual-allocator .allocations .highlightreviewerof .reviewerof {
|
2010-01-04 17:46:33 +00:00
|
|
|
background-color: #fff3d2;
|
|
|
|
}
|
|
|
|
|
2010-01-04 17:47:09 +00:00
|
|
|
.mod-workshop .manual-allocator .allocations tr td {
|
2010-01-04 17:46:33 +00:00
|
|
|
vertical-align: top;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
2010-01-04 17:47:09 +00:00
|
|
|
.mod-workshop .manual-allocator .allocations tr td.peer {
|
2010-01-04 17:46:33 +00:00
|
|
|
border-left: 1px solid #ccc;
|
|
|
|
border-right: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
2010-01-04 17:47:09 +00:00
|
|
|
.mod-workshop .manual-allocator .allocations .reviewedby .info,
|
|
|
|
.mod-workshop .manual-allocator .allocations .peer .info,
|
|
|
|
.mod-workshop .manual-allocator .allocations .reviewerof .info {
|
2010-01-04 17:46:33 +00:00
|
|
|
font-size: 80%;
|
|
|
|
color: #888;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2010-01-04 17:47:09 +00:00
|
|
|
.mod-workshop .manual-allocator .allocations .reviewedby img.userpicture,
|
|
|
|
.mod-workshop .manual-allocator .allocations .reviewerof img.userpicture {
|
2010-01-04 17:46:33 +00:00
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
margin-right: 3px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2010-01-04 17:47:09 +00:00
|
|
|
.mod-workshop .manual-allocator .allocations .peer img.userpicture {
|
2010-01-04 17:46:33 +00:00
|
|
|
height: 35px;
|
|
|
|
width: 35px;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2010-01-04 17:47:09 +00:00
|
|
|
.mod-workshop .manual-allocator .allocations .peer .submission {
|
2010-01-04 17:46:33 +00:00
|
|
|
font-size: 90%;
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|