Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
compile less
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Feb 17, 2016
1 parent fa0b713 commit 0794b28
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -7502,6 +7502,9 @@ ol {
.sidebar-lobbyists ul li {
margin: 5px 0;
}
.hidden {
display: none;
}
.sidebar-agendas {
padding: 10px 10px 40px;
}
Expand Down Expand Up @@ -8127,3 +8130,29 @@ body.infinity-protocol #content-main > div > div.row > div.span3 {
position: fixed;
overflow: auto;
}
.btn-expand-fb {
font-size: 13px;
width: 190px;
height: 20px;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
display: block;
/*bottom: -22px;*/
left: 50%;
/*margin-left: -95px;*/
background: #eee;
color: #797878;
border: none;
}
.btn-expand-fb:hover {
background: #dfdede;
color: #464545;
}
#loading-statuses-symbol {
text-align: center;
display: none;
}

0 comments on commit 0794b28

Please sign in to comment.