Commit 869aec6f2be610029c05cbfd6229a804ba6d7ce4
1 parent
0039ae06
git
Showing
1 changed file
with
26 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
| ... | ... | @@ -3116,6 +3116,31 @@ input[type=file]::-webkit-file-upload-button { |
| 3116 | 3116 | box-sizing: border-box; |
| 3117 | 3117 | padding-left: 21px; |
| 3118 | 3118 | line-height: 30px; |
| 3119 | + overflow: hidden; | |
| 3120 | + white-space: nowrap; | |
| 3121 | + position: relative; | |
| 3122 | +} | |
| 3123 | +.portfolio-project-blocks-tags:before { | |
| 3124 | + ontent: ''; | |
| 3125 | + position: absolute; | |
| 3126 | + width: 7px; | |
| 3127 | + height: 100%; | |
| 3128 | + right: 14px; | |
| 3129 | + top: 0; | |
| 3130 | + opacity: 1; | |
| 3131 | + background: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%); | |
| 3132 | + background: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%); | |
| 3133 | + background: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%); | |
| 3134 | + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); | |
| 3135 | +} | |
| 3136 | +.portfolio-project-blocks-tags:after { | |
| 3137 | + content: ''; | |
| 3138 | + position: absolute; | |
| 3139 | + width:20px; | |
| 3140 | + height: 100%; | |
| 3141 | + right: 0; | |
| 3142 | + top:0; | |
| 3143 | + background: #fff; | |
| 3119 | 3144 | } |
| 3120 | 3145 | .portfolio-project-blocks-tags a { |
| 3121 | 3146 | font-size: 13px; |
| ... | ... | @@ -6942,4 +6967,5 @@ li.active-menu-admin:hover a .ico_num { |
| 6942 | 6967 | width: 100%; |
| 6943 | 6968 | float: left; |
| 6944 | 6969 | margin-bottom: 16px; |
| 6970 | + | |
| 6945 | 6971 | } |
| 6946 | 6972 | \ No newline at end of file | ... | ... |