Skip to content

Commit

Permalink
Compiled style.css.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh Rao committed Dec 15, 2012
1 parent b5063ec commit 4355ee4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/main/webapp/resources/less/style.css
Expand Up @@ -8517,15 +8517,15 @@ ul.icons li .icon-large:before {
content: "\f200";
}
/* Make the vertical scroll bar always appear so it doesn't cause browser-quakes! */
/*
body {
overflow-y: scroll;
overflow-y: scroll;
background: #ffffff url(img/common/grey.png);
}
*/
.messenger-ajaxstatus {
position: absolute;
top: 50px;
left: 46%;
z-index: 1023;
}
/*
// Use if using navbar-fixed-top for the navbar.
Expand All @@ -8536,6 +8536,9 @@ body {
}
}
*/
.navbar {
margin-bottom: 10px;
}
/* jQuery overrides */
.ui-widget {
font-size: inherit;
Expand Down Expand Up @@ -8577,6 +8580,9 @@ body {
.custom-titlebar .custom-header-button {
margin-top: 8px;
}
.breadcrumb-bar {
margin: auto auto 5px;
}
.product-backlog-table .serial {
width: 5%;
}
Expand Down

0 comments on commit 4355ee4

Please sign in to comment.