fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Wiersze w .out-of-flow-text w widoku HTML poprawnie siÄ™ teraz zawijajÄ….
[redakcja.git]
/
platforma
/
static
/
css
/
managment.css
diff --git
a/platforma/static/css/managment.css
b/platforma/static/css/managment.css
index
5e1c541
..
d1e2fc2
100644
(file)
--- a/
platforma/static/css/managment.css
+++ b/
platforma/static/css/managment.css
@@
-46,18
+46,25
@@
table.request-report
margin-right: 10px;
}
margin-right: 10px;
}
-.
request-report
.status-N {
- background-color:
teal
;
+.
pull-request
.status-N {
+ background-color:
#FFF
;
}
}
-.
request-report
.status-R {
+.
pull-request
.status-R {
background-color: red;
}
background-color: red;
}
-.
request-report
.status-A {
- background-color:
gray
;
+.
pull-request
.status-A {
+ background-color:
#DDD
;
}
.pull-request .diff {
white-space: pre;
}
.pull-request .diff {
white-space: pre;
+ height: 360px;
+ width: 960px;
+ overflow: auto;
+ border: 1px solid #CCC;
+ margin-top: 10px;
+ background-color: #F9F9F9;
+ padding: 2px;
}
}