mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
WebCommitView: Add a state display
This adds a div in the webview to display the current commit state. It allows us to notify the user of new commits by showing something in the webview, rather than a modal dialog.
This commit is contained in:
@@ -17,6 +17,21 @@ body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#state {
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
margin-top: 40px;
|
||||
text-align: center;
|
||||
font-size: 200%;
|
||||
padding: 20px;
|
||||
width: auto;
|
||||
|
||||
background-color: #B4D7FF;
|
||||
border: 2px solid #45A1FE;
|
||||
|
||||
-webkit-border-radius: 10px;
|
||||
}
|
||||
|
||||
.floatright {
|
||||
float: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user