diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -160,56 +160,48 @@ div.options a { .top-left-rounded-corner { -webkit-border-top-left-radius: 8px; -khtml-border-radius-topleft: 8px; - -moz-border-radius-topleft: 8px; border-top-left-radius: 8px; } .top-right-rounded-corner { -webkit-border-top-right-radius: 8px; -khtml-border-radius-topright: 8px; - -moz-border-radius-topright: 8px; border-top-right-radius: 8px; } .bottom-left-rounded-corner { -webkit-border-bottom-left-radius: 8px; -khtml-border-radius-bottomleft: 8px; - -moz-border-radius-bottomleft: 8px; border-bottom-left-radius: 8px; } .bottom-right-rounded-corner { -webkit-border-bottom-right-radius: 8px; -khtml-border-radius-bottomright: 8px; - -moz-border-radius-bottomright: 8px; border-bottom-right-radius: 8px; } .top-left-rounded-corner-mid { -webkit-border-top-left-radius: 4px; -khtml-border-radius-topleft: 4px; - -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; } .top-right-rounded-corner-mid { -webkit-border-top-right-radius: 4px; -khtml-border-radius-topright: 4px; - -moz-border-radius-topright: 4px; border-top-right-radius: 4px; } .bottom-left-rounded-corner-mid { -webkit-border-bottom-left-radius: 4px; -khtml-border-radius-bottomleft: 4px; - -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; } .bottom-right-rounded-corner-mid { -webkit-border-bottom-right-radius: 4px; -khtml-border-radius-bottomright: 4px; - -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; } @@ -244,12 +236,10 @@ div:hover > a.permalink { #header { } - #header ul#logged-user { margin-bottom: 5px !important; -webkit-border-radius: 0px 0px 8px 8px; -khtml-border-radius: 0px 0px 8px 8px; - -moz-border-radius: 0px 0px 8px 8px; border-radius: 0px 0px 8px 8px; height: 37px; background-color: #003B76; @@ -260,7 +250,7 @@ div:hover > a.permalink { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); background-image: -webkit-linear-gradient(top, #003b76, #00376e); background-image: -o-linear-gradient(top, #003b76, #00376e); - background-image: linear-gradient(top, #003b76, #00376e); + background-image: linear-gradient(to bottom, #003b76, #00376e); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 ); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); } @@ -314,19 +304,18 @@ div:hover > a.permalink { background-color: #003B76; opacity: 0.01; cursor: pointer; - min-height: 10px; + min-height: 10px; width: 100% !important; -webkit-border-radius: 0px 0px 4px 4px; -khtml-border-radius: 0px 0px 4px 4px; - -moz-border-radius: 0px 0px 4px 4px; border-radius: 0px 0px 4px 4px; } #header-dd:hover{ - opacity: 0.2; + opacity: 0.2; -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; - transition: opacity 0.5s ease-in-out; + transition: opacity 0.5s ease-in-out; } #header #header-inner { @@ -341,7 +330,7 @@ div:hover > a.permalink { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) ); background-image: -webkit-linear-gradient(top, #003b76, #00376e); background-image: -o-linear-gradient(top, #003b76, #00376e); - background-image: linear-gradient(top, #003b76, #00376e); + background-image: linear-gradient(to bottom, #003b76, #00376e); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 ); margin: 0; padding: 0; @@ -349,17 +338,15 @@ div:hover > a.permalink { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); -webkit-border-radius: 0px 0px 4px 4px; -khtml-border-radius: 0px 0px 4px 4px; - -moz-border-radius: 0px 0px 4px 4px; border-radius: 0px 0px 4px 4px; } #header #header-inner.hover { width: 100% !important; -webkit-border-radius: 0px 0px 0px 0px; -khtml-border-radius: 0px 0px 0px 0px; - -moz-border-radius: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px; position: fixed !important; - z-index: 10000; + z-index: 10000; } .ie7 #header #header-inner.hover, @@ -439,7 +426,6 @@ div:hover > a.permalink { padding: 0; -webkit-border-radius: 4px 4px 4px 4px; -khtml-border-radius: 4px 4px 4px 4px; - -moz-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; } @@ -1096,7 +1082,6 @@ tbody .yui-dt-editable { cursor: pointer padding: 0 0 10px; -webkit-border-radius: 4px 4px 4px 4px; -khtml-border-radius: 4px 4px 4px 4px; - -moz-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); } @@ -1126,7 +1111,7 @@ tbody .yui-dt-editable { cursor: pointer background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); background-image: -webkit-linear-gradient(top, #003b76, #00376e); background-image: -o-linear-gradient(top, #003b76, #00376e); - background-image: linear-gradient(top, #003b76, #00376e); + background-image: linear-gradient(to bottom, #003b76, #00376e); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 ); margin: 0 0 20px; padding: 0; @@ -1267,7 +1252,7 @@ tbody .yui-dt-editable { cursor: pointer background:-moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); background:-o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); background:-ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); - background:linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); + background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(64,96,128,0.1)); display: none; } @@ -1623,7 +1608,6 @@ div.form div.fields div.field div.button padding: 0; border: 1px solid #eee; -webkit-border-radius: 4px; - -moz-border-radius: 4px; border-radius: 4px; } @@ -1949,7 +1933,6 @@ div.form div.fields div.field div.button margin-right: 1px; -webkit-border-radius: 4px 4px 4px 4px; -khtml-border-radius: 4px 4px 4px 4px; - -moz-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; border: solid 1px #9CF; @@ -2027,12 +2010,11 @@ a.metatag[tag="license"]:hover { background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e)); background-image : -webkit-linear-gradient( top, #003b76, #00376e)); background-image : -o-linear-gradient( top, #003b76, #00376e)); - background-image : linear-gradient( top, #003b76, #00376e); + background-image : linear-gradient(to bottom, #003b76, #00376e); filter :progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); -webkit-border-radius: 4px 4px 4px 4px; -khtml-border-radius: 4px 4px 4px 4px; - -moz-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; } @@ -2063,7 +2045,7 @@ a.metatag[tag="license"]:hover { background-image : -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e)); background-image : -webkit-linear-gradient( top, #003b76, #00376e)); background-image : -o-linear-gradient( top, #003b76, #00376e)); - background-image : linear-gradient( top, #003b76, #00376e); + background-image : linear-gradient(to bottom, #003b76, #00376e); filter : progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0); margin: 0 auto; padding: 0; @@ -2147,13 +2129,12 @@ a.metatag[tag="license"]:hover { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); background-image: -webkit-linear-gradient(top, #003b76, #00376e); background-image: -o-linear-gradient(top, #003b76, #00376e); - background-image: linear-gradient(top, #003b76, #00376e); + background-image: linear-gradient(to bottom, #003b76, #00376e); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 ); z-index: 999; -webkit-border-radius: 0px 0px 4px 4px; -khtml-border-radius: 0px 0px 4px 4px; - -moz-border-radius: 0px 0px 4px 4px; border-radius: 0px 0px 4px 4px; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); } @@ -2213,7 +2194,7 @@ a.metatag[tag="license"]:hover { #quick_login .unread a { color: #FFFFFF; display: block; - padding: 2px; + padding: 2px; } #quick_login .notifications a:hover, #quick_login .unread a:hover { @@ -2304,7 +2285,7 @@ a.metatag[tag="license"]:hover { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); background-image: -webkit-linear-gradient(top, #003b76, #00376e); background-image: -o-linear-gradient(top, #003b76, #00376e); - background-image: linear-gradient(top, #003b76, #00376e); + background-image: linear-gradient(to bottom, #003b76, #00376e); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 ); margin: 0 auto; @@ -2780,7 +2761,6 @@ h3.files_location { color: #444444; background: #FEA; -webkit-border-radius: 0px 0px 0px 6px; - -moz-border-radius: 0px 0px 0px 6px; border-radius: 0px 0px 0px 6px; padding: 1px; } @@ -2815,7 +2795,6 @@ h3.files_location { text-transform: uppercase; white-space: nowrap; -webkit-border-radius: 3px; - -moz-border-radius: 3px; border-radius: 3px; margin-right: 2px; } @@ -2841,7 +2820,6 @@ h3.files_location { color: #ffffff; white-space: nowrap; -webkit-border-radius: 3px; - -moz-border-radius: 3px; border-radius: 3px; } .right .logtags .branchtag a:hover, .logtags .branchtag a { @@ -2859,7 +2837,6 @@ h3.files_location { color: #ffffff; white-space: nowrap; -webkit-border-radius: 3px; - -moz-border-radius: 3px; border-radius: 3px; } .right .logtags .tagtag a:hover, .logtags .tagtag a { @@ -2878,7 +2855,6 @@ h3.files_location { text-transform: uppercase; white-space: nowrap; -webkit-border-radius: 3px; - -moz-border-radius: 3px; border-radius: 3px; } .right .logbooks .bookbook, .logbooks .bookbook a, .right .logtags .bookbook, .logtags .bookbook a { @@ -2896,7 +2872,6 @@ div.browserblock { line-height: 125%; padding: 0; -webkit-border-radius: 6px 6px 0px 0px; - -moz-border-radius: 6px 6px 0px 0px; border-radius: 6px 6px 0px 0px; } @@ -3109,16 +3084,14 @@ table.code-browser .submodule-dir { border: 2px solid #003367; font: 100% sans-serif; width: auto; - opacity: 1px; + opacity: 1; padding: 8px; white-space: pre-wrap; -webkit-border-radius: 8px 8px 8px 8px; -khtml-border-radius: 8px 8px 8px 8px; - -moz-border-radius: 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); - -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); } @@ -3130,12 +3103,11 @@ table.code-browser .submodule-dir { border: 2px solid #003367; font: 100% sans-serif; width: auto; - opacity: 1px; + opacity: 1; padding: 8px; white-space: pre-wrap; -webkit-border-radius: 8px 8px 8px 8px; -khtml-border-radius: 8px 8px 8px 8px; - -moz-border-radius: 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); } @@ -3182,7 +3154,6 @@ table.code-browser .submodule-dir { position: absolute; width: 100%; background: #000; - -moz-opacity: 0.1px; opacity: .10; filter: alpha(opacity = 10); z-index: 9049; @@ -3428,7 +3399,7 @@ table.code-browser .submodule-dir { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35) ); background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); - background-image: linear-gradient(top, #ee5f5b, #c43c35); + background-image: linear-gradient(to bottom, #ee5f5b, #c43c35); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 ); border-color: #c43c35 #c43c35 #882a25; } @@ -3443,7 +3414,7 @@ table.code-browser .submodule-dir { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94) ); background-image: -webkit-linear-gradient(top, #fceec1, #eedc94); background-image: -o-linear-gradient(top, #fceec1, #eedc94); - background-image: linear-gradient(top, #fceec1, #eedc94); + background-image: linear-gradient(to bottom, #fceec1, #eedc94); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 ); border-color: #eedc94 #eedc94 #e4c652; } @@ -3457,7 +3428,7 @@ table.code-browser .submodule-dir { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957) ); background-image: -webkit-linear-gradient(top, #62c462, #57a957); background-image: -o-linear-gradient(top, #62c462, #57a957); - background-image: linear-gradient(top, #62c462, #57a957); + background-image: linear-gradient(to bottom, #62c462, #57a957); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 ); border-color: #57a957 #57a957 #3d773d; } @@ -3471,7 +3442,7 @@ table.code-browser .submodule-dir { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9) ); background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); background-image: -o-linear-gradient(top, #5bc0de, #339bb9); - background-image: linear-gradient(top, #5bc0de, #339bb9); + background-image: linear-gradient(to bottom, #5bc0de, #339bb9); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 ); border-color: #339bb9 #339bb9 #22697d; } @@ -3492,10 +3463,8 @@ table.code-browser .submodule-dir { border-width: 1px; border-style: solid; -webkit-border-radius: 4px; - -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); - -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); } @@ -3524,7 +3493,7 @@ table#permissions_manage { table#permissions_manage span.private_repo_msg { font-size: 0.8em; - opacity: 0.6px; + opacity: 0.6; } table#permissions_manage td.private_repo_msg { @@ -3543,14 +3512,12 @@ div.gravatar { line-height:0; -webkit-border-radius: 3px; -khtml-border-radius: 3px; - -moz-border-radius: 3px; border-radius: 3px; } div.gravatar img { -webkit-border-radius: 2px; -khtml-border-radius: 2px; - -moz-border-radius: 2px; border-radius: 2px; } @@ -3586,7 +3553,7 @@ div.gravatar img { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) ); background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) ); background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) ); - background-image: linear-gradient(top, #F4F4F4, #DADADA); + background-image: linear-gradient(to bottom, #F4F4F4, #DADADA); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0); border-top: 1px solid #DDD; @@ -3598,7 +3565,6 @@ div.gravatar img { margin: 0px 3px 3px 0px; -webkit-border-radius: 4px 4px 4px 4px !important; -khtml-border-radius: 4px 4px 4px 4px !important; - -moz-border-radius: 4px 4px 4px 4px !important; border-radius: 4px 4px 4px 4px !important; cursor: pointer !important; padding: 3px 3px 3px 3px; @@ -3623,7 +3589,6 @@ div.gravatar img { margin: 0px 0px 3px -4px; -webkit-border-radius: 0px 4px 4px 0px !important; -khtml-border-radius: 0px 4px 4px 0px !important; - -moz-border-radius: 0px 4px 4px 0px !important; border-radius: 0px 4px 4px 0px !important; width: 100px; text-align: center; @@ -3642,7 +3607,7 @@ div.gravatar img { } .ui-btn.disabled:hover { - background-position:none; + background-position: 0; color: #999; text-decoration: none; box-shadow: none !important; @@ -3658,7 +3623,7 @@ div.gravatar img { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35)); background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); - background-image: linear-gradient(top, #ee5f5b, #c43c35); + background-image: linear-gradient(to bottom, #ee5f5b, #c43c35); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0); border-color: #c43c35 #c43c35 #882a25; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); @@ -3675,7 +3640,7 @@ div.gravatar img { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9)); background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); background-image: -o-linear-gradient(top, #5bc0de, #339bb9); - background-image: linear-gradient(top, #5bc0de, #339bb9); + background-image: linear-gradient(to bottom, #5bc0de, #339bb9); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0); border-color: #339bb9 #339bb9 #22697d; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); @@ -3690,7 +3655,7 @@ div.gravatar img { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957)); background-image: -webkit-linear-gradient(top, #62c462, #57a957); background-image: -o-linear-gradient(top, #62c462, #57a957); - background-image: linear-gradient(top, #62c462, #57a957); + background-image: linear-gradient(to bottom, #62c462, #57a957); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0); border-color: #57a957 #57a957 #3d773d; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); @@ -3864,7 +3829,6 @@ input.ui-button { padding: 6px 12px; -webkit-border-radius: 4px 4px 4px 4px; -khtml-border-radius: 4px 4px 4px 4px; - -moz-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; box-shadow: 0 1px 0 #ececec; cursor: pointer; @@ -3996,6 +3960,10 @@ div.form div.fields div.field div.highli padding: 0; } +#login div.form div.fields div.field div.input input.large { + width: 250px; +} + #login div.form div.fields div.field div.checkbox, #register div.form div.fields div.field div.checkbox { margin: 0 0 0 184px; padding: 0; @@ -4038,7 +4006,6 @@ div#legend_container table td, div#legen .q_filter_box { -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset; -webkit-border-radius: 4px; - -moz-border-radius: 4px; border-radius: 4px; border: 0 none; color: #AAAAAA; @@ -4188,7 +4155,6 @@ div.readme .readme_box pre { overflow: auto; -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset; -webkit-border-radius: 3px; - -moz-border-radius: 3px; border-radius: 3px; } @@ -4290,7 +4256,6 @@ div.rst-block pre { overflow: auto; -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset; -webkit-border-radius: 3px; - -moz-border-radius: 3px; border-radius: 3px; } @@ -4304,7 +4269,6 @@ div.rst-block pre { border: 1px solid #ddd; margin-top: 10px; -webkit-border-radius: 4px; - -moz-border-radius: 4px; border-radius: 4px; } @@ -4354,7 +4318,6 @@ div.rst-block pre { .comment-form .clearfix { background: #EEE; -webkit-border-radius: 4px; - -moz-border-radius: 4px; border-radius: 4px; padding: 10px; } @@ -4440,7 +4403,6 @@ form.comment-form { .comment-inline-form .clearfix { background: #EEE; -webkit-border-radius: 4px; - -moz-border-radius: 4px; border-radius: 4px; padding: 5px; } @@ -4517,7 +4479,6 @@ form.comment-inline-form { .inline-comments .comment { border: 1px solid #ddd; -webkit-border-radius: 4px; - -moz-border-radius: 4px; border-radius: 4px; margin: 3px 3px 5px 5px; background-color: #FAFAFA; @@ -4584,7 +4545,6 @@ form.comment-inline-form { background-color: #DEDEDE !important; border-radius: 4px !important; -webkit-border-radius: 4px !important; - -moz-border-radius: 4px !important; } .notification-header { @@ -4609,7 +4569,6 @@ form.comment-inline-form { .notification-table { border: 1px solid #ccc; -webkit-border-radius: 6px 6px 6px 6px; - -moz-border-radius: 6px 6px 6px 6px; border-radius: 6px 6px 6px 6px; clear: both; margin: 0px 20px 0px 20px; @@ -4660,7 +4619,6 @@ PULL REQUESTS text-transform: uppercase; white-space: nowrap; -webkit-border-radius: 3px; - -moz-border-radius: 3px; border-radius: 3px; } @@ -4698,6 +4656,24 @@ PULL REQUESTS /***************************************************************************** DIFFS CSS ******************************************************************************/ +.diff-collapse{ + text-align: center; + margin-bottom: -15px; +} +.diff-collapse-button{ + cursor: pointer; + color: #666; + font-size: 16px; +} +.diff-container { + +} + +.diff-container.hidden{ + display: none; + overflow: hidden; +} + div.diffblock { overflow: auto; @@ -4709,7 +4685,6 @@ div.diffblock { /* new */ line-height: 125%; -webkit-border-radius: 6px 6px 0px 0px; - -moz-border-radius: 6px 6px 0px 0px; border-radius: 6px 6px 0px 0px; } div.diffblock.margined { @@ -4787,12 +4762,13 @@ div.diffblock pre.raw { table.code-difftable { border-collapse: collapse; width: 99%; + border-radius: 0px !important; } table.code-difftable td { padding: 0 !important; background: none !important; border:0 !important; - vertical-align: none !important; + vertical-align: baseline !important } table.code-difftable .context { background:none repeat scroll 0 0 #DDE7EF; @@ -4887,3 +4863,8 @@ table.code-difftable .code pre { div.comment:target>.comment-wrapp { border: solid 2px #ee0 !important; } + +.lineno:target a { + border: solid 2px #ee0 !important; + margin: -2px; +}