summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-28 21:42:28 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-28 21:42:28 +0800
commit9047cadcd33f95eebafa2f794b895c8406eb80c5 (patch)
treeb77ec7ab9047a49380a51986c4ad2858238ff19d /public
parent63dae435f9d99a58b5e6c034dd2e405239f8480d (diff)
downloadgitea-9047cadcd33f95eebafa2f794b895c8406eb80c5.tar.gz
gitea-9047cadcd33f95eebafa2f794b895c8406eb80c5.zip
issue close and reopen block ui
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/gogs.css21
1 files changed, 20 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index d4976460e6..d6c117c846 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -856,6 +856,7 @@ html, body {
.commit-list .sha a {
font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
+ font-size: 14px;
}
.guide-box pre, .guide-box .input-group {
@@ -1165,7 +1166,7 @@ html, body {
font-weight: normal;
}
-#issue .issue-child .panel-heading .user {
+#issue .issue-child .panel-heading .user,#issue .issue-closed a.user,#issue .issue-opened a.user {
font-weight: bold;
}
@@ -1173,6 +1174,10 @@ html, body {
border-color: #CCC;
}
+#issue .issue-is-closed .issue-line{
+ display: none;
+}
+
#issue .issue-head .info .btn {
margin-top: -8px;
margin-left: 8px;
@@ -1188,6 +1193,20 @@ html, body {
width: 60%;
}
+#issue .issue-closed .issue-content,#issue .issue-opened .issue-content{
+ line-height: 42px;
+}
+
+#issue .issue-closed{
+ border-bottom: 3px solid #CCC;
+ margin-bottom: 24px;
+ padding-bottom: 24px;
+}
+
+#issue .issue-closed .btn-danger,#issue .issue-opened .btn-success{
+ margin: 0 .8em;
+}
+
/* wrapper and footer */
#wrapper {