bug fix
This commit is contained in:
@@ -109,6 +109,7 @@
|
||||
@import "../../../../common/main/resources/less/scroller.less";
|
||||
@import "../../../../common/main/resources/less/synchronize-tip.less";
|
||||
@import "../../../../common/main/resources/less/common.less";
|
||||
@import "../../../../common/main/resources/less/history.less";
|
||||
|
||||
// App
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -68,4 +68,11 @@ label {
|
||||
.tooltip-inner {
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
#left-panel-history {
|
||||
left: 40px;
|
||||
width: 300px;
|
||||
height: 100%;
|
||||
display: none;
|
||||
}
|
||||
@@ -36,6 +36,19 @@
|
||||
}
|
||||
}
|
||||
|
||||
#left-panel-history {
|
||||
&+.layout-resizer {
|
||||
border-left: 0 none;
|
||||
border-right: 0 none;
|
||||
|
||||
&.move {
|
||||
border-left: 1px solid @gray-dark;
|
||||
border-right: 1px solid @gray-dark;
|
||||
opacity: 0.4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tool-menu-btns {
|
||||
width: 40px;
|
||||
height: 100%;
|
||||
@@ -59,6 +72,9 @@
|
||||
#left-panel-comments {
|
||||
height: 100%;
|
||||
}
|
||||
#left-panel-history {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.left-menu-full-ct {
|
||||
@@ -387,7 +403,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
#panel-info {
|
||||
#panel-info,
|
||||
#panel-rights {
|
||||
padding: 0 30px;
|
||||
table {
|
||||
tr {
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
}
|
||||
|
||||
&[disabled] .btn-icon {
|
||||
background-position: -60px @top-position;
|
||||
background-position: -40px @top-position;
|
||||
}
|
||||
|
||||
&.active {
|
||||
@@ -146,6 +146,14 @@
|
||||
.apply-language-flag();
|
||||
}
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
cursor: default;
|
||||
label, .icon-lang-flag {
|
||||
cursor: default;
|
||||
opacity: 0.4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cnt-zoom {
|
||||
|
||||
Reference in New Issue
Block a user