git ssb

30+

cel / git-ssb-web



Commit e424ae346ed5146a021aeb756c59f4051eda450b

add section styling, some alignment stuff

mix irving committed on 10/9/2016, 12:19:11 AM
Parent: 85d802a8d7af5b3c1b0ddf681facf294509def27

Files changed

static/styles.csschanged
static/styles.cssView
@@ -67,14 +67,11 @@
6767 border-radius: 1em;
6868 }
6969
7070 .profile-icon {
71- height: 1.5em;
72- width: 1.5em;
73- margin-right: .2em;
74- margin-left: .15em;
75- margin-top: .4em;
76- margin-bottom: .5em;
71 + height: 1.6em;
72 + width: 1.6em;
73 + margin: .4em 0 .5em .15em;
7774 border: 1px solid #eee;
7875 float: left;
7976 }
8077
@@ -91,8 +88,16 @@
9188 border-radius: 0;
9289 border-bottom: 1px solid #eee;
9390 }
9491
92 +section.branch-info, section.files {
93 + border: none;
94 +}
95 +
96 +section.readme {
97 + margin-top: 2em;
98 +}
99 +
95100 section.collapse {
96101 margin-bottom: 0;
97102 }
98103
@@ -152,10 +157,10 @@
152157 float: right;
153158 display: inline-block;
154159 }
155160
156-.repo-title .right-bar {
157- margin-top: .25em;
161 +.right-bar .btn {
162 + margin-top: 0.2em;
158163 }
159164
160165 input { border: 1px solid #eee;}
161166
@@ -246,8 +251,12 @@
246251 }
247252
248253 /* files list */
249254
255 +table.files {
256 + border: 1px #dedede solid;
257 +}
258 +
250259 .files td:first-child {
251260 padding: 0 1ex;
252261 }
253262
@@ -473,4 +482,13 @@
473482 font-weight: normal;
474483 }
475484
476485 .date { font-size: .8em; color: #666;}
486 +
487 +.dib { display: inline-block; }
488 +
489 +.w-100 { width: 100%; }
490 +
491 +.ml2 { margin-left: 2rem; }
492 +
493 +.light-grey { color: #909090; }
494 +

Built with git-ssb-web