summaryrefslogtreecommitdiffstats
path: root/public/less/_repository.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less/_repository.less')
-rw-r--r--public/less/_repository.less16
1 files changed, 13 insertions, 3 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less
index 5d4d737022..da28528d30 100644
--- a/public/less/_repository.less
+++ b/public/less/_repository.less
@@ -6,8 +6,8 @@
.head {
.column {
- padding-top: 5px!important;
- padding-bottom: 5px!important;
+ padding-top: 5px !important;
+ padding-bottom: 5px !important;
}
.ui.compact.menu {
margin-left: 1rem;
@@ -30,6 +30,10 @@
font-size: 12px;
white-space: nowrap;
}
+ .octicon.octicon-repo-forked {
+ margin-top: -1px;
+ font-size: 15px;
+ }
}
.navbar {
@@ -79,6 +83,9 @@
.ui.tabs.divider {
border-bottom: none;
}
+ .ui.tabular .octicon {
+ margin-right: 5px;
+ }
}
.filter.menu {
.label.color {
@@ -170,9 +177,12 @@
}
}
tbody {
- .icon {
+ .octicon {
margin-left: 3px;
margin-right: 5px;
+ &.octicon-mail-reply {
+ margin-right: 10px;
+ }
}
}
td {