aboutsummaryrefslogtreecommitdiff
path: root/public/less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_dashboard.less20
-rw-r--r--public/less/_repository.less83
-rw-r--r--public/less/gogs.less1
3 files changed, 63 insertions, 41 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less
new file mode 100644
index 00000000..c4e04b2f
--- /dev/null
+++ b/public/less/_dashboard.less
@@ -0,0 +1,20 @@
+.dashboard {
+ padding-top: 15px;
+ padding-bottom: @footer-margin * 2;
+
+ &.issues {
+ .context.user.menu {
+ min-width: 200px;
+ .ui.header {
+ font-size: 1rem;
+ text-transform: none;
+ }
+ }
+ .filter.menu {
+ .item.active {
+ background-color: #4183c4;
+ color: #FFF;
+ }
+ }
+ }
+} \ No newline at end of file
diff --git a/public/less/_repository.less b/public/less/_repository.less
index 365914f2..93b1be6a 100644
--- a/public/less/_repository.less
+++ b/public/less/_repository.less
@@ -79,47 +79,6 @@
}
}
- .page.buttons {
- padding-top: 15px;
- }
-
- .issue.list {
- list-style: none;
- padding-top: 15px;
- >.item {
- padding-top: 15px;
- padding-bottom: 10px;
- border-bottom: 1px dashed #AAA;
- .title {
- color: #444;
- font-size: 15px;
- font-weight: bold;
- margin: 0 6px;
- &:hover {
- color: #000;
- }
- }
- .comment {
- padding-right: 10px;
- color: #666;
- }
- .desc {
- padding-top: 5px;
- color: #999;
- a.milestone {
- padding-left: 5px;
- color: #999!important;
- &:hover {
- color: #000!important;
- }
- }
- .assignee {
- margin-top: -5px;
- margin-right: 5px;
- }
- }
- }
- }
@comment-avatar-width: 3em;
&.new.issue {
.comment.form {
@@ -607,6 +566,48 @@
}
}
+.issue.list {
+ list-style: none;
+ padding-top: 15px;
+ >.item {
+ padding-top: 15px;
+ padding-bottom: 10px;
+ border-bottom: 1px dashed #AAA;
+ .title {
+ color: #444;
+ font-size: 15px;
+ font-weight: bold;
+ margin: 0 6px;
+ &:hover {
+ color: #000;
+ }
+ }
+ .comment {
+ padding-right: 10px;
+ color: #666;
+ }
+ .desc {
+ padding-top: 5px;
+ color: #999;
+ a.milestone {
+ padding-left: 5px;
+ color: #999!important;
+ &:hover {
+ color: #000!important;
+ }
+ }
+ .assignee {
+ margin-top: -5px;
+ margin-right: 5px;
+ }
+ }
+ }
+}
+
+.page.buttons {
+ padding-top: 15px;
+}
+
.ui.comments {
.dropzone {
width: 100%;
diff --git a/public/less/gogs.less b/public/less/gogs.less
index 3fe7705d..be1fc0f5 100644
--- a/public/less/gogs.less
+++ b/public/less/gogs.less
@@ -6,4 +6,5 @@
@import "_form";
@import "_repository";
@import "_user";
+@import "_dashboard";
@import "_admin"; \ No newline at end of file