summaryrefslogtreecommitdiffstats
path: root/public/ng/css/gogs.css
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-08-07 00:15:39 -0400
committerUnknwon <joe2010xtmf@163.com>2014-08-07 00:15:39 -0400
commit99eeb08419e63474b4e9d6581335f693d26c0e69 (patch)
treebce77d10cde2a017f27773ee047bdaf86d53972e /public/ng/css/gogs.css
parenta8e05fdf1b45578ad260aca3d239beb8be6197bf (diff)
downloadgitea-99eeb08419e63474b4e9d6581335f693d26c0e69.tar.gz
gitea-99eeb08419e63474b4e9d6581335f693d26c0e69.zip
nowarp fix
Diffstat (limited to 'public/ng/css/gogs.css')
-rw-r--r--public/ng/css/gogs.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index 8a0029ace7..148df5eb43 100644
--- a/public/ng/css/gogs.css
+++ b/public/ng/css/gogs.css
@@ -1155,21 +1155,37 @@ The register and sign-in page style
#repo-create-cancel {
margin-left: 4em;
}
+#dashboard-switch-menu,
#repo-create-owner-list {
top: 30px;
left: 0;
+ width: auto;
+ max-width: 300px;
}
+#dashboard-switch-menu .octicon,
#repo-create-owner-list .octicon {
margin-right: 12px;
opacity: 0;
}
+#dashboard-switch-menu .avatar,
#repo-create-owner-list .avatar {
width: 20px;
height: 20px;
}
+#dashboard-switch-menu li,
+#repo-create-owner-list li {
+ white-space: nowrap;
+}
+#dashboard-switch-menu li.checked .octicon,
#repo-create-owner-list li.checked .octicon {
opacity: 1;
}
+#dashboard-switch-menu li a,
+#repo-create-owner-list li a {
+ text-overflow: ellipsis;
+ -o-text-overflow: ellipsis;
+ overflow: hidden;
+}
.file-name {
margin-left: 1em;
}