fixed flash message. better tree css
This commit is contained in:
parent
0cd873c2d3
commit
48bc4fc214
5 changed files with 22 additions and 6 deletions
|
@ -73,7 +73,8 @@ a {
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
width:$min_app_width;
|
width:$min_app_width;
|
||||||
margin-top:62px;
|
margin-top:50px;
|
||||||
|
padding:$app_padding;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container .sidebar {
|
.container .sidebar {
|
||||||
|
|
|
@ -38,7 +38,8 @@
|
||||||
.note span.note-title{margin-bottom: 10px}
|
.note span.note-title{margin-bottom: 10px}
|
||||||
.note span.note-author{color: #999; font-weight: normal; font-style: italic;}
|
.note span.note-author{color: #999; font-weight: normal; font-style: italic;}
|
||||||
.note span.note-author strong{font-weight: bold; font-style: normal;}
|
.note span.note-author strong{font-weight: bold; font-style: normal;}
|
||||||
|
.note p { color:$style_color; }
|
||||||
|
.note .note-author { color: $style_color;}
|
||||||
|
|
||||||
.note .note-title { margin-left:55px; }
|
.note .note-title { margin-left:55px; }
|
||||||
|
|
||||||
|
|
|
@ -129,3 +129,18 @@ table.highlighttable .linenodiv pre {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.breadcrumb a {
|
||||||
|
color:$style_color;
|
||||||
|
font-weight:bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tree-slider {
|
||||||
|
td {
|
||||||
|
padding:7px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
background:#f5f5f5;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
- if alert || notice
|
- if alert || notice
|
||||||
- text = alert || notice
|
- text = alert || notice
|
||||||
%div{:style => "display:none", :id => "flash_container"}
|
%div{:style => "display:none", :id => "flash_container"}
|
||||||
.container
|
|
||||||
%center
|
%center
|
||||||
%h4= text
|
%h4= text
|
||||||
:javascript
|
:javascript
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
= render :partial => "refs/tree_file", :locals => { :name => tree.name, :content => tree.data, :file => tree }
|
= render :partial => "refs/tree_file", :locals => { :name => tree.name, :content => tree.data, :file => tree }
|
||||||
- else
|
- else
|
||||||
- contents = tree.contents
|
- contents = tree.contents
|
||||||
%table#tree-slider.bordered-table.zebra-striped
|
%table#tree-slider.bordered-table
|
||||||
%thead
|
%thead
|
||||||
%th Name
|
%th Name
|
||||||
%th Last Update
|
%th Last Update
|
||||||
|
|
Loading…
Add table
Reference in a new issue