aboutsummaryrefslogtreecommitdiffstats
path: root/public/css
diff options
context:
space:
mode:
authorAdam Strzelecki <ono@java.pl>2015-11-30 23:57:07 +0100
committerAdam Strzelecki <ono@java.pl>2015-12-02 21:42:31 +0100
commit640dce12a892eaf1fa21399f5cac12e8ea83bd9e (patch)
tree182c57e80d969991a2724f1840def27c92177861 /public/css
parent99b958db4325fd52566dd0d0e81afb8d891bac27 (diff)
downloadgitea-640dce12a892eaf1fa21399f5cac12e8ea83bd9e.tar.gz
gitea-640dce12a892eaf1fa21399f5cac12e8ea83bd9e.zip
CSS: .repository .sha.label -> .ui .sha.label
This is because SHA1 label is used in many other places, not only inside .repository container.
Diffstat (limited to 'public/css')
-rwxr-xr-xpublic/css/gogs.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 19a34b8fe2..d3565b192b 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -913,6 +913,13 @@ pre.raw {
.ui .form .fake {
display: none !important;
}
+.ui .sha.label {
+ font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
+ font-size: 14px;
+ padding: 6px 10px 4px 10px;
+ font-weight: normal;
+ margin: 0 6px;
+}
.ui.status.buttons .octicon {
margin-right: 4px;
}
@@ -2267,12 +2274,6 @@ footer .container .links > *:first-child {
.repository .commits.table .date {
width: 120px;
}
-.repository .sha.label {
- font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
- font-size: 14px;
- padding: 6px 10px 4px 10px;
- font-weight: normal;
-}
.repository .diff-detail-box {
margin: 15px 0;
line-height: 30px;