Commit 255bfc47c98503de42b563156e9f44d7eb6b3b05
1 parent
9ea9174b
Exists in
master
and in
110 other branches
log pannel: Hide splitter and add icon
Showing
3 changed files
with
9 additions
and
1 deletions
Show diff stats
js/app/controllers/ExplorerModule.js
js/resources/css/amda.css
... | ... | @@ -104,6 +104,10 @@ |
104 | 104 | background-image:url( ../images/16x16/workspaces.png ) !important; |
105 | 105 | } |
106 | 106 | |
107 | +.icon-align-left { | |
108 | + background-image: url(../images/16x16/align_left.png); | |
109 | +} | |
110 | + | |
107 | 111 | .icon-delete { |
108 | 112 | background-image:url( ../images/icons/fam/delete.gif ) !important; |
109 | 113 | } |
... | ... | @@ -497,6 +501,10 @@ p + p { |
497 | 501 | opacity: 1.0 !important; |
498 | 502 | } |
499 | 503 | |
504 | +#LogPanel-splitter-collapseEl { | |
505 | + display: none; | |
506 | +} | |
507 | + | |
500 | 508 | .epntap_grid .disabled_row { |
501 | 509 | color: gray; |
502 | 510 | } | ... | ... |
201 Bytes