File tree Expand file tree Collapse file tree 2 files changed +301
-251
lines changed
Expand file tree Collapse file tree 2 files changed +301
-251
lines changed Original file line number Diff line number Diff line change 44
55/* For close button with float disabled */
66.close-nofloat {
7- float : none !important ;
7+ float : none !important ;
88}
99
1010/* General form styling */
1111.form-horizontal div .form-group {
12- margin-bottom : 10px ;
12+ margin-bottom : 10px ;
1313}
1414div .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 ;
1818}
1919div .form-group div .controls ul li {
20- display : inline;
20+ display : inline;
2121}
2222div .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;
2626}
2727div .form-group div .controls ul li label input {
28- display : inline;
29- vertical-align : middle;
28+ display : inline;
29+ vertical-align : middle;
3030}
31- div .form-group div .controls input [type = ' checkbox' ] {
32- width : 10px ;
31+ div .form-group div .controls input [type = " checkbox" ] {
32+ width : 10px ;
3333}
3434
3535div .form-group div .controls input .threadpick-input {
36- width : 80% ;
37- display : inline;
36+ width : 80% ;
37+ display : inline;
3838}
3939
40-
41-
4240/*
4341 * Attach thread dialog
4442 */
4543# attachThreadListWrap .loading {
4644 display : block;
47- background : url (' /media/commitfest/spinner.gif' ) no-repeat center;
45+ background : url (" /media/commitfest/spinner.gif" ) no-repeat center;
4846 width : 124px ;
4947 height : 124px ;
5048 margin : 0 auto;
@@ -57,7 +55,7 @@ div.form-group div.controls input.threadpick-input {
5755 * Annotate message dialog */
5856# annotateMessageBody .loading {
5957 display : block;
60- background : url (' /media/commitfest/spinner.gif' ) no-repeat center;
58+ background : url (" /media/commitfest/spinner.gif" ) no-repeat center;
6159 width : 124px ;
6260 height : 124px ;
6361 margin : 0 auto;
You can’t perform that action at this time.
0 commit comments