mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
commit view: Ensure buttons display on top of text
... but beneath title line.
This commit is contained in:
@@ -13,6 +13,7 @@ body {
|
||||
background-color: #ECF3FD;
|
||||
font-size: 100%;
|
||||
position: fixed;
|
||||
z-index: 2;
|
||||
top: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
@@ -66,6 +67,8 @@ table.diff {
|
||||
margin-bottom: 4px;
|
||||
margin-right: 1px;
|
||||
float: right;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
|
||||
border: 1px solid #3465a4;
|
||||
background-color: #cce5ff;
|
||||
|
||||
Reference in New Issue
Block a user