mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 00:45:49 +01:00
CSS enhancement.
This commit is contained in:
@@ -87,7 +87,7 @@ table.table-file-list th, table.table-file-list td {
|
|||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.table-file-list td.latest-commmit {
|
table.table-file-list td.latest-commit {
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@@ -111,11 +111,6 @@ th, td, .table th, .table td {
|
|||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.latest-commit {
|
|
||||||
font-size: small;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.block-header {
|
div.block-header {
|
||||||
font-size: large;
|
font-size: large;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -172,6 +167,21 @@ div.box-header {
|
|||||||
text-shadow: 0 1px 0 #fff
|
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 {
|
div.box-content {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
|
|||||||
Reference in New Issue
Block a user