Skip to content

Commit

Permalink
optimized query statements that were very dated and replaced with CSS3
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Sep 5, 2012
1 parent 4f3146b commit 41b7716
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/outline_designer.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
#reload_table {
display:none;
}
#book-outline th:not(:first-child){
display:none;
}
tr.draggable td:not(:first-child) {
display:none;
}
tr.draggable td:first-child {
width:800px;
}
#book-outline div.form-type-textfield input {
display:none;
}
#od_popup_toolbox {
display:none;
text-align:left;
Expand Down

0 comments on commit 41b7716

Please sign in to comment.