Minor fixes

This commit is contained in:
Dmitriy Zaporozhets 2012-04-10 20:06:17 +03:00
parent 627efddf63
commit 2587de74df
15 changed files with 146 additions and 62 deletions

View file

@ -880,3 +880,17 @@ li.note {
color:#aaa;
}
}
.remember_me {
text-align:left;
}
/**
* Milestones list
*
*/
.milestone {
@extend .wll;
}

View file

@ -35,6 +35,10 @@ a {
}
}
.neib {
margin-right:10px;
}
.alert-message {
@extend .alert;
@ -111,7 +115,9 @@ table {
background:$blue_link;
}
}
&.danger,
&.primary {
@extend .btn-primary;
}
&.btn-danger {
background:#DD4B39;
color:white;
@ -122,6 +128,9 @@ table {
background:#DD0000;
}
}
&.danger {
@extend .btn-danger;
}
&.small {
@extend .btn-small;

View file

@ -22,6 +22,8 @@
.ui-progressbar {
border:1px solid #ddd;
height:6px;
margin:0;
padding:0;
.ui-progressbar-value {
background-color: #62C462;//$blue_link;

View file

@ -90,6 +90,7 @@ tr.line_notes_row {
.per_line_form {
background:#f5f5f5;
border-top:1px solid #eee;
form { margin: 0; }
td {
border-bottom:1px solid #ddd;

View file

@ -135,6 +135,7 @@
img {
position: relative;
top:-1px;
}
}
}
@ -161,7 +162,7 @@
border-color:#ccc;
td {
padding:7px;
padding:8px;
border-color:#f1f1f1;
background:#fafafa;
}