UI: add new button, top panel restyle etc

This commit is contained in:
Dmitriy Zaporozhets 2012-01-18 22:15:45 +02:00
parent 3b5a4fa2fd
commit 15c4655527
27 changed files with 88 additions and 64 deletions

View file

@ -556,8 +556,13 @@ a.project-update.titled {
}
.add_new {
float:right;
padding: 6px 12px;
float: right;
background: #A6B807;
color: white;
padding: 4px 10px;
@include round-borders-all(4px);
font-size:11px;
margin: 10px 0;
}