Skip to content

Commit

Permalink
fixes loklak#207 - Fixes top bar height on details page and (loklak#327)
Browse files Browse the repository at this point in the history
added contribution link on side bar

Fixes issue loklak#207, fixes top bar height on details page
and added contribute on github link in sidebar.
  • Loading branch information
djmgit authored and mariobehling committed Aug 31, 2017
1 parent a983cfe commit 975ea37
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
7 changes: 2 additions & 5 deletions css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
.list-group-item li {
color:black;
}
.sidebar, .sidebar a {

}
.sidebar a:hover {
text-decoration: none;
}
Expand Down Expand Up @@ -167,8 +165,7 @@ pre {
padding-bottom: 0px;
border-color: #999;
}
.navbar-header{
}

.input-group-btn{
display: inline;
margin: 0px;
Expand Down Expand Up @@ -212,7 +209,7 @@ pre {
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
.navbar-left, .navbar-right {
float: none !important;
}
.navbar-toggle {
Expand Down
26 changes: 21 additions & 5 deletions css/details.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ body {
}

.navbar-custom {
padding: 12px;
padding: 15px;
background-color: #F1F1F1;
margin-bottom: 0px;
}

.loklak-brand {
font-family: "Courier New";
font-size: 35px;
height: 50px;
padding: 15px 0;
text-decoration: none;
line-height: 20px;
color: rgb(51,51,51);
line-height: 20px;
}
Expand Down Expand Up @@ -46,11 +47,11 @@ body {

.sidebar {
position: fixed;
width: 16%;
width: 17%;
background-color: #F1F1F1;
height: 100%;
overflow-y: auto;
margin-top: 75px;
margin-top: 81px;
transition: all 0.3s;
}

Expand Down Expand Up @@ -262,7 +263,7 @@ body {
}

.add-info {
margin-bottom: 20px;
margin-bottom: 20px;
}

.dropdown {
Expand Down Expand Up @@ -313,6 +314,21 @@ body {
font-size: 28px;
}

.contribute {
color: black;
margin: 20px;
text-decoration: none;
}

.contribute a {
color: rgb(119, 119, 119);
text-decoration: none;
}

.contribute a:hover {
color: black;
}

@media (max-width: 960px) {
.sidebar {
width: 0px;
Expand Down
5 changes: 5 additions & 0 deletions details.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ <h4>Categories</h4>
</ul>
</div>
<div class="category-footer">
<p class="contribute"> Contribute your app on
<a href="https://github.com/fossasia/apps.loklak.org">
Github
</a>!
</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 975ea37

Please sign in to comment.