Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Файл - audioplayer.js:
- 150. - var volume = browser.mobile ? 80 : parseInt(getCookie('audio_vol'));
- 151. + var volume = parseInt(getCookie('audio_vol'));
- 217. - if (window.Pads && Pads.audioSearchCleared && (pl = cur.nextPlaylist) && pl[aid]) {
- 218. - _a.lastSong = pl[aid];
- 219. - } else if ((pl = padAudioPlaylist()) && pl[aid]) {
- 220. + if ((pl = padAudioPlaylist()) && pl[aid]) {
- 542. - if (ge('audio_vol' + aid) && browser.mobile) {
- 543. - hide('audio_vol' + aid);
- 544. - }
- 609. - if (cur.module == 'search' && nav.objLoc['c[section]'] == 'audio' && !nav.objLoc['c[q]']) params.top = 1;
- 610. - if (cur.module == 'audio' && nav.objLoc['act'] == 'popular' && !nav.objLoc['q']) params.top_audio = 1;
- 611. + if (nav.objLoc[0] == 'search' && nav.objLoc['c[section]'] == 'audio' && !nav.objLoc['c[q]']) params.top = 1;
- 612. + if (nav.objLoc[0] == 'audio' && nav.objLoc['act'] == 'popular' && !nav.objLoc['q']) params.top_audio = 1;
- 615. - if ((cur.module == 'groups' || cur.module == 'public' || cur.module == 'audio') && cur.oid == ids[0] && cur.oid < 0) params.group = 1;
- 616. - if ((cur.module == 'audio' || cur.module == 'feed') && nav.objLoc['q'] || cur.module == 'search' && nav.objLoc['c[q]']) params.search = 1;
- 617. - if (cur.module == 'audio' && nav.objLoc['album_id'] && cur.album_id) params.album = 1;
- 618. - if (cur.module == 'audio' && cur.club) params.club = cur.club;
- 619. - if (!params.search && cur.module == 'feed') params.feed = 1;
- 620. + if ((cur.module == 'groups' || cur.module == 'public' || nav.objLoc[0] == 'audio') && cur.oid == ids[0] && cur.oid < 0) params.group = 1;
- 621. + if ((nav.objLoc[0] == 'audio' || nav.objLoc[0] == 'feed') && nav.objLoc['q'] || nav.objLoc[0] == 'search' && nav.objLoc['c[q]']) params.search = 1;
- 622. + if (nav.objLoc[0] == 'audio' && nav.objLoc['album_id'] && cur.album_id) params.album = 1;
- 623. + if (nav.objLoc[0] == 'audio' && cur.club) params.club = cur.club;
- 624. + if (!params.search && nav.objLoc[0] == 'feed') params.feed = 1;
- 640. - setTimeout(ajax.post.pbind('audio', {act: 'audio_status', full_id: aid, hash: _a.addHash, top: (_a.playbackParams.top_audio || _a.playbackParams.top) ? 1 : ''}), 0);
- 641. + setTimeout(ajax.post.pbind('audio', {act: 'audio_status', full_id: aid, hash: _a.addHash}), 0);
- 828. - }
- 829. - },
- 830. - showRec: function(aid, fromPad) {
- 831. - var _a = audioPlayer;
- 832. - aid = aid || currentAudioId() || _a.lastSong && _a.lastSong.aid || cur.defaultTrack && cur.defaultTrack.id || window.audioPlaylist && audioPlaylist.start || '';
- 833. - if (!aid) return;
- 834. - if (fromPad) {
- 835. - _a.loadTrackRecommendations(aid);
- 836. - } else if (window.Audio) {
- 837. - Audio.loadRecommendations({update: true, audioId: aid});
- 856. - ajax.post('audio', {act: 'toggle_status', exp: (exp ? '' : 1), hash: _a.addHash, id: aid, top: (_a.playbackParams.top_audio || _a.playbackParams.top) ? 1 : ''});
- 857. + ajax.post('audio', {act: 'toggle_status', exp: (exp ? '' : 1), hash: _a.addHash, id: aid});
- 955. - if (!w.pageNode || !play_btn || cur.module == 'im') return;
- 956. + if (!w.pageNode || !play_btn || nav.objLoc[0] == 'im') return;
- 1043. - genPlaylist: function(list, copyToMain, allMy) {
- 1044. + genPlaylist: function(list, copyToMain) {
- 1073. - if (allMy) cur.nextPlaylist.my = 1;
- 1128. - } while (curId && curId != aid);
- 1129. + } while (curId != aid);
- 1140. - }
- 1141. - }
- 1142. - },
- 1143. -
- 1144. - loadTrackRecommendations: function(aid) {
- 1145. - var _a = audioPlayer, ids = aid.split('_');
- 1146. - if (!ids[0] || !ids[1]) return;
- 1147. - ajax.post('/audio', {act: 'audio_recommendations', oid: ids[0], aid: ids[1]}, {
- 1148. - onDone: function(obj) {
- 1149. - if (obj && obj.all && obj.all.length) {
- 1150. - var curPlist = window.audioPlaylist;
- 1151. - _a.genPlaylist(obj.all, false);
- 1152. - if (cur.nextPlaylist) cur.nextPlaylist.rec = 1;
- 1153. - if (window.Pads) {
- 1154. - Pads.audioSearchCleared = true;
- 1155. - if (window._pads && _pads.shown == 'mus') {
- 1156. - _a.recsLoaded = 1;
- 1157. - Pads.updateAudioPlaylist();
- 1158. - }
- 1159. - }
- 1160. - }
- 1161. - },
- 1162. - onFail: function(msg) {
- 1163. - setTimeout(showFastBox(getLang('global_error'), msg).hide, 3000);
- 1164. - return true;
- 1165. - }
- 1166. - });
- 1167. - },
- 1168. -
- 1169. - showMyAudios: function(el) {
- 1170. - var _a = audioPlayer, allMy = (cur.module == 'audio' && cur.oid == vk.id && cur.audiosList && cur.audiosList.all);
- 1171. - if (allMy) {
- 1172. - _a.genPlaylist(allMy, false, true);
- 1173. - if (window.Pads) {
- 1174. - Pads.audioSearchCleared = true;
- 1175. - if (window._pads && _pads.shown == 'mus') Pads.updateAudioPlaylist();
- 1177. - re(el);
- 1178. - } else {
- 1179. - ajax.post('/audio', {act: 'load_audios_silent', id: vk.id}, {
- 1180. - cache: 1,
- 1181. - showProgress: function() {
- 1182. - ge('pad_footer_text').innerHTML = '<div class="progress" style="display: block;"></div>';
- 1183. - },
- 1184. - hideProgress: function() {
- 1185. - ge('pad_footer_text').innerHTML = '';
- 1186. - },
- 1187. - onDone: function(data, opts) {
- 1188. - var obj = eval('('+data+')');
- 1189. - if (!obj || !obj.all) return;
- 1190. - _a.genPlaylist(obj.all, false, true);
- 1191. - if (window.Pads) {
- 1192. - Pads.audioSearchCleared = true;
- 1193. - if (window._pads && _pads.shown == 'mus') Pads.updateAudioPlaylist();
- 1194. - }
- 1195. - re(el);
- 1196. - }
- 1197. - });
- 1436. - shuffleAudios: function(fromPad) {
- 1437. - var _a = audioPlayer, pl, aid;
- 1438. - if (fromPad && window.Pads) {
- 1439. - pl = Pads.audioSearchCleared ? cur.nextPlaylist || {} : ((!window.audioPlaylist || window.curNotifier && (padPlData = ls.get('pad_pldata')) && padPlData.source == curNotifier.instance_id) ? ls.get('pad_playlist') || window.audioPlaylist : padAudioPlaylist());
- 1440. - aid = ((_a = window.audioPlayer) && _a.isPlaylistGlobal()) ? ls.get('audio_id') || currentAudioId() : currentAudioId();
- 1441. - } else {
- 1442. - pl = window.audioPlaylist;
- 1443. - aid = currentAudioId();
- 1444. - }
- 1445. + shuffleAudios: function() {
- 1446. + var _a = audioPlayer, pl = window.audioPlaylist, aid = currentAudioId();
- 1459. - if (cur.module != 'audio' && !pl) {
- 1460. + if (nav.objLoc[0] != 'audio' && !pl) {
- 1472. - if (cur.module == 'audio' && window.Audio) {
- 1473. + if (nav.objLoc[0] == 'audio' && window.Audio) {
- 1525. - _a.genPlaylist(res, true, pl && pl.my);
- 1526. + _a.genPlaylist(res, true);
- 1546. - var volume = browser.mobile ? 80 : parseInt(getCookie('audio_vol'));
- 1547. + var volume = parseInt(getCookie('audio_vol'));
- 1575. - shuffle: _a.shuffleAudios.pbind(!!obj.padPlaylist),
- 1576. - rec: _a.showRec.pbind(false, !!obj.padPlaylist),
- 1577. + shuffle: _a.shuffleAudios,
- 1590. - rec: 'audio_show_recommendations',
- 1593. - each(['prev', 'next', 'play', 'add', 'repeat', 'rec', 'status', 'shuffle', 'volumeArea'], function(){
- 1594. + each(['prev', 'next', 'play', 'add', 'repeat', 'status', 'shuffle', 'volumeArea'], function(){
- 1605. - each(['prev', 'next', 'play', 'add', 'repeat', 'rec', 'status', 'shuffle', 'volumeArea', 'progressArea'], function(){
- 1606. + each(['prev', 'next', 'play', 'add', 'repeat', 'status', 'shuffle', 'volumeArea', 'progressArea'], function(){
- 1652. - shuffle: _a.shuffleAudios.pbind(!!obj.padPlaylist),
- 1653. - rec: _a.showRec.pbind(false, !!obj.padPlaylist),
- 1666. - rec: 'audio_show_recommendations',
- 1669. - each(['prev', 'next', 'play', 'add', 'repeat', 'rec', 'status', 'shuffle', 'volumeArea'], function(){
- 1670. + each(['prev', 'next', 'play', 'add', 'repeat', 'status', 'shuffle', 'volumeArea'], function(){
- 1681. - each(['prev', 'next', 'play', 'add', 'repeat', 'rec', 'status', 'shuffle', 'volumeArea', 'progressArea'], function(){
- 1682. + each(['prev', 'next', 'play', 'add', 'repeat', 'status', 'shuffle', 'volumeArea', 'progressArea'], function(){
- ------
- Файл - audio.js:
- 55. - rec: ge('ac_rec'),
- 59. - }
- 60. - if (browser.mobile) {
- 61. - hide('ac_vol');
- 62. - setStyle('ac_duration', {margin: 0});
- 216. - audioPlayer.genPlaylist(cur.audiosList[cur.curList], false, cur.curList == 'all' && cur.oid == vk.id);
- 217. + audioPlayer.genPlaylist(cur.audiosList[cur.curList], false);
- 402. - var aid = currentAudioId(), clubList = (cur.curSection && cur.curSection.substr(0, 4) == 'club');
- 403. + var aid = currentAudioId(), clubList = (cur.curSection.substr(0, 4) == 'club');
- 639. - delete nav.objLoc.audio_id;
- 750. - audioPlayer.genPlaylist(cur.audiosList[cur.curList], false, cur.curList == 'all' && cur.oid == vk.id);
- 751. + audioPlayer.genPlaylist(cur.audiosList[cur.curList], false);
- 797. - audioPlayer.genPlaylist(cur.audiosList[cur.curList], false, index == 'all' && cur.oid == vk.id);
- 798. + audioPlayer.genPlaylist(cur.audiosList[cur.curList], false);
- 866. - if (cur.curSection && cur.curSection.substr(0, 4) == 'club') {
- 867. + if (cur.curSection.substr(0, 4) == 'club') {
- 919. - setStyle(anim.parentNode.parentNode, {paddingLeft: '2px'});
- 934. - if ((cur.module == 'audio' || cur.module == 'feed') && nav.objLoc['q'] || cur.module == 'search' && nav.objLoc['c[q]']) query.search = 1;
- 935. + if ((nav.objLoc[0] == 'audio' || nav.objLoc[0] == 'feed') && nav.objLoc['q'] || nav.objLoc[0] == 'search' && nav.objLoc['c[q]']) query.search = 1;
- 1077. - delete nav.objLoc.audio_id;
- 1151. - Audio.loadRecommendations({update: 'remix'});
- 1152. + Audio.loadRecommendations('remix');
- 1176. - loadRecommendations: function(opts) {
- 1177. + loadRecommendations: function(update) {
- 1179. - opts = opts || {};
- 1180. - var update = opts.update, audioId = opts.audioId;
- 1186. - }
- 1187. - if (audioId) {
- 1188. - cur.recsAudioId = audioId;
- 1189. - } else if (update === true) {
- 1190. - delete cur.recsAudioId;
- 1208. - cur.lastSection = cur.curSection;
- 1243. - }
- 1244. - if (opts.tt) {
- 1245. - opts.tt.hide();
- 1259. - }
- 1260. - if (cur.recsAudioId) {
- 1261. - query.audio_id = cur.recsAudioId;
- 1285. - if (query.audio_id) {
- 1286. - cur.nextPlaylist.rec = 1;
- 1287. - }
- 1298. - cur.preloadJSON = preload_json ? eval('('+preload_json+')') : false;
- 1299. + cur.preloadJSON = eval('('+preload_json+')');
- 1311. - if (cur.recsCount && !query.audio_id) {
- 1312. + if (cur.recsCount) {
- 1333. - if (query.audio_id) {
- 1334. - extend(nav.objLoc, {audio_id: query.audio_id});
- 1335. - } else {
- 1336. - delete nav.objLoc.audio_id;
- 1337. - }
- 1341. - },
- 1342. - onFail: function(msg) {
- 1343. - delete cur.loadingRecs;
- 1344. - cur.curSection = cur.lastSection;
- 1345. - removeClass(ge('recommendations'), 'selected');
- 1346. - setTimeout(showFastBox(getLang('global_error'), msg).hide, 3000);
- 1347. - return true;
- 1503. - delete nav.objLoc.audio_id;
- 1679. - if (cur.curSection && cur.curSection.substr(0, 4) == 'club') {
- 1680. + if (cur.curSection.substr(0, 4) == 'club') {
- 1857. - showAudioClaimWarning: function(aid, claim_id, title, reason) {
- 1858. + showAudioClaimWarning: function(aid, claim_id, title) {
- 1861. - Audio.showAudioClaimWarning(aid, claim_id, title, reason);
- 1862. + Audio.showAudioClaimWarning(aid, claim_id, title);
- 1865. - }
- 1866. - var claimText, claimTitle;
- 1867. - if (reason == 'crap') {
- 1868. - claimText = getLang(claim_id >= 0 ? 'audio_crap_warning_text' : 'audio_crap_warning') || getLang(claim_id > 0 ? 'audio_claim_warning_objection' : (claim_id == 0 ? 'audio_claim_warning_text' : 'audio_claim_warning'));
- 1869. - claimTitle = getLang('audio_crap_warning_title') || getLang('audio_claim_warning_title');
- 1870. - } else {
- 1871. - claimText = (claim_id > 0) ? getLang('audio_claim_warning_objection') : (claim_id == 0 ? getLang('audio_claim_warning_text') : getLang('audio_claim_warning'));
- 1872. - claimTitle = getLang('audio_claim_warning_title');
- 1874. + var claimText = (claim_id > 0) ? getLang('audio_claim_warning_objection') : (claim_id == 0 ? getLang('audio_claim_warning_text') : getLang('audio_claim_warning'));
- 1878. - cur.claimWarning = showFastBox(claimTitle, claimText);
- 1879. + cur.claimWarning = showFastBox(getLang('audio_claim_warning_title'), claimText);
- ------
- Файл - wkview.js:
- 24. - if (!wkcur.previousLayer) {
- 25. - wkcur.previousLayer = isVisible(layerWrap) || (isVisible(ge('mv_layer_wrap')) && !mvcur.minimized);
- 26. - }
- 27. - layers.fullhide && layers.fullhide(true);
- 28. -
- 633. - } else if (doUpdAds) {
- 634. + } else
- 635. + if (doUpdAds) {
- 856. - if (wkcur.previousLayer) {
- 857. - nav.go(wkcur.prevLoc);
- 858. - } else {
- 859. - nav.setLoc(wkcur.prevLoc);
- 860. - }
- 861. - if (wkcur.previousLayer && wkcur.prevLoc.z) {
- 862. - zNav({z: wkcur.prevLoc.z});
- 863. - }
- 864. + nav.setLoc(wkcur.prevLoc);
- 1066. - postEl = postEl || ge('reply_fakebox' + post) || ge('reply_box' + post) || ge('replies' + post) || ge('feedback_row_wall' + post) || (wkcur.hl_reply && (ge('post' + wkcur.hl_reply) || ge('feedback_row_wall_reply' + wkcur.hl_reply))) || ge('feed_rows');
- 1067. + postEl = postEl || ge('reply_fakebox' + post) || ge('reply_box' + post) || ge('replies' + post);
- 1421. - re(cur.lSTL);
- 1432. - cur.lSTL = wkcur.lSTL;
- 1433. -
- 1438. - onBodyResize();
- 1439. -
- 1440. - if (!cur.wallInited) {
- 1441. - Wall.initWallOptions(wkcur.wall_opts);
- 1442. - }
- 1443. -
- 1444. - if (cur.options === undefined) {
- 1445. - cur.options = {reply_names: {}};
- 1446. - } else if (cur.options.reply_names === undefined) {
- 1447. - cur.options.reply_names = {};
- 1448. - }
- 1449. - extend(cur.options.reply_names, wkcur.reply_names);
- 1454. - re(wkcur.lSTL, cur.lSTL);
- 1494. - onDone: function(rows, newOffset, needMore, names) {
- 1495. + onDone: function(rows, newOffset, needMore) {
- 1507. - if (names) {
- 1508. - extend(cur.options.reply_names, names);
- 1509. - }
- ------
- Файл - wkview.css:
- 141. - padding: 17px 4px 0px;
- 142. + padding: 15px 4px 0px;
- 671. - }
- 672. - div#wl_post_body_wrap .published_by_quote .wall_text,
- 673. - div#wl_post_body_wrap .published_by_quote .wall_post_text,
- 674. - div#wl_post_body_wrap .published_by_quote .post_media {
- 675. - width: 592px;
- 676. - }
- 677. - div#wl_post_body_wrap .audio .title_wrap {
- 678. - width: 485px;
- ------
- Файл - page_fixed.css:
- 146. - .wall_fixed .wall_module .wall_album_photos .page_post_sized_thumbs {
- 147. - margin: 0;
- 148. - }
- ------
- Файл - privacy.css:
- 110. - padding: 0px 11px 15px 11px;
- 111. + padding: 0px 10px 15px 10px;
- 144. - width: 253px;
- 145. + width: 256px;
- ------
- Файл - notifier.js:
- 1200. - audioObj.src = '/' + filename + ext;
- 1201. + audioObj.src = filename + ext;
- 1236. - swfObj.loadAudio('/' + filename + ext);
- 1237. + swfObj.loadAudio(filename + ext);
- 2617. - ajax.post('al_im.php', extend({act: 'a_state_fc', hash: curFastChat.options.state_hash || ''}, data), {
- 2618. + ajax.post('al_im.php', extend({act: 'a_state_fc'}, data), {
- 3381. - if (topDomain.length > 6 || indexOf('info,name,aero,arpa,coop,museum,mobi,travel,xxx,asia,biz,com,net,org,gov,mil,edu,int,tel,ac,ad,ae,af,ag,ai,al,am,an,ao,aq,ar,as,at,au,aw,ax,az,ba,bb,bd,be,bf,bg,bh,bi,bj,bm,bn,bo,br,bs,bt,bv,bw,by,bz,ca,cc,cd,cf,cg,ch,ci,ck,cl,cm,cn,co,cr,cu,cv,cx,cy,cz,de,dj,dk,dm,do,dz,ec,ee,eg,eh,er,es,et,eu,fi,fj,fk,fm,fo,fr,ga,gd,ge,gf,gg,gh,gi,gl,gm,gn,gp,gq,gr,gs,gt,gu,gw,gy,hk,hm,hn,hr,ht,hu,id,ie,il,im,in,io,iq,ir,is,it,je,jm,jo,jp,ke,kg,kh,ki,km,kn,kp,kr,kw,ky,kz,la,lb,lc,li,lk,lr,ls,lt,lu,lv,ly,ma,mc,md,me,mg,mh,mk,ml,mm,mn,mo,mp,mq,mr,ms,mt,mu,mv,mw,mx,my,mz,na,nc,ne,nf,ng,ni,nl,no,np,nr,nu,nz,om,pa,pe,pf,pg,ph,pk,pl,pm,pn,pr,ps,pt,pw,py,qa,re,ro,ru,rs,rw,sa,sb,sc,sd,se,sg,sh,si,sj,sk,sl,sm,sn,so,sr,st,su,sv,sx,sy,sz,tc,td,tf,tg,th,tj,tk,tl,tm,tn,to,tp,tr,tt,tv,tw,tz,ua,ug,uk,um,us,uy,uz,va,vc,ve,vg,vi,vn,vu,wf,ws,ye,yt,yu,za,zm,zw,��,cat,pro,local'.split(','), topDomain) == -1) return full;
- 3382. + if (topDomain.length > 5 || indexOf('aero,asia,biz,com,coop,edu,gov,info,int,jobs,mil,mobi,name,net,org,pro,tel,travel,xxx,ru,ua,su,��,fi,fr,uk,cn,gr,ie,nl,au,co,gd,im,cc,si,ly,gl,be,eu,tv,to,me,io'.split(','), topDomain) == -1) return full;
- ------
- Файл - docs.js:
- 219. - var thumb = item[8];
- 220. - if (thumb) {
- 221. - ext = '<a class="docs_item_thumb fl_l" href="'+url+'" ext="'+ext+'" onmouseover="Docs.showFileTT(this, '+oid+', '+id+')" onclick="return Docs.downloadItem('+oid+', '+id+');"><img class="docs_item_thumb_img" src="'+thumb+'"></a>';
- 222. - } else {
- 223. - ext = '<a class="docs_item_icon" href="'+url+'" ext="'+ext+'" onclick="return Docs.downloadItem('+oid+', '+id+');">'+ext+'</a>';
- 224. - }
- 444. - var icon = geByClass1('docs_item_icon', item) || geByClass1('docs_item_thumb', item);
- 445. + var icon = geByClass('docs_item_icon', item)[0];
- 447. - var ext = trim(icon.getAttribute('ext'));
- 448. + var ext = trim(icon.innerHTML);
- 455. - },
- 456. -
- 457. - showFileTT: function(obj, oid, did) {
- 458. - var item = ge('docs_file_'+oid+'_'+did);
- 459. - if (!item) return false;
- 460. - var icon = geByClass1('docs_item_icon', item) || geByClass1('docs_item_thumb', item);
- 461. - var href = icon.href;
- 462. - var ext = trim(icon.getAttribute('ext'));
- 463. - if (ext == 'gif') {
- 464. - var img = new vkImage();
- 465. - img.src = href;
- 466. - img.onload = function() {
- 467. - var el = obj.parentNode;
- 468. - if (cur.prevTT && cur.prevTT != el && cur.prevTT.tt) {
- 469. - cur.prevTT.tt.hide();
- 470. - }
- 471. - clearTimeout(el.hidetimer);
- 472. - el.hidetimer = false;
- 473. - cur.prevTT = el;
- 474. - showTooltip(el, {
- 475. - content: '<div class="docs_tt_preview"><img style="max-width: 300px; max-height: 350px;" src="'+href+'" align="center"/></div>',
- 476. - shift: [0,-6,-4],
- 477. - slide: 15,
- 478. - className: 'wall_tt docs_tt',
- 479. - hasover: false,
- 480. - nohideover: true,
- 481. - showdt: 0
- 482. - });
- 483. - }
- 484. - stManager.add(['tooltips.js', 'tooltips.css']);
- 485. - }
- 486. -
- ------
- Файл - docs.css:
- 167. - background: #E1E7ED url('/images/icons/darr.gif') 8px 7px no-repeat;
- 168. - width: 30px;
- 169. + background: #E1E7ED url('/images/icons/darr.gif') 6px 7px no-repeat;
- 170. + width: 27px;
- 175. - padding: 3px 0px 0px 20px;
- 176. + padding: 3px 0px 0px 17px;
- 178. - display: block;
- 179. - }
- 180. - .docs_item_thumb {
- 182. - width: 50px;
- 183. - height: 38px;
- 184. - overflow: hidden;
- 185. - -webkit-border-radius: 3px;
- 186. - -moz-border-radius: 3px;
- 187. - border-radius: 3px;
- 188. - }
- 189. - .docs_item_thumb_img {
- 190. - max-width: 50px;
- 191. - *width: 50px;
- 192. - -webkit-border-radius: 3px;
- 193. - -moz-border-radius: 3px;
- 194. - border-radius: 3px;
- 202. - padding: 2px 60px 0px 60px;
- 203. + padding: 2px 54px 0px 54px;
- 555. - }
- 556. - .docs_tt_preview {
- 557. - padding: 5px;
- 558. - background: white;
- 559. - border: 1px solid #96AABE;
- 560. - color: #2C587D;
- 561. - }
- 562. - .wall_tt.docs_tt .toup .top_pointer, .wall_tt.docs_tt .toup1 .bottom_pointer {
- 563. - margin-left: 21px;
- ------
- Файл - upload.js:
- 95. - if (vars.https_resp) {
- 96. - check_vars.https_resp = vars.https_resp;
- 97. - }
- ------
Advertisement
Add Comment
Please, Sign In to add comment