Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
Lots of styling
Browse files Browse the repository at this point in the history
  • Loading branch information
frabcus committed Jun 7, 2013
1 parent d23ff83 commit 4fdfc5a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion http/index.html
Expand Up @@ -31,7 +31,7 @@
<ul class="nav nav-tabs" style="display: none">
</ul>

<button class="btn btn-danger" type="button" id="bugs">Report Bug</button>
<button class="btn btn-danger btn-small" type="button" id="bugs">Report Bug</button>

</body>
</html>
27 changes: 20 additions & 7 deletions http/style.css
Expand Up @@ -10,27 +10,40 @@ ul.nav li:first-child a {
.item {
float: left;
width: 420px;
padding: 20px;
margin: 20px;
text-align: center;
/* border: 1px solid; */
background-color: white;
box-shadow: 0 2px 6px #ccc;
}
.item h1 {
width: 420px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 32px;
line-height: 32px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
div.tab {
display: none;
background-color: #f3f3f3;
}
div.active {
display: block;
}
.nav {
margin-bottom: 0;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
background-color: #f3f3f3;
}
p.loading, p.waiting {
margin-top: 20px;
padding-top: 50px;
padding-top: 70px;
text-align: center;
color: #666;
font-size: 20px;
background: transparent url('tool-loader.gif') center top no-repeat;
background: white url('tool-loader.gif') center 20px no-repeat;
}
b {
font-weight: inherit;
Expand All @@ -48,8 +61,8 @@ b {
}
#bugs {
position: absolute;
right: 20px;
top: 12px;
right: 10px;
top: 10px;
}
.table td.numeric {
/* text-align: right */
Expand Down

0 comments on commit 4fdfc5a

Please sign in to comment.