first cut of UI
This commit is contained in:
BIN
lms/static/images/__MACOSX/._pinned.png
Normal file
BIN
lms/static/images/__MACOSX/._pinned.png
Normal file
Binary file not shown.
BIN
lms/static/images/__MACOSX/._unpinned.png
Normal file
BIN
lms/static/images/__MACOSX/._unpinned.png
Normal file
Binary file not shown.
BIN
lms/static/images/pinned.png
Normal file
BIN
lms/static/images/pinned.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 518 B |
BIN
lms/static/images/unpinned.png
Normal file
BIN
lms/static/images/unpinned.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 498 B |
@@ -2442,4 +2442,39 @@ body.discussion {
|
||||
color:#000;
|
||||
font-style: italic;
|
||||
background-color:#fff;
|
||||
}
|
||||
}
|
||||
|
||||
.discussion-flag-abuse {
|
||||
font-size: 12px;
|
||||
float:right;
|
||||
padding-right: 5px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.notpinned .icon
|
||||
{
|
||||
display: inline-block;
|
||||
width: 10px;
|
||||
height: 14px;
|
||||
padding-right: 3px;
|
||||
background: transparent url('../images/notpinned.png') no-repeat 0 0;
|
||||
}
|
||||
|
||||
.pinned .icon
|
||||
{
|
||||
display: inline-block;
|
||||
width: 10px;
|
||||
height: 14px;
|
||||
padding-right: 3px;
|
||||
background: transparent url('../images/pinned.png') no-repeat 0 0;
|
||||
}
|
||||
|
||||
.pinned span {
|
||||
color: #B82066;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.notpinned span {
|
||||
color: #888;
|
||||
font-style: italic;
|
||||
}
|
||||
Reference in New Issue
Block a user