File tree 2 files changed +301
-251
lines changed
2 files changed +301
-251
lines changed Original file line number Diff line number Diff line change 4
4
5
5
/* For close button with float disabled */
6
6
.close-nofloat {
7
- float : none !important ;
7
+ float : none !important ;
8
8
}
9
9
10
10
/* General form styling */
11
11
.form-horizontal div .form-group {
12
- margin-bottom : 10px ;
12
+ margin-bottom : 10px ;
13
13
}
14
14
div .form-group div .controls ul {
15
- list-style-type : none;
16
- margin : 0px ;
17
- padding : 0px ;
15
+ list-style-type : none;
16
+ margin : 0px ;
17
+ padding : 0px ;
18
18
}
19
19
div .form-group div .controls ul li {
20
- display : inline;
20
+ display : inline;
21
21
}
22
22
div .form-group div .controls ul li label {
23
- display : inline;
24
- font-weight : normal;
25
- vertical-align : middle;
23
+ display : inline;
24
+ font-weight : normal;
25
+ vertical-align : middle;
26
26
}
27
27
div .form-group div .controls ul li label input {
28
- display : inline;
29
- vertical-align : middle;
28
+ display : inline;
29
+ vertical-align : middle;
30
30
}
31
- div .form-group div .controls input [type = ' checkbox' ] {
32
- width : 10px ;
31
+ div .form-group div .controls input [type = " checkbox" ] {
32
+ width : 10px ;
33
33
}
34
34
35
35
div .form-group div .controls input .threadpick-input {
36
- width : 80% ;
37
- display : inline;
36
+ width : 80% ;
37
+ display : inline;
38
38
}
39
39
40
-
41
-
42
40
/*
43
41
* Attach thread dialog
44
42
*/
45
43
# attachThreadListWrap .loading {
46
44
display : block;
47
- background : url (' /media/commitfest/spinner.gif' ) no-repeat center;
45
+ background : url (" /media/commitfest/spinner.gif" ) no-repeat center;
48
46
width : 124px ;
49
47
height : 124px ;
50
48
margin : 0 auto;
@@ -57,7 +55,7 @@ div.form-group div.controls input.threadpick-input {
57
55
* Annotate message dialog */
58
56
# annotateMessageBody .loading {
59
57
display : block;
60
- background : url (' /media/commitfest/spinner.gif' ) no-repeat center;
58
+ background : url (" /media/commitfest/spinner.gif" ) no-repeat center;
61
59
width : 124px ;
62
60
height : 124px ;
63
61
margin : 0 auto;
You can’t perform that action at this time.
0 commit comments