fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
better ordering for tags
[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
.jumbotron {
17
margin-top: -20px;
18
margin-left: -15px;
19
margin-right: -15px;
20
border-radius: 0 !important;
21
}
22
23
24
25
26
.required-field:before {
27
content: "* ";
28
}