##// END OF EJS Templates
css: consistent spacing around :...
Mads Kiilerich -
r3462:dceefe67 beta
parent child Browse files
Show More
@@ -213,7 +213,7 b' div.options a {'
213 }
213 }
214
214
215 .empty_data {
215 .empty_data {
216 color:#B9B9B9;
216 color: #B9B9B9;
217 }
217 }
218
218
219 a.permalink {
219 a.permalink {
@@ -771,7 +771,7 b' td.quick_repo_menu.active {'
771
771
772 td.quick_repo_menu .menu_items {
772 td.quick_repo_menu .menu_items {
773 margin-top: 10px;
773 margin-top: 10px;
774 margin-left:-6px;
774 margin-left: -6px;
775 width: 150px;
775 width: 150px;
776 position: absolute;
776 position: absolute;
777 background-color: #FFF;
777 background-color: #FFF;
@@ -1241,18 +1241,18 b' tbody .yui-dt-editable { cursor: pointer'
1241 }
1241 }
1242 #content div.box div.expand {
1242 #content div.box div.expand {
1243 width: 110%;
1243 width: 110%;
1244 height:14px;
1244 height: 14px;
1245 font-size:10px;
1245 font-size: 10px;
1246 text-align:center;
1246 text-align: center;
1247 cursor: pointer;
1247 cursor: pointer;
1248 color:#666;
1248 color: #666;
1249
1249
1250 background:-webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(64,96,128,0.1)));
1250 background: -webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(64,96,128,0.1)));
1251 background:-webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1251 background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1252 background:-moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1252 background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1253 background:-o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1253 background: -o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1254 background:-ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1254 background: -ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1));
1255 background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(64,96,128,0.1));
1255 background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(64,96,128,0.1));
1256
1256
1257 display: none;
1257 display: none;
1258 }
1258 }
@@ -1590,7 +1590,7 b' input.disabled {'
1590 }
1590 }
1591
1591
1592 .reviewer_ac {
1592 .reviewer_ac {
1593 padding:10px
1593 padding: 10px
1594 }
1594 }
1595
1595
1596 div.form div.fields div.field div.button {
1596 div.form div.fields div.field div.button {
@@ -1944,15 +1944,15 b' a.metatag[tag="license"]:hover {'
1944
1944
1945 #footer div#footer-inner {
1945 #footer div#footer-inner {
1946 background-color: #003B76;
1946 background-color: #003B76;
1947 background-repeat : repeat-x;
1947 background-repeat: repeat-x;
1948 background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1948 background-image: -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1949 background-image : -moz-linear-gradient(top, #003b76, #00376e);
1949 background-image: -moz-linear-gradient(top, #003b76, #00376e);
1950 background-image : -ms-linear-gradient( top, #003b76, #00376e);
1950 background-image: -ms-linear-gradient( top, #003b76, #00376e);
1951 background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1951 background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1952 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1952 background-image: -webkit-linear-gradient( top, #003b76, #00376e));
1953 background-image : -o-linear-gradient( top, #003b76, #00376e));
1953 background-image: -o-linear-gradient( top, #003b76, #00376e));
1954 background-image : linear-gradient(to bottom, #003b76, #00376e);
1954 background-image: linear-gradient(to bottom, #003b76, #00376e);
1955 filter :progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1955 filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1956 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1956 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
1957 -webkit-border-radius: 4px 4px 4px 4px;
1957 -webkit-border-radius: 4px 4px 4px 4px;
1958 -khtml-border-radius: 4px 4px 4px 4px;
1958 -khtml-border-radius: 4px 4px 4px 4px;
@@ -1979,15 +1979,15 b' a.metatag[tag="license"]:hover {'
1979 overflow: hidden;
1979 overflow: hidden;
1980 position: relative;
1980 position: relative;
1981 background-color: #003B76;
1981 background-color: #003B76;
1982 background-repeat : repeat-x;
1982 background-repeat: repeat-x;
1983 background-image : -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1983 background-image: -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E));
1984 background-image : -moz-linear-gradient( top, #003b76, #00376e);
1984 background-image: -moz-linear-gradient( top, #003b76, #00376e);
1985 background-image : -ms-linear-gradient( top, #003b76, #00376e);
1985 background-image: -ms-linear-gradient( top, #003b76, #00376e);
1986 background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1986 background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e));
1987 background-image : -webkit-linear-gradient( top, #003b76, #00376e));
1987 background-image: -webkit-linear-gradient( top, #003b76, #00376e));
1988 background-image : -o-linear-gradient( top, #003b76, #00376e));
1988 background-image: -o-linear-gradient( top, #003b76, #00376e));
1989 background-image : linear-gradient(to bottom, #003b76, #00376e);
1989 background-image: linear-gradient(to bottom, #003b76, #00376e);
1990 filter : progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1990 filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0);
1991 margin: 0 auto;
1991 margin: 0 auto;
1992 padding: 0;
1992 padding: 0;
1993 }
1993 }
@@ -2042,7 +2042,7 b' a.metatag[tag="license"]:hover {'
2042 }
2042 }
2043
2043
2044 .user-menu .container {
2044 .user-menu .container {
2045 padding:0px 4px 0px 4px;
2045 padding: 0px 4px 0px 4px;
2046 margin: 0px 0px 0px 0px;
2046 margin: 0px 0px 0px 0px;
2047 }
2047 }
2048
2048
@@ -2124,10 +2124,10 b' a.metatag[tag="license"]:hover {'
2124 padding: 3px 3px 3px 6px;
2124 padding: 3px 3px 3px 6px;
2125 }
2125 }
2126 #quick_login .big_gravatar {
2126 #quick_login .big_gravatar {
2127 padding:4px 0px 0px 6px;
2127 padding: 4px 0px 0px 6px;
2128 }
2128 }
2129 #quick_login .notifications {
2129 #quick_login .notifications {
2130 padding:4px 0px 0px 6px;
2130 padding: 4px 0px 0px 6px;
2131 color: #FFFFFF;
2131 color: #FFFFFF;
2132 font-weight: bold;
2132 font-weight: bold;
2133 }
2133 }
@@ -2202,7 +2202,7 b' a.metatag[tag="license"]:hover {'
2202 padding: 0;
2202 padding: 0;
2203 color: #fff;
2203 color: #fff;
2204 display: block;
2204 display: block;
2205 float:none !important;
2205 float: none !important;
2206 }
2206 }
2207
2207
2208 #quick_login ol.links li a {
2208 #quick_login ol.links li a {
@@ -2400,16 +2400,16 b' h3.files_location {'
2400 }
2400 }
2401
2401
2402 .file_history {
2402 .file_history {
2403 padding-top:10px;
2403 padding-top: 10px;
2404 font-size:16px;
2404 font-size: 16px;
2405 }
2405 }
2406 .file_author {
2406 .file_author {
2407 float: left;
2407 float: left;
2408 }
2408 }
2409
2409
2410 .file_author .item {
2410 .file_author .item {
2411 float:left;
2411 float: left;
2412 padding:5px;
2412 padding: 5px;
2413 color: #888;
2413 color: #888;
2414 }
2414 }
2415
2415
@@ -2479,7 +2479,7 b' h3.files_location {'
2479
2479
2480 .cs_files .changes {
2480 .cs_files .changes {
2481 float: right;
2481 float: right;
2482 color:#003367;
2482 color: #003367;
2483 }
2483 }
2484
2484
2485 .cs_files .changes .added {
2485 .cs_files .changes .added {
@@ -2642,24 +2642,24 b' h3.files_location {'
2642 }
2642 }
2643
2643
2644 .revision-link {
2644 .revision-link {
2645 color:#3F6F9F;
2645 color: #3F6F9F;
2646 font-weight: bold !important;
2646 font-weight: bold !important;
2647 }
2647 }
2648
2648
2649 .issue-tracker-link {
2649 .issue-tracker-link {
2650 color:#3F6F9F;
2650 color: #3F6F9F;
2651 font-weight: bold !important;
2651 font-weight: bold !important;
2652 }
2652 }
2653
2653
2654 .changeset-status-container {
2654 .changeset-status-container {
2655 padding-right: 5px;
2655 padding-right: 5px;
2656 margin-top:1px;
2656 margin-top: 1px;
2657 float:right;
2657 float: right;
2658 height:14px;
2658 height: 14px;
2659 }
2659 }
2660 .code-header .changeset-status-container {
2660 .code-header .changeset-status-container {
2661 float:left;
2661 float: left;
2662 padding:2px 0px 0px 2px;
2662 padding: 2px 0px 0px 2px;
2663 }
2663 }
2664 .changeset-status-container .changeset-status-lbl {
2664 .changeset-status-container .changeset-status-lbl {
2665 color: rgb(136, 136, 136);
2665 color: rgb(136, 136, 136);
@@ -2678,9 +2678,9 b' h3.files_location {'
2678 }
2678 }
2679 .right .comments-container {
2679 .right .comments-container {
2680 padding-right: 5px;
2680 padding-right: 5px;
2681 margin-top:1px;
2681 margin-top: 1px;
2682 float:right;
2682 float: right;
2683 height:14px;
2683 height: 14px;
2684 }
2684 }
2685
2685
2686 .right .comments-cnt {
2686 .right .comments-cnt {
@@ -2742,7 +2742,7 b' h3.files_location {'
2742
2742
2743 .right .parent {
2743 .right .parent {
2744 color: #666666;
2744 color: #666666;
2745 clear:both;
2745 clear: both;
2746 }
2746 }
2747 .right .logtags {
2747 .right .logtags {
2748 padding: 2px 2px 2px 2px;
2748 padding: 2px 2px 2px 2px;
@@ -2917,8 +2917,8 b' table.code-browser .browser-file {'
2917 border-style: solid solid solid;
2917 border-style: solid solid solid;
2918 border-width: 1px;
2918 border-width: 1px;
2919 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
2919 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
2920 margin-top:5px;
2920 margin-top: 5px;
2921 margin-left:1px;
2921 margin-left: 1px;
2922
2922
2923 }
2923 }
2924 .diffblock .diff-actions {
2924 .diffblock .diff-actions {
@@ -3171,7 +3171,7 b' table.code-browser .submodule-dir {'
3171 display: block;
3171 display: block;
3172 margin-top: 4px;
3172 margin-top: 4px;
3173 color: #666;
3173 color: #666;
3174 float:right;
3174 float: right;
3175 }
3175 }
3176
3176
3177 .locking_locked {
3177 .locking_locked {
@@ -3328,7 +3328,7 b' table.code-browser .submodule-dir {'
3328 }
3328 }
3329
3329
3330 .error_red {
3330 .error_red {
3331 color:red;
3331 color: red;
3332 }
3332 }
3333
3333
3334 .error_msg {
3334 .error_msg {
@@ -3419,7 +3419,7 b' table.code-browser .submodule-dir {'
3419 width: 16px;
3419 width: 16px;
3420 }
3420 }
3421 div#legend_data {
3421 div#legend_data {
3422 padding-left:10px;
3422 padding-left: 10px;
3423 }
3423 }
3424 div#legend_container table {
3424 div#legend_container table {
3425 border: none !important;
3425 border: none !important;
@@ -3450,7 +3450,7 b' div.gravatar {'
3450 float: left;
3450 float: left;
3451 margin-right: 0.7em;
3451 margin-right: 0.7em;
3452 padding: 1px 1px 1px 1px;
3452 padding: 1px 1px 1px 1px;
3453 line-height:0;
3453 line-height: 0;
3454 -webkit-border-radius: 3px;
3454 -webkit-border-radius: 3px;
3455 -khtml-border-radius: 3px;
3455 -khtml-border-radius: 3px;
3456 border-radius: 3px;
3456 border-radius: 3px;
@@ -3555,7 +3555,7 b' div.gravatar img {'
3555 }
3555 }
3556
3556
3557 .ui-btn.red {
3557 .ui-btn.red {
3558 color:#fff;
3558 color: #fff;
3559 background-color: #c43c35;
3559 background-color: #c43c35;
3560 background-repeat: repeat-x;
3560 background-repeat: repeat-x;
3561 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
3561 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
@@ -3572,7 +3572,7 b' div.gravatar img {'
3572
3572
3573
3573
3574 .ui-btn.blue {
3574 .ui-btn.blue {
3575 color:#fff;
3575 color: #fff;
3576 background-color: #339bb9;
3576 background-color: #339bb9;
3577 background-repeat: repeat-x;
3577 background-repeat: repeat-x;
3578 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
3578 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
@@ -3969,12 +3969,12 b' div#legend_container table td, div#legen'
3969
3969
3970 .group_members .group_member {
3970 .group_members .group_member {
3971 height: 30px;
3971 height: 30px;
3972 padding:0px 0px 0px 0px;
3972 padding: 0px 0px 0px 0px;
3973 }
3973 }
3974
3974
3975 .reviewers_member {
3975 .reviewers_member {
3976 height: 15px;
3976 height: 15px;
3977 padding:0px 0px 0px 10px;
3977 padding: 0px 0px 0px 10px;
3978 }
3978 }
3979
3979
3980 .emails_wrap {
3980 .emails_wrap {
@@ -3983,7 +3983,7 b' div#legend_container table td, div#legen'
3983
3983
3984 .emails_wrap .email_entry {
3984 .emails_wrap .email_entry {
3985 height: 30px;
3985 height: 30px;
3986 padding:0px 0px 0px 10px;
3986 padding: 0px 0px 0px 10px;
3987 }
3987 }
3988 .emails_wrap .email_entry .email {
3988 .emails_wrap .email_entry .email {
3989 float: left
3989 float: left
@@ -3998,7 +3998,7 b' div#legend_container table td, div#legen'
3998
3998
3999 .ips_wrap .ip_entry {
3999 .ips_wrap .ip_entry {
4000 height: 30px;
4000 height: 30px;
4001 padding:0px 0px 0px 10px;
4001 padding: 0px 0px 0px 10px;
4002 }
4002 }
4003 .ips_wrap .ip_entry .ip {
4003 .ips_wrap .ip_entry .ip {
4004 float: left
4004 float: left
@@ -4011,7 +4011,7 b' div#legend_container table td, div#legen'
4011 /*README STYLE*/
4011 /*README STYLE*/
4012
4012
4013 div.readme {
4013 div.readme {
4014 padding:0px;
4014 padding: 0px;
4015 }
4015 }
4016
4016
4017 div.readme h2 {
4017 div.readme h2 {
@@ -4023,10 +4023,10 b' div.readme .readme_box {'
4023 }
4023 }
4024
4024
4025 div.readme .readme_box {
4025 div.readme .readme_box {
4026 clear:both;
4026 clear: both;
4027 overflow:hidden;
4027 overflow: hidden;
4028 margin:0;
4028 margin: 0;
4029 padding:0 20px 10px;
4029 padding: 0 20px 10px;
4030 }
4030 }
4031
4031
4032 div.readme .readme_box h1, div.readme .readme_box h2, div.readme .readme_box h3, div.readme .readme_box h4, div.readme .readme_box h5, div.readme .readme_box h6 {
4032 div.readme .readme_box h1, div.readme .readme_box h2, div.readme .readme_box h3, div.readme .readme_box h4, div.readme .readme_box h5, div.readme .readme_box h6 {
@@ -4112,7 +4112,7 b' div.readme .readme_box table {'
4112
4112
4113
4113
4114 div.rst-block {
4114 div.rst-block {
4115 padding:0px;
4115 padding: 0px;
4116 }
4116 }
4117
4117
4118 div.rst-block h2 {
4118 div.rst-block h2 {
@@ -4124,10 +4124,10 b' div.rst-block {'
4124 }
4124 }
4125
4125
4126 div.rst-block {
4126 div.rst-block {
4127 clear:both;
4127 clear: both;
4128 overflow:hidden;
4128 overflow: hidden;
4129 margin:0;
4129 margin: 0;
4130 padding:0 20px 10px;
4130 padding: 0 20px 10px;
4131 }
4131 }
4132
4132
4133 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
4133 div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 {
@@ -4203,7 +4203,7 b' div.rst-block pre {'
4203
4203
4204 /** comment main **/
4204 /** comment main **/
4205 .comments {
4205 .comments {
4206 padding:10px 20px;
4206 padding: 10px 20px;
4207 }
4207 }
4208
4208
4209 .comments .comment {
4209 .comments .comment {
@@ -4232,7 +4232,7 b' div.rst-block pre {'
4232
4232
4233 .comments .comment .meta .date {
4233 .comments .comment .meta .date {
4234 float: left;
4234 float: left;
4235 padding:4px 4px 0px 4px;
4235 padding: 4px 4px 0px 4px;
4236 }
4236 }
4237
4237
4238 .comments .comment .text {
4238 .comments .comment .text {
@@ -4243,7 +4243,7 b' div.rst-block pre {'
4243 }
4243 }
4244
4244
4245 .comments .comments-number {
4245 .comments .comments-number {
4246 padding:0px 0px 10px 0px;
4246 padding: 0px 0px 10px 0px;
4247 font-weight: bold;
4247 font-weight: bold;
4248 color: #666;
4248 color: #666;
4249 font-size: 16px;
4249 font-size: 16px;
@@ -4252,8 +4252,8 b' div.rst-block pre {'
4252 /** comment form **/
4252 /** comment form **/
4253
4253
4254 .status-block {
4254 .status-block {
4255 min-height:80px;
4255 min-height: 80px;
4256 clear:both
4256 clear: both
4257 }
4257 }
4258
4258
4259 .comment-form .clearfix {
4259 .comment-form .clearfix {
@@ -4302,7 +4302,7 b' form.comment-form {'
4302 }
4302 }
4303
4303
4304 .comment-form .comment-button {
4304 .comment-form .comment-button {
4305 padding-top:5px;
4305 padding-top: 5px;
4306 }
4306 }
4307
4307
4308 .add-another-button {
4308 .add-another-button {
@@ -4313,13 +4313,13 b' form.comment-form {'
4313
4313
4314 .comment .buttons {
4314 .comment .buttons {
4315 float: right;
4315 float: right;
4316 padding:2px 2px 0px 0px;
4316 padding: 2px 2px 0px 0px;
4317 }
4317 }
4318
4318
4319
4319
4320 .show-inline-comments {
4320 .show-inline-comments {
4321 position: relative;
4321 position: relative;
4322 top:1px
4322 top: 1px
4323 }
4323 }
4324
4324
4325 /** comment inline form **/
4325 /** comment inline form **/
@@ -4327,7 +4327,7 b' form.comment-form {'
4327 display: none;
4327 display: none;
4328 }
4328 }
4329 .comment-inline-form .overlay.submitting {
4329 .comment-inline-form .overlay.submitting {
4330 display:block;
4330 display: block;
4331 background: none repeat scroll 0 0 white;
4331 background: none repeat scroll 0 0 white;
4332 font-size: 16px;
4332 font-size: 16px;
4333 opacity: 0.5;
4333 opacity: 0.5;
@@ -4337,8 +4337,8 b' form.comment-form {'
4337
4337
4338 }
4338 }
4339 .comment-inline-form .overlay.submitting .overlay-text {
4339 .comment-inline-form .overlay.submitting .overlay-text {
4340 width:100%;
4340 width: 100%;
4341 margin-top:5%;
4341 margin-top: 5%;
4342 }
4342 }
4343
4343
4344 .comment-inline-form .clearfix {
4344 .comment-inline-form .clearfix {
@@ -4349,7 +4349,7 b' form.comment-form {'
4349 }
4349 }
4350
4350
4351 div.comment-inline-form {
4351 div.comment-inline-form {
4352 padding:4px 0px 6px 0px;
4352 padding: 4px 0px 6px 0px;
4353 }
4353 }
4354
4354
4355
4355
@@ -4403,19 +4403,19 b' form.comment-inline-form {'
4403 }
4403 }
4404
4404
4405 .comment-inline-form .comment-button {
4405 .comment-inline-form .comment-button {
4406 padding-top:5px;
4406 padding-top: 5px;
4407 }
4407 }
4408
4408
4409 /** comment inline **/
4409 /** comment inline **/
4410 .inline-comments {
4410 .inline-comments {
4411 padding:10px 20px;
4411 padding: 10px 20px;
4412 }
4412 }
4413
4413
4414 .inline-comments div.rst-block {
4414 .inline-comments div.rst-block {
4415 clear:both;
4415 clear: both;
4416 overflow:hidden;
4416 overflow: hidden;
4417 margin:0;
4417 margin: 0;
4418 padding:0 20px 0px;
4418 padding: 0 20px 0px;
4419 }
4419 }
4420 .inline-comments .comment {
4420 .inline-comments .comment {
4421 border: 1px solid #ddd;
4421 border: 1px solid #ddd;
@@ -4429,7 +4429,7 b' form.comment-inline-form {'
4429 }
4429 }
4430
4430
4431 .inline-comments .comment-wrapp {
4431 .inline-comments .comment-wrapp {
4432 padding:1px;
4432 padding: 1px;
4433 }
4433 }
4434 .inline-comments .comment .meta {
4434 .inline-comments .comment .meta {
4435 background: #f8f8f8;
4435 background: #f8f8f8;
@@ -4444,12 +4444,12 b' form.comment-inline-form {'
4444
4444
4445 .inline-comments .comment .meta .user {
4445 .inline-comments .comment .meta .user {
4446 font-weight: bold;
4446 font-weight: bold;
4447 float:left;
4447 float: left;
4448 padding: 3px;
4448 padding: 3px;
4449 }
4449 }
4450
4450
4451 .inline-comments .comment .meta .date {
4451 .inline-comments .comment .meta .date {
4452 float:left;
4452 float: left;
4453 padding: 3px;
4453 padding: 3px;
4454 }
4454 }
4455
4455
@@ -4458,13 +4458,13 b' form.comment-inline-form {'
4458 }
4458 }
4459
4459
4460 .inline-comments .comments-number {
4460 .inline-comments .comments-number {
4461 padding:0px 0px 10px 0px;
4461 padding: 0px 0px 10px 0px;
4462 font-weight: bold;
4462 font-weight: bold;
4463 color: #666;
4463 color: #666;
4464 font-size: 16px;
4464 font-size: 16px;
4465 }
4465 }
4466 .inline-comments-button .add-comment {
4466 .inline-comments-button .add-comment {
4467 margin:2px 0px 8px 5px !important
4467 margin: 2px 0px 8px 5px !important
4468 }
4468 }
4469
4469
4470
4470
@@ -4481,7 +4481,7 b' form.comment-inline-form {'
4481 padding: 4px 4px !important;
4481 padding: 4px 4px !important;
4482 margin: 7px 4px 0px 0px !important;
4482 margin: 7px 4px 0px 0px !important;
4483 text-align: center;
4483 text-align: center;
4484 color:#888 !important;
4484 color: #888 !important;
4485 font-size: 10px;
4485 font-size: 10px;
4486 background-color: #DEDEDE !important;
4486 background-color: #DEDEDE !important;
4487 border-radius: 4px !important;
4487 border-radius: 4px !important;
@@ -4489,7 +4489,7 b' form.comment-inline-form {'
4489 }
4489 }
4490
4490
4491 .notification-header {
4491 .notification-header {
4492 padding-top:6px;
4492 padding-top: 6px;
4493 }
4493 }
4494 .notification-header .desc {
4494 .notification-header .desc {
4495 font-size: 16px;
4495 font-size: 16px;
@@ -4525,13 +4525,13 b' form.comment-inline-form {'
4525 cursor: pointer;
4525 cursor: pointer;
4526 }
4526 }
4527 .notification-subject {
4527 .notification-subject {
4528 clear:both;
4528 clear: both;
4529 border-bottom: 1px solid #eee;
4529 border-bottom: 1px solid #eee;
4530 padding:5px 0px 5px 38px;
4530 padding: 5px 0px 5px 38px;
4531 }
4531 }
4532
4532
4533 .notification-body {
4533 .notification-body {
4534 clear:both;
4534 clear: both;
4535 margin: 34px 2px 2px 8px
4535 margin: 34px 2px 2px 8px
4536 }
4536 }
4537
4537
@@ -4539,8 +4539,8 b' form.comment-inline-form {'
4539 PULL REQUESTS
4539 PULL REQUESTS
4540 *****/
4540 *****/
4541 .pullrequests_section_head {
4541 .pullrequests_section_head {
4542 padding:10px 10px 10px 0px;
4542 padding: 10px 10px 10px 0px;
4543 font-size:16px;
4543 font-size: 16px;
4544 font-weight: bold;
4544 font-weight: bold;
4545 }
4545 }
4546
4546
@@ -4548,8 +4548,8 b' PULL REQUESTS'
4548 PERMS
4548 PERMS
4549 *****/
4549 *****/
4550 #perms .perms_section_head {
4550 #perms .perms_section_head {
4551 padding:10px 10px 10px 0px;
4551 padding: 10px 10px 10px 0px;
4552 font-size:16px;
4552 font-size: 16px;
4553 font-weight: bold;
4553 font-weight: bold;
4554 }
4554 }
4555
4555
@@ -4584,12 +4584,12 b' PULL REQUESTS'
4584 }
4584 }
4585
4585
4586 .perm-gravatar {
4586 .perm-gravatar {
4587 vertical-align:middle;
4587 vertical-align: middle;
4588 padding:2px;
4588 padding: 2px;
4589 }
4589 }
4590 .perm-gravatar-ac {
4590 .perm-gravatar-ac {
4591 vertical-align:middle;
4591 vertical-align: middle;
4592 padding:2px;
4592 padding: 2px;
4593 width: 14px;
4593 width: 14px;
4594 height: 14px;
4594 height: 14px;
4595 }
4595 }
@@ -4634,7 +4634,7 b' div.diffblock.margined {'
4634 div.diffblock .code-header {
4634 div.diffblock .code-header {
4635 border-bottom: 1px solid #CCCCCC;
4635 border-bottom: 1px solid #CCCCCC;
4636 background: #EEEEEE;
4636 background: #EEEEEE;
4637 padding:10px 0 10px 0;
4637 padding: 10px 0 10px 0;
4638 height: 14px;
4638 height: 14px;
4639 }
4639 }
4640
4640
@@ -4658,12 +4658,12 b' div.diffblock .code-header .hash {'
4658 padding: 2px 0 0 2px;
4658 padding: 2px 0 0 2px;
4659 }
4659 }
4660 div.diffblock .code-header .date {
4660 div.diffblock .code-header .date {
4661 float:left;
4661 float: left;
4662 text-transform: uppercase;
4662 text-transform: uppercase;
4663 padding: 2px 0px 0px 2px;
4663 padding: 2px 0px 0px 2px;
4664 }
4664 }
4665 div.diffblock .code-header div {
4665 div.diffblock .code-header div {
4666 margin-left:4px;
4666 margin-left: 4px;
4667 font-weight: bold;
4667 font-weight: bold;
4668 font-size: 14px;
4668 font-size: 14px;
4669 }
4669 }
@@ -4671,25 +4671,25 b' div.diffblock .code-header div {'
4671 div.diffblock .parents {
4671 div.diffblock .parents {
4672 float: left;
4672 float: left;
4673 height: 26px;
4673 height: 26px;
4674 width:100px;
4674 width: 100px;
4675 font-size: 10px;
4675 font-size: 10px;
4676 font-weight: 400;
4676 font-weight: 400;
4677 vertical-align: middle;
4677 vertical-align: middle;
4678 padding: 0px 2px 2px 2px;
4678 padding: 0px 2px 2px 2px;
4679 background-color:#eeeeee;
4679 background-color: #eeeeee;
4680 border-bottom: 1px solid #CCCCCC;
4680 border-bottom: 1px solid #CCCCCC;
4681 }
4681 }
4682
4682
4683 div.diffblock .children {
4683 div.diffblock .children {
4684 float: right;
4684 float: right;
4685 height: 26px;
4685 height: 26px;
4686 width:100px;
4686 width: 100px;
4687 font-size: 10px;
4687 font-size: 10px;
4688 font-weight: 400;
4688 font-weight: 400;
4689 vertical-align: middle;
4689 vertical-align: middle;
4690 text-align: right;
4690 text-align: right;
4691 padding: 0px 2px 2px 2px;
4691 padding: 0px 2px 2px 2px;
4692 background-color:#eeeeee;
4692 background-color: #eeeeee;
4693 border-bottom: 1px solid #CCCCCC;
4693 border-bottom: 1px solid #CCCCCC;
4694 }
4694 }
4695
4695
@@ -4698,7 +4698,7 b' div.diffblock .code-body {'
4698 }
4698 }
4699 div.diffblock pre.raw {
4699 div.diffblock pre.raw {
4700 background: #FFFFFF;
4700 background: #FFFFFF;
4701 color:#000000;
4701 color: #000000;
4702 }
4702 }
4703 table.code-difftable {
4703 table.code-difftable {
4704 border-collapse: collapse;
4704 border-collapse: collapse;
@@ -4708,35 +4708,35 b' table.code-difftable {'
4708 table.code-difftable td {
4708 table.code-difftable td {
4709 padding: 0 !important;
4709 padding: 0 !important;
4710 background: none !important;
4710 background: none !important;
4711 border:0 !important;
4711 border: 0 !important;
4712 vertical-align: baseline !important
4712 vertical-align: baseline !important
4713 }
4713 }
4714 table.code-difftable .context {
4714 table.code-difftable .context {
4715 background:none repeat scroll 0 0 #DDE7EF;
4715 background: none repeat scroll 0 0 #DDE7EF;
4716 }
4716 }
4717 table.code-difftable .add {
4717 table.code-difftable .add {
4718 background:none repeat scroll 0 0 #DDFFDD;
4718 background: none repeat scroll 0 0 #DDFFDD;
4719 }
4719 }
4720 table.code-difftable .add ins {
4720 table.code-difftable .add ins {
4721 background:none repeat scroll 0 0 #AAFFAA;
4721 background: none repeat scroll 0 0 #AAFFAA;
4722 text-decoration:none;
4722 text-decoration: none;
4723 }
4723 }
4724 table.code-difftable .del {
4724 table.code-difftable .del {
4725 background:none repeat scroll 0 0 #FFDDDD;
4725 background: none repeat scroll 0 0 #FFDDDD;
4726 }
4726 }
4727 table.code-difftable .del del {
4727 table.code-difftable .del del {
4728 background:none repeat scroll 0 0 #FFAAAA;
4728 background: none repeat scroll 0 0 #FFAAAA;
4729 text-decoration:none;
4729 text-decoration: none;
4730 }
4730 }
4731
4731
4732 /** LINE NUMBERS **/
4732 /** LINE NUMBERS **/
4733 table.code-difftable .lineno {
4733 table.code-difftable .lineno {
4734
4734
4735 padding-left:2px;
4735 padding-left: 2px;
4736 padding-right:2px;
4736 padding-right: 2px;
4737 text-align:right;
4737 text-align: right;
4738 width:32px;
4738 width: 32px;
4739 -moz-user-select:none;
4739 -moz-user-select: none;
4740 -webkit-user-select: none;
4740 -webkit-user-select: none;
4741 border-right: 1px solid #CCC !important;
4741 border-right: 1px solid #CCC !important;
4742 border-left: 0px solid #CCC !important;
4742 border-left: 0px solid #CCC !important;
@@ -4750,10 +4750,10 b' table.code-difftable .lineno.new {'
4750 table.code-difftable .lineno.old {
4750 table.code-difftable .lineno.old {
4751 }
4751 }
4752 table.code-difftable .lineno a {
4752 table.code-difftable .lineno a {
4753 color:#747474 !important;
4753 color: #747474 !important;
4754 font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
4754 font: 11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
4755 letter-spacing:-1px;
4755 letter-spacing: -1px;
4756 text-align:right;
4756 text-align: right;
4757 padding-right: 2px;
4757 padding-right: 2px;
4758 cursor: pointer;
4758 cursor: pointer;
4759 display: block;
4759 display: block;
@@ -4761,12 +4761,12 b' table.code-difftable .lineno a {'
4761 }
4761 }
4762
4762
4763 table.code-difftable .lineno-inline {
4763 table.code-difftable .lineno-inline {
4764 background:none repeat scroll 0 0 #FFF !important;
4764 background: none repeat scroll 0 0 #FFF !important;
4765 padding-left:2px;
4765 padding-left: 2px;
4766 padding-right:2px;
4766 padding-right: 2px;
4767 text-align:right;
4767 text-align: right;
4768 width:30px;
4768 width: 30px;
4769 -moz-user-select:none;
4769 -moz-user-select: none;
4770 -webkit-user-select: none;
4770 -webkit-user-select: none;
4771 }
4771 }
4772
4772
@@ -4776,22 +4776,22 b' table.code-difftable .code {'
4776 width: 100%;
4776 width: 100%;
4777 }
4777 }
4778 table.code-difftable .code td {
4778 table.code-difftable .code td {
4779 margin:0;
4779 margin: 0;
4780 padding:0;
4780 padding: 0;
4781 }
4781 }
4782 table.code-difftable .code pre {
4782 table.code-difftable .code pre {
4783 margin:0;
4783 margin: 0;
4784 padding:0;
4784 padding: 0;
4785 height: 17px;
4785 height: 17px;
4786 line-height: 17px;
4786 line-height: 17px;
4787 }
4787 }
4788
4788
4789
4789
4790 .diffblock.margined.comm .line .code:hover {
4790 .diffblock.margined.comm .line .code:hover {
4791 background-color:#FFFFCC !important;
4791 background-color: #FFFFCC !important;
4792 cursor: pointer !important;
4792 cursor: pointer !important;
4793 background-image:url("../images/icons/comment_add.png") !important;
4793 background-image: url("../images/icons/comment_add.png") !important;
4794 background-repeat:no-repeat !important;
4794 background-repeat: no-repeat !important;
4795 background-position: right !important;
4795 background-position: right !important;
4796 background-position: 0% 50% !important;
4796 background-position: 0% 50% !important;
4797 }
4797 }
General Comments 0
You need to be logged in to leave comments. Login now