diff options
author | James Moger <james.moger@gitblit.com> | 2012-07-11 17:10:03 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-07-11 17:10:03 -0400 |
commit | ab3aab468400a927a943e178be50058345192fb1 (patch) | |
tree | 9742e04beed50323b4ce2a66879a61f158f63557 /resources | |
parent | 3868ed986fc557007f9ff34d529575341de89311 (diff) | |
download | gitblit-ab3aab468400a927a943e178be50058345192fb1.tar.gz gitblit-ab3aab468400a927a943e178be50058345192fb1.zip |
Tweak to repositories panel in responsive mode
Diffstat (limited to 'resources')
-rw-r--r-- | resources/gitblit.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/resources/gitblit.css b/resources/gitblit.css index d2acaf5c..b8792dcd 100644 --- a/resources/gitblit.css +++ b/resources/gitblit.css @@ -700,13 +700,18 @@ table.repositories th { border:0;
}
+table.repositories th.right {
+ border-right: 1px solid #ddd;
+}
+
table.repositories td {
padding: 2px;
border-left: 0;
}
table.repositories td.rightAlign {
- text-align: right;
+ text-align: right;
+ border-right: 1px solid #ddd;
}
table.repositories td.icon img {
@@ -826,6 +831,7 @@ td.author { td.date {
/*font-style: italic !important;*/
+ white-space: nowrap;
}
span.sha1, span.sha1 a, span.sha1 a span, pre.commit_message {
|