fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
update librarian and editor
[redakcja.git]
/
redakcja
/
static
/
css
/
base.css
1
.overdue {
2
background-color: #A94442;
3
}
4
.box-overlay {
5
display: none;
6
}
7
.resource-box:hover .box-overlay {
8
display: block;
9
}
10
11
12
.popover {
13
color: #333;
14
}
15
16
17
18
19
20
.required-field:before {
21
content: "* ";
22
}