This commit is contained in:
Alexander Trofimov
2015-06-25 11:27:08 +03:00
parent dbf21ee32f
commit a10605c91f
174 changed files with 24121 additions and 8908 deletions

View File

@@ -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
// --------------------------------------------------

View File

@@ -68,4 +68,11 @@ label {
.tooltip-inner {
max-width: none;
}
}
#left-panel-history {
left: 40px;
width: 300px;
height: 100%;
display: none;
}

View File

@@ -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 {

View File

@@ -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 {