diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index add38c0..520539e 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -87,7 +87,7 @@ padding-bottom: 8px; } -table.table-file-list td.latest-commmit { +table.table-file-list td.latest-commit { padding-top: 4px; padding-bottom: 4px; background-color: white; @@ -111,11 +111,6 @@ padding-bottom: 4px; } -div.latest-commit { - font-size: small; - font-weight: normal; -} - div.block-header { font-size: large; font-weight: bold; @@ -172,6 +167,21 @@ text-shadow: 0 1px 0 #fff } +div.box-header-small { + background-color: #e0e0e0; + background-image: -moz-linear-gradient(#fafafa, #e0e0e0); + background-image: -webkit-linear-gradient(#fafafa, #e0e0e0); + background-image: linear-gradient(#fafafa, #e0e0e0); + background-repeat: repeat-x; + margin: 0; + border-top-left-radius: 1px; + border-top-right-radius: 1px; + border: 1px solid #d8d8d8; + border-bottom: none; + padding: 10px 10px 11px 10px; + text-shadow: 0 1px 0 #fff +} + div.box-content { background-color: white; border: 1px solid silver;