Skip to content

Commit ef51490

Browse files
author
Daniel Bruce
committed
Updates links and adds collaboration mockup.
1 parent 893bfdc commit ef51490

17 files changed

+475
-336
lines changed

spider/analytics.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<a class="dropdown-item active" href="analytics.html">
7575
View
7676
</a>
77-
<a class="dropdown-item" href="new_analytics.html">
77+
<a class="dropdown-item" href="#">
7878
Create
7979
</a>
8080
</div>
@@ -85,10 +85,10 @@
8585
Workspace
8686
</a>
8787
<div class="dropdown-menu">
88-
<a class="dropdown-item" href="http://c134849.try.invisionpower.com/">
88+
<a class="dropdown-item" href="collaboration.html">
8989
Collaboration
9090
</a>
91-
<a class="dropdown-item" href="experts.html">
91+
<a class="dropdown-item" href="#">
9292
Experts
9393
</a>
9494
</div>

spider/assets/css/styles.css

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,38 @@ body {
124124
font-weight: normal;
125125
}
126126

127+
.forum-table thead tr th {
128+
border: 1px solid #373a3c;
129+
border-bottom: 0;
130+
}
131+
132+
.forum-table tbody tr.subheader td {
133+
border-top: 0;
134+
border-bottom: 0;
135+
border-left: 1px solid #dee2e6;
136+
border-right: 1px solid #dee2e6;
137+
}
138+
139+
.forum-table tbody tr.forum-list td {
140+
border-bottom: 0;
141+
border-left: 1px solid #dee2e6;
142+
border-right: 1px solid #dee2e6;
143+
border-top: 1px solid #dee2e6;
144+
}
145+
146+
.forum-table tbody tr.forum-list:last-child td {
147+
border-bottom: 1px solid #dee2e6;
148+
}
149+
150+
.forum-table tbody tr td {
151+
vertical-align: middle;
152+
}
153+
154+
.forum-table tbody tr td:first-child {
155+
width: 60%;
156+
}
157+
158+
.forum-table tbody tr td:last-child {
159+
width: 25%;
160+
}
161+

spider/assets/img/clay-thomas.jpg

3.91 KB
Loading

spider/assets/img/john-smith.png

6.96 KB
Loading

spider/assets/img/khalid-robinson.jpg

3.67 KB
Loading

spider/assets/img/susan-jones.jpg

3.98 KB
Loading

spider/collaboration.html

Lines changed: 410 additions & 0 deletions
Large diffs are not rendered by default.

spider/experts.html

Lines changed: 0 additions & 153 deletions
This file was deleted.

spider/feeds.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<a class="dropdown-item" href="analytics.html">
7575
View
7676
</a>
77-
<a class="dropdown-item" href="new_analytics.html">
77+
<a class="dropdown-item" href="#">
7878
Create
7979
</a>
8080
</div>
@@ -85,10 +85,10 @@
8585
Workspace
8686
</a>
8787
<div class="dropdown-menu">
88-
<a class="dropdown-item" href="http://c134849.try.invisionpower.com/">
88+
<a class="dropdown-item" href="collaboration.html">
8989
Collaboration
9090
</a>
91-
<a class="dropdown-item" href="experts.html">
91+
<a class="dropdown-item" href="#">
9292
Experts
9393
</a>
9494
</div>

spider/home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<a class="dropdown-item" href="analytics.html">
7575
View
7676
</a>
77-
<a class="dropdown-item" href="new_analytics.html">
77+
<a class="dropdown-item" href="#">
7878
Create
7979
</a>
8080
</div>
@@ -85,10 +85,10 @@
8585
Workspace
8686
</a>
8787
<div class="dropdown-menu">
88-
<a class="dropdown-item" href="http://c134849.try.invisionpower.com/">
88+
<a class="dropdown-item" href="collaboration.html">
8989
Collaboration
9090
</a>
91-
<a class="dropdown-item" href="experts.html">
91+
<a class="dropdown-item" href="#">
9292
Experts
9393
</a>
9494
</div>

0 commit comments

Comments
 (0)