mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
CommitView: Make multiselect a bit prettier
This commit is contained in:
@@ -78,4 +78,20 @@ table.diff {
|
||||
|
||||
-webkit-border-radius: 2px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#multiselect {
|
||||
margin-left: 50px;
|
||||
margin-right: 100px;
|
||||
padding: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border: 1px solid #EEE;
|
||||
}
|
||||
|
||||
#multiselect div.title {
|
||||
background-color: #EEE;
|
||||
font-weight: bold;
|
||||
border: 5px solid #EEE;
|
||||
margin: -5px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user