-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgit.css
More file actions
56 lines (50 loc) · 1.59 KB
/
git.css
File metadata and controls
56 lines (50 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/*#app-dashboard fieldset { margin-top: 10px; }
#app-dashboard ul { list-style: none; margin: 0; padding: 0; }
#app-dashboard ul li { padding: 10px; }
#app-dashboard h3 { margin-top: 10px; color: #00AA63; }*/
/*#app-dashboard h4 { margin-top: 10px; }*/
/*#app-dashboard .git_msg {
background: #AAAADD;
border: medium solid #0000FF;
color: #3333CC;
display: block;
font-weight: bold;
margin: 10px 0 0 0;
padding: 10px; }
#app-dashboard .history {
background: #abc;
border: medium solid #789;
color: #000;
display: block;
font-weight: bold;
margin: 10px 0 0 0;
padding: 10px; }
.dashboard_manage {
padding-top: 0px;
}
#git_tools form {
padding: 3px 0;
}*/
/*.git_current_branch {
background: #abc;
padding: 0 5px;
}
.git_current_branch span {
float: right;
margin-top: 10px;
}
.git_current_branch a {
color: #000;
}
.git_current_tools {
width: 100%;
}*/
.modified_diff { font-family: monospace; width: 100%; word-wrap: break-word; background: #EEE; white-space: pre; border: #000 solid 1px !important; }
.modified_diff_header { background: #000; color: #DDD; white-space: pre; padding: 5px; display: block; }
.modified_diff_from { background: #FDD; /*white-space: pre;*/ clear: both; display: block; }
.modified_diff_to { background: #DFD; /*white-space: pre;*/ display:block; clear: both; }
#local_branches { border: 1px solid #000; border-top: none; padding: 0px !important; margin: 0px important; }
#local_branches li { padding: 5px !important; margin: 0px !important; }
/*
#app-dashboard ul { padding-left: 10px; }
#app-dashboard ul li { border-top: 1px solid #000; margin-top: 10px; }*/