bootstrap 2 integration complete.
This commit is contained in:
parent
2587de74df
commit
8f22834c4e
3 changed files with 3 additions and 13 deletions
|
@ -9,8 +9,8 @@
|
|||
.container {
|
||||
padding-top:0;
|
||||
z-index:5;
|
||||
min-width:$min_app_width;
|
||||
padding:0 20px
|
||||
padding:0 20px;
|
||||
min-width: $min_app_width;
|
||||
}
|
||||
|
||||
.container .content {
|
||||
|
|
|
@ -118,16 +118,6 @@ table {
|
|||
&.primary {
|
||||
@extend .btn-primary;
|
||||
}
|
||||
&.btn-danger {
|
||||
background:#DD4B39;
|
||||
color:white;
|
||||
border-color:#990000;
|
||||
text-shadow:0 0 1px #111;
|
||||
&:hover {
|
||||
color:white;
|
||||
background:#DD0000;
|
||||
}
|
||||
}
|
||||
&.danger {
|
||||
@extend .btn-danger;
|
||||
}
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
%br
|
||||
|
||||
%table#keys-table
|
||||
%table#keys-table.table
|
||||
- @keys.each do |key|
|
||||
= render(:partial => 'show', :locals => {:key => key})
|
||||
|
|
Loading…
Reference in a new issue