diff --git a/kallithea/public/css/contextbar.css b/kallithea/public/css/contextbar.css --- a/kallithea/public/css/contextbar.css +++ b/kallithea/public/css/contextbar.css @@ -293,7 +293,7 @@ nav.navbar #quick a { } #context-pages li:last-child a { - padding-right: 10px; + padding-right: 20px; } #context-bar #revision-changer { diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -158,7 +158,7 @@ div.options a { code, .code pre, -div.readme .readme_box pre, +div.readme pre, div.rst-block pre, div.formatted-fixed, #changeset_content div.message, @@ -511,7 +511,6 @@ div.panel-primary { clear: both; background: #fff; margin: 0 0 10px; - padding: 0 0 10px; border-radius: 4px 4px 4px 4px; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); } @@ -522,11 +521,11 @@ div.panel div.panel-heading { background-color: #577632; background-repeat: repeat-x; background-image: linear-gradient(to bottom, #577632, #577632); - margin: 0 0 20px; padding: 10px 20px; border-radius: 4px 4px 0 0; } +#content div.panel div.panel-heading .panel-title, #content div.panel div.panel-heading a { color: #FFFFFF; } @@ -603,8 +602,11 @@ div.panel div.panel-heading { color: #5f5f5f; font-size: 12px; line-height: 150%; - margin: 0 24px 10px; - padding: 0; + margin: 0 0 10px; +} + +#content div.panel .panel-body.panel-about > ul { + margin: 0 0 10px 20px; } #content div.panel blockquote { @@ -1161,7 +1163,7 @@ ul#summary-menu-stats { background-color: #f9f9f9; border: 1px solid #d1d1d1; border-radius: 4px; - margin: 10px 20px; + margin: 20px; } #content #summary-menu-stats li { @@ -1593,10 +1595,6 @@ a.metatag[data-tag="license"]:hover { padding-bottom: 4px; } -#journal { - margin-left: 20px; -} - #journal .journal_day { font-size: 20px; padding: 10px 0px; @@ -2548,13 +2546,6 @@ table.code-browser i[class^='icon-'] { padding-right: .3em; } -.panel .search { - clear: both; - overflow: hidden; - margin: 0; - padding: 0 20px 10px; -} - .panel .search div.search_path { background: none repeat scroll 0 0 #EEE; border: 1px solid #CCC; @@ -2904,7 +2895,7 @@ nav.navbar, #content, #footer { .panel-body.settings > ul.nav-stacked { float: left; width: 150px; - margin: 20px; + margin: 0 20px 0 0; color: #393939; font-weight: 700; } @@ -2936,13 +2927,19 @@ nav.navbar, #content, #footer { .panel-body.settings > form { float: left; width: 750px; - margin: 10px 0 0 0; - border-left: 1px solid #DDDDDD; -} - -.panel-body > div, -.panel-body > form { - padding: 0 20px 10px; + margin: 0; +} + +.panel-body { + padding: 20px; +} + +.panel-body ~ .panel-body { + padding-top: 0; +} + +.panel-body.settings .text-muted { + margin: 5px 0; } /* make .btn inputs and buttons and divs look the same */ @@ -3416,31 +3413,21 @@ div#legend_choices table td { /*README STYLE*/ -div.readme { - padding: 0px; -} - div.readme h2 { font-weight: normal; } -div.readme .readme_box { - background-color: #fafafa; -} - -div.readme .readme_box { +div.readme { clear: both; overflow: hidden; - margin: 0; - padding: 0 20px 10px; -} - -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 { +} + +div.readme h1, +div.readme h2, +div.readme h3, +div.readme h4, +div.readme h5, +div.readme h6 { border-bottom: 0 !important; margin: 0 !important; padding: 0 !important; @@ -3448,38 +3435,34 @@ div.readme .readme_box h6 { } -div.readme .readme_box h1:first-child { - padding-top: .25em !important; -} - -div.readme .readme_box h2, -div.readme .readme_box h3 { +div.readme h2, +div.readme h3 { margin: 1em 0 !important; } -div.readme .readme_box h2 { +div.readme h2 { margin-top: 1.5em !important; border-top: 4px solid #e0e0e0 !important; padding-top: .5em !important; } -div.readme .readme_box p { +div.readme p { color: black !important; margin: 1em 0 !important; line-height: 1.5em !important; } -div.readme .readme_box ul { +div.readme ul { list-style: disc !important; margin: 1em 0 1em 2em !important; } -div.readme .readme_box ol { +div.readme ol { list-style: decimal; margin: 1em 0 1em 2em !important; } -div.readme .readme_box code { +div.readme code { font-size: 12px !important; background-color: ghostWhite !important; color: #444 !important; @@ -3487,14 +3470,14 @@ div.readme .readme_box code { border: 1px solid #dedede !important; } -div.readme .readme_box pre code { +div.readme pre code { padding: 0 !important; font-size: 12px !important; background-color: #eee !important; border: none !important; } -div.readme .readme_box pre { +div.readme pre { margin: 1em 0; font-size: 12px; background-color: #eee; @@ -3505,7 +3488,7 @@ div.readme .readme_box pre { border-radius: 3px; } -div.readme .readme_box table { +div.readme table { display: table; border-collapse: separate; border-spacing: 2px; @@ -3609,7 +3592,6 @@ div.rst-block pre { /** comment main **/ .comments { - padding: 10px 20px; max-width: 978px; } @@ -3648,10 +3630,8 @@ div.rst-block pre { } .comments-number { - padding: 0px 20px 10px; - font-weight: bold; + padding: 10px 0; color: #666; - font-size: 16px; } .automatic-comment { @@ -3726,6 +3706,11 @@ form.comment-form { margin: 4px; max-width: 978px; } + +#comments-general-comments .comment-inline-form { + margin: 0; +} + .comment-inline-form .submitting-overlay { display: none; height: 0; @@ -3780,15 +3765,18 @@ form.comment-inline-form { } /** comment inline **/ -.inline-comments { - padding: 0 20px; +.inline-comments .comment { + margin: 3px 3px 5px 5px; +} + +.inline-comments #comments-general-comments .comment { + margin-left: 0; } .inline-comments .comment .comment-wrapp { max-width: 978px; border: 1px solid #ddd; border-radius: 4px; - margin: 3px 3px 5px 5px; background-color: #FAFAFA; } @@ -3826,9 +3814,7 @@ form.comment-inline-form { .inline-comments .comments-number { padding: 0px 0px 10px 0px; - font-weight: bold; color: #666; - font-size: 16px; } input.status_change_radio { @@ -4008,7 +3994,7 @@ input.perm_filter { ******************************************************************************/ .diff-collapse { text-align: center; - margin-bottom: -15px; + margin: 0 0 -10px; } .diff-collapse-button { cursor: pointer; @@ -4344,6 +4330,11 @@ div.comment-prev-next-links div.next-com margin: 3px 6px; } +#comments-general-comments div.comment-prev-next-links div.prev-comment, +#comments-general-comments div.comment-prev-next-links div.next-comment { + margin-left: 0; +} + body table.dataTable thead .sorting { background-image: none; } diff --git a/kallithea/templates/about.html b/kallithea/templates/about.html --- a/kallithea/templates/about.html +++ b/kallithea/templates/about.html @@ -16,7 +16,7 @@
Kallithea is a project of the Software Freedom Conservancy, Inc. and is released under the terms of the @@ -25,7 +25,7 @@
Kallithea is copyrighted by various authors, including but not necessarily limited to the following:
-