|
|
@@ -8951,9 +8951,9 @@ img {
|
|
|
position: relative; }
|
|
|
.shortnews__textpos {
|
|
|
min-height: 100px;
|
|
|
- background: -moz-linear-gradient(top, rgba(59, 67, 77, 0) 0%, rgba(59, 67, 77, 0.25) 10%, #3b434d 100%);
|
|
|
- background: -webkit-linear-gradient(top, rgba(59, 67, 77, 0) 0%, rgba(59, 67, 77, 0.25) 10%, #3b434d 100%);
|
|
|
- background: linear-gradient(to bottom, rgba(59, 67, 77, 0) 0%, rgba(59, 67, 77, 0.25) 10%, #3b434d 100%);
|
|
|
+ background: -moz-linear-gradient(top, rgba(59, 67, 77, 0) 0%, rgba(59, 67, 77, 0.1) 10%, #3b434d 100%);
|
|
|
+ background: -webkit-linear-gradient(top, rgba(59, 67, 77, 0) 0%, rgba(59, 67, 77, 0.1) 10%, #3b434d 100%);
|
|
|
+ background: linear-gradient(to bottom, rgba(59, 67, 77, 0) 0%, rgba(59, 67, 77, 0.1) 10%, #3b434d 100%);
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b434d', endColorstr='#3b434d', GradientType=0);
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
@@ -10743,6 +10743,8 @@ img {
|
|
|
.organization-info__slidedown-mesto {
|
|
|
color: #929292;
|
|
|
font-size: 13px; }
|
|
|
+ .organization-info__slidedown-content {
|
|
|
+ display: none; }
|
|
|
.organization-info__slidedown-handler {
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
@@ -10751,7 +10753,10 @@ img {
|
|
|
height: 9px;
|
|
|
margin-top: -4px;
|
|
|
cursor: pointer;
|
|
|
- background: url(../img/blockslide_sprite.png) no-repeat; }
|
|
|
+ background: url(../img/blockslide_sprite.png) no-repeat;
|
|
|
+ transform: rotate(180deg); }
|
|
|
+ .organization-info__slidedown-handler.active {
|
|
|
+ transform: rotate(0); }
|
|
|
.organization-info__administration-content {
|
|
|
padding-left: 10px; }
|
|
|
.organization-info__sub-organizations-header {
|