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.less22
1 files changed, 22 insertions, 0 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less
index 5e9ade3255..8031bc96b4 100644
--- a/public/less/_repository.less
+++ b/public/less/_repository.less
@@ -151,6 +151,16 @@
font-weight: 300;
font-size: 3rem;
margin-bottom: 5px;
+ .ui.input {
+ font-size: 0.5em;
+ vertical-align: top;
+ width: 50%;
+ min-width: 600px;
+ input {
+ font-size: 1.5em;
+ padding: 6px 10px;
+ }
+ }
}
.index {
font-weight: 300;
@@ -160,6 +170,9 @@
.label {
margin-right: 10px;
}
+ .edit-zone {
+ margin-top: 10px;
+ }
}
.comment-list {
&:before {
@@ -187,6 +200,15 @@
border: 1px solid rgba(0,0,0,0.1);
border-radius: 3px;
}
+ .actions {
+ .item {
+ float: left;
+ }
+ a.item {
+ margin-top: 6px;
+ margin-left: 10px;
+ }
+ }
.content {
margin-left: 4em;
.header {