summaryrefslogtreecommitdiffstats
path: root/public/less
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-10 23:01:41 +0800
committerUnknwon <u@gogs.io>2015-08-10 23:01:41 +0800
commit887bc1b594ef5c279c28c90009e67b068978482f (patch)
treed4390bf5b8a6b4f581fc322a3290e69315060b78 /public/less
parent884bc4ffd81f5b952df172d43ba7b16e1844ff19 (diff)
parent2aea247208d4429d111fb9725c16a8e9ea24860f (diff)
downloadgitea-887bc1b594ef5c279c28c90009e67b068978482f.tar.gz
gitea-887bc1b594ef5c279c28c90009e67b068978482f.zip
Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
# Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_base.less26
1 files changed, 19 insertions, 7 deletions
diff --git a/public/less/_base.less b/public/less/_base.less
index f39c8a6607..388160a565 100644
--- a/public/less/_base.less
+++ b/public/less/_base.less
@@ -16,7 +16,6 @@ img {
z-index: 900;
left: 0;
width: 100%;
- padding: 5px 0;
&.light {
background-color: white;
border-bottom: 1px solid #DDDDDD;
@@ -25,10 +24,19 @@ img {
.column .menu {
margin-top: 0;
}
- .brand {
- float: left;
- margin-top: 5px;
- margin-right: 5px;
+ .top.menu a.item.brand {
+ padding-left: 0;
+ }
+ .brand .ui.mini.image {
+ width: 30px;
+ }
+ .top.menu a.item:hover,
+ .top.menu .dropdown.item:hover,
+ .top.menu .dropdown.item.active {
+ background-color: transparent;
+ }
+ .top.menu a.item:hover {
+ color: rgba(0,0,0,.45);
}
.head.link.item {
padding-right: 0!important;
@@ -37,8 +45,8 @@ img {
margin-right: 5px;
}
}
- .user.avatar {
- padding: 0;
+ .avatar > .ui.image {
+ margin-right: 0;
}
.searchbox {
background-color: rgb(244, 244, 244)!important;
@@ -117,6 +125,10 @@ footer {
.generate-img(@n, (@i + 1));
}
+.octicon.icon {
+ font-family: octicons;
+}
+
// Accessibility
.sr-only {
position: absolute;