Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

Commit f984ad6

Browse files
author
Arjun
committed
beta 5.5
Bug Fixes UI Changes
1 parent bee717b commit f984ad6

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

db.sqlite3

0 Bytes
Binary file not shown.

qa/templates/qa/header.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,14 @@
102102
font-size: 27px;
103103
}
104104

105+
orange {
106+
color: #ff8a00;
107+
}
108+
109+
a:hover {color: #FF8800; }
110+
105111
</style>
112+
106113
<script>
107114
$(function () {
108115
$('a[href="#search"]').on('click', function(event) {
@@ -121,5 +128,5 @@
121128
</script>
122129

123130
<div class="page-header">
124-
<a class="btn btn-lg btn-warning pull-right" href="#search"><span class="glyphicon glyphicon-search" aria-hidden="true"></span> Find</a><a class="btn btn-lg btn-danger pull-right" href="/add/"><span class="glyphicon glyphicon-plus" aria-hidden="true"></span> Ask Question</a><h1><a href="/"><img width="50px" src="http://icons.iconarchive.com/icons/seanau/flat-app/256/Questionmark-icon.png" />Simple QA </a><small>Open Questions</small></h1>
131+
<a class="btn btn-lg btn-warning pull-right" href="#search"><span class="glyphicon glyphicon-search" aria-hidden="true"></span> Find</a><a class="btn btn-lg btn-danger pull-right" href="/add/"><span class="glyphicon glyphicon-plus" aria-hidden="true"></span> Ask Question</a><h1><a href="/"><img width="50px" src="http://icons.iconarchive.com/icons/seanau/flat-app/256/Questionmark-icon.png" /><orange>Simple QA</orange> </a><small>Open Questions</small></h1>
125132
</div>

qa/templates/qa/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<style>
2+
.topbar {
3+
width:100%;
4+
height:7px;
5+
position: absolute;
6+
z-index:1000;
7+
8+
background: #FF8800;
9+
}
10+
</style>
11+
12+
<div class="topbar"></div>
13+
114
<div class="container">
215

316
{% include "qa/header.html" %}

0 commit comments

Comments
 (0)