sco-fakebook 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/{README → README.rdoc} +0 -0
- data/Rakefile +19 -2
- data/TODO +4 -2
- data/lib/fakebook-assets/attachments.js +60 -0
- data/lib/fakebook-assets/canvas.css +15 -11
- data/lib/fakebook-assets/canvas.js +14 -0
- data/lib/fakebook-assets/common.css +1225 -809
- data/lib/fakebook-assets/common.js +1878 -0
- data/lib/fakebook-assets/confirmation.js +18 -0
- data/lib/fakebook-assets/dialogpro.css +58 -0
- data/lib/fakebook-assets/drag.js +60 -0
- data/lib/fakebook-assets/edit_app_settings.css +31 -0
- data/lib/fakebook-assets/edit_app_settings.js +16 -0
- data/lib/fakebook-assets/editapps.js +12 -0
- data/lib/fakebook-assets/editprofile.css +42 -0
- data/lib/fakebook-assets/endscript.js +37 -0
- data/lib/fakebook-assets/fb_menubar.png +0 -0
- data/lib/fakebook-assets/fb_menubar_logo.gif +0 -0
- data/lib/fakebook-assets/fbml.js +63 -40
- data/lib/fakebook-assets/feedform.js +31 -0
- data/lib/fakebook-assets/firstscript.js +2 -0
- data/lib/fakebook-assets/flyout_menu.js +51 -0
- data/lib/fakebook-assets/friend_suggester.css +12 -0
- data/lib/fakebook-assets/friend_suggester.js +13 -0
- data/lib/fakebook-assets/ie6.css +715 -0
- data/lib/fakebook-assets/ie7.css +406 -0
- data/lib/fakebook-assets/js_strings.js +2 -0
- data/lib/fakebook-assets/link_controller.js +26 -0
- data/lib/fakebook-assets/livemessage.js +22 -0
- data/lib/fakebook-assets/pages.css +432 -0
- data/lib/fakebook-assets/profile.css +629 -0
- data/lib/fakebook-assets/quickling.js +71 -0
- data/lib/fakebook-assets/scrollarea.js +20 -0
- data/lib/fakebook-assets/search_friend_source.js +17 -0
- data/lib/fakebook-assets/search_typeaheadpro.js +20 -0
- data/lib/fakebook-assets/sort.js +30 -0
- data/lib/fakebook-assets/static_source.js +25 -0
- data/lib/fakebook-assets/tidied.html +439 -0
- data/lib/fakebook-assets/tour_tip.css +8 -0
- data/lib/fakebook-assets/typeahead_source.js +28 -0
- data/lib/fakebook-assets/typeaheadpro.css +84 -0
- data/lib/fakebook-assets/ubersearch.css +342 -0
- data/lib/fakebook-assets/webkit.css +10 -0
- data/lib/fakebook.rb +4 -4
- data/lib/templates/old.html.erb +62 -0
- data/lib/templates/standard.html.erb +69 -39
- metadata +51 -20
- data/Manifest +0 -20
- data/fakebook.gemspec +0 -39
- data/lib/fakebook-assets/base.js +0 -317
- data/lib/fakebook-assets/extended.js +0 -49
- data/lib/fakebook-assets/fakebook.js +0 -122
- data/lib/fakebook-assets/navigator_bg.gif +0 -0
- data/lib/fakebook-assets/shadow_gray.gif +0 -0
- data/lib/fakebook-assets/string.js +0 -61
- data/lib/fakebook-assets/white.gif +0 -0
- data/lib/templates/minimal.html.erb +0 -22
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* Source: Backing Store */
|
|
2
|
+
/* Location: js/feedform.js r110369 */
|
|
3
|
+
/* Machine: 10.16.139.104 */
|
|
4
|
+
/* Generated: July 17th 2008 4:09:47 AM PDT */
|
|
5
|
+
/* HTTP Host: static.ak.fbcdn.net */
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
function FeedFormBase(){this._storyType=63;this._feedData=null;this._uri='/fbml/ajax/prompt_feed.php';};FeedFormBase.SIZES={"small":1,"medium":2,"large":4};FeedFormBase.prototype.setStoryType=function(storyType){this._storyType=storyType;return this;};FeedFormBase.prototype.setForm=function(id){this._form=$(id);return this;};FeedFormBase.prototype.setContinuation=function(continuation){this._continuation=continuation;return this;};FeedFormBase.prototype.setFeedData=function(feedData){this._feedData=feedData;return this;};FeedFormBase.prototype.setAppId=function(appId){this._appid=appId;return this;};FeedFormBase.prototype.setURI=function(uri){this._uri=uri;return this;};FeedFormBase.prototype._selectSize=function(option){var size=option['size'];if(size!=this._currentSize){CSS.removeClass(this._selectedSize,'selected');animation($('preview_'+this._currentSize)).to('opacity',0).hide().duration(150).go();animation($('preview_'+size)).duration(150).checkpoint().show().from('opacity',0).to('opacity',1).duration(150).go();this._selectedSize=option;this._currentSize=size;CSS.addClass(this._selectedSize,'selected');}
|
|
9
|
+
return false;};FeedFormBase.prototype.attachHandlers=function(dialog){this._attachSizeHandlers(dialog);return this;}
|
|
10
|
+
FeedFormBase.prototype._attachSizeHandlers=function(dialog){var options=this._selectorOptions;var id_prefix=this._feedformFilter;var feedform_remember=this._rememberData;for(var i=0;i<options.length;i++){var node=$(id_prefix+'_'+options[i]['size']);var size=options[i]['size'];options[i]['node']=node;if(CSS.hasClass(node,'selected')){this._selectedSize=options[i];this._currentSize=size;}
|
|
11
|
+
if(feedform_remember&&feedform_remember['selector_id']){var options_elem=$(feedform_remember['selector_id']);var checkbox_elem=$(feedform_remember['checkbox_id']);var cancel_button_elem;if(this._dialog){cancel_button_elem=this._dialog.getButtonElement('cancel');this.publish_button=this._dialog.getButtonElement('publish');}else{cancel_button_elem=$('cancel');this.publish_button=$('publish');}
|
|
12
|
+
this.is_never_publish=false;this.remember_options=options_elem.childNodes;addEventBase(options_elem,'change',this._selectRememberOption.bind(this,options_elem));checkbox_elem.onclick=function(checkbox_elem){if(checkbox_elem.checked){this._setPublishButtonText(tx('ff01'));CSS.removeClass(options_elem,'hidden_elem');CSS.addClass(cancel_button_elem,'hidden_elem');}else{this._setPublishButtonText(tx('ff02'));CSS.addClass(options_elem,'hidden_elem');CSS.removeClass(cancel_button_elem,'hidden_elem');}}.bind(this,checkbox_elem);}
|
|
13
|
+
addEventBase(node,'click',this._selectSize.bind(this,options[i]),size);}
|
|
14
|
+
return true;}
|
|
15
|
+
FeedFormBase.prototype._finish=function(){if(this._dialog){this._dialog.hide();}
|
|
16
|
+
this._continuation();};FeedFormBase.prototype.showDialog=function(async){this._dialog=new Dialog().setContentWidth(580).setClassName('interaction_form').setAsync(async).setHandler(this.handleButton.bind(this)).onloadRegister(this.attachHandlers.bind(this)).show();return this;};FeedFormBase.prototype._confirm=function(data){new AsyncRequest().setURI(this._uri).setData(data).setHandler(this.showConfirmed.bind(this)).send();};FeedFormBase.prototype.handleButton=function(button){if(button.name=="cancel"){this._finish();}else if(button.name=="publish"){this.confirmFeed();return false;}};FeedFormBase.prototype.attachProperties=function(userData){copy_properties(this,userData);if(this._continuationString){this._continuation=new Function(this._continuationString);}
|
|
17
|
+
return this;};FeedFormBase.prototype._showBase=function(data){var async=new AsyncRequest().setURI(this._uri).setHandler(function(r){this.attachProperties(r.getPayload().userData);return true;}.bind(this)).setErrorHandler(this._showApplicationError.bind(this)).setData(data);this.showDialog(async);return this;};FeedFormBase.prototype.showConfirmed=function(){var confirmation='<div class="interim_status"><h3>'+tx('fbml:publish-story')+'</h3></div>';if(this._dialog){this._dialog.setBody(confirmation);}else{$('dialog_body').innerHtml=confirmation;}
|
|
18
|
+
setTimeout(this._finish.bind(this),500);return false;};FeedFormBase.prototype._showApplicationError=function(response){var showError=function(showMsg){(new ErrorDialog()).showError(response.getPayload().errorTitle,showMsg?(response.getPayload().errorMessage):tx('fbml:dialog-error'));}
|
|
19
|
+
var err=response.getError();if(err==kError_Platform_CallbackValidationFailure){showError(true);}else if(err==kError_Platform_ApplicationResponseInvalid){if(response.getPayload().showDebug){showError(true);}else{if(this._continuation){this._continuation();}else{showError(false);}}}else{ErrorDialog.showAsyncError(response);}
|
|
20
|
+
return false;};function FeedForm(){this.parent.construct(this);}
|
|
21
|
+
FeedForm.extend(FeedFormBase);FeedForm.neverPublishConstant=1;FeedForm.prototype._selectRememberOption=function(option){var options=this._selectorOptions;if(this.remember_options&&option.selectedIndex<options.length){options[option.selectedIndex]['node'].onclick();this._selectSize(options[option.selectedIndex]);}
|
|
22
|
+
this.is_never_publish=this.remember_options[option.selectedIndex].value==FeedForm.neverPublishConstant?true:false;if(this.is_never_publish){this._setPublishButtonText(tx('sh:save-button'));}else{this._setPublishButtonText(tx('ff01'));}}
|
|
23
|
+
FeedForm.prototype._setPublishButtonText=function(text){this.publish_button.value=text;}
|
|
24
|
+
FeedForm.prototype._setOptionSelector=function(selected_story_size){for(var i=0;i<this.remember_options.length;i++){this.remember_options[i].selected=this.remember_options[i].value==selected_story_size['save_preferences'];}};FeedForm.prototype.show=function(){var more={};if(this._form){more={callback:this._form.getAttribute('action'),next:this._form.getAttribute('fbnext'),elements:serialize_form(this._form)};}
|
|
25
|
+
var data={app_id:this._appid,feedform_type:this._storyType,feed_info:this._feedData,preview:true,multiFeed:false};copy_properties(data,more);return this._showBase(data);}
|
|
26
|
+
FeedForm.prototype.confirmFeed=function(){var data={feed_info:this._feedData,feedform_type:this._storyType,preview:false,multiFeed:false,app_id:this._appid,size:FeedFormBase.SIZES[this._currentSize]};this._confirm(data);};function MultiFeedForm(){this.parent.construct(this);}
|
|
27
|
+
MultiFeedForm.extend(FeedFormBase);MultiFeedForm.prototype.setPrefillId=function(prefillId){this._prefillId=prefillId;return this;};MultiFeedForm.prototype.removeRecipient=function(user){this._toIds=this._toIds.filter(function(u){return u!=user;});if(this._toIds.length==0){this._finish();}else{DOM.remove('sp'+user);}
|
|
28
|
+
return false;};MultiFeedForm.prototype.confirmFeed=function(){var data={feed_info:this._feedData,feedform_type:this._storyType,to_ids:this._toIds,preview:false,multiFeed:true,app_id:this._appid,size:FeedFormBase.SIZES[this._currentSize]};this._confirm(data);};MultiFeedForm.prototype.show=function(){var ids=[];if(this._prefillId){ids.push(this._prefillId);}else{var inputs=this._form.getElementsByTagName('input');for(var i=0;i<inputs.length;i++){if(inputs[i].getAttribute('fb_protected')=='true'&&(inputs[i].name=='ids[]'||inputs[i].name=='friend_selector_id')&&(inputs[i].type!='checkbox'||inputs[i].checked)){ids.push(inputs[i].value);}}}
|
|
29
|
+
this._toIds=ids;var data={app_id:this._appid,to_ids:this._toIds,callback:this._form.action,preview:true,form_id:this._form.id,next:this._form.getAttribute('fbnext'),prefill:(this.prefillId>0),elements:serialize_form(this._form),multiFeed:true};return this._showBase(data);};MultiFeedForm.prototype.attachHandlers=function(dialog){for(var i=0;i<this._toIds.length;i++){var person_link=$('spl_'+this._toIds[i]);person_link.onclick=this.removeRecipient.bind(this,this._toIds[i]);}
|
|
30
|
+
this.parent.attachHandlers(dialog);};
|
|
31
|
+
if(window.Bootloader){Bootloader.done(1);}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
|
|
2
|
+
(function(href) { function split2(s, delim) { var i = s.indexOf(delim); return i == -1 ? [s, ''] : [s.substring(0, i), s.substring(i + 1)]; } function q_explode(q) { var arrayQueryExpression = /^(\w+)((?:\[\w*\])+)=(.*)/; if (!q) { return {}; } var ii, result = {}; q = q.split('&'); for (ii = 0, l = q.length; ii < l; ii++) { var match = q[ii].match(arrayQueryExpression); if (!match) { var term = q[ii].split('='); result[decodeURIComponent(term[0])] = decodeURIComponent(term[1] || ''); } else { var indices = match[2].split(/\]\[|\[|\]/).slice(0, -1); var name = match[1]; var value = decodeURIComponent(match[3] || ''); indices[0] = name; var resultNode = result; for (var i = 0; i < indices.length-1; i++) { if (indices[i]) { if (resultNode[indices[i]] === undefined) { if (indices[i+1] && !indices[i+1].match(/\d+$/)) { resultNode[indices[i]] = {}; } else { resultNode[indices[i]] = []; } } resultNode = resultNode[indices[i]]; } else { if (indices[i+1] && !indices[i+1].match(/\d+$/)) { resultNode.push({}); } else { resultNode.push([]); } resultNode = resultNode[resultNode.length-1]; } } if (resultNode instanceof Array && indices[indices.length-1] == '') { resultNode.push(value); } else { resultNode[indices[indices.length-1]] = value; } } } return result; } function q_implode(obj, name ) { name = name || ''; var r = []; if (obj instanceof Array) { for (var ii = 0; ii < obj.length; ++ii) { try { if (obj[ii] !== undefined) { r.push(q_implode(obj[ii], name ? (name + '[' + ii + ']') : ii)); } } catch (ignored) { } } } else if (typeof(obj) == 'object') { for (var k in obj) { try { r.push(q_implode(obj[k], name ? (name + '[' + k + ']') : k)); } catch (ignored) { } } } else if (name && name.length) { r.push(q_encode(name) + '=' + q_encode(obj)); } else { r.push(q_encode(obj)); } return r.join('&'); } function q_encode(raw) { var parts = String(raw).split(/([\[\]])/); for (var i = 0, l = parts.length; i < l; i += 2) { parts[i] = window.encodeURIComponent(parts[i]); } return parts.join(''); } var href_parts = split2(href, '#'), frag = href_parts[1]; if (frag) { if (frag.charAt(0) == '/') { var new_uri = frag; } else if (frag.indexOf('=') != -1) { var u = split2(href_parts[0], '?'), path = u[0], query = q_explode(u[1]), frag_parts = split2(frag, '#'), frag_query = q_explode(frag_parts[0]), frag_frag = frag_parts[1]; for (var k in frag_query) { query[k] = frag_query[k]; } var query_s = q_implode(query), new_uri = path + (query_s ? ('?' + query_s) : '') + (frag_frag ? ('#' + frag_frag) : ''); } else { return; } if (new_uri != href_parts[0]) { window.location = new_uri; } } })(window.location.href);Env={method:"GET",dev:0,start:(new Date()).getTime(),ps_limit:5,ps_ratio:4,svn_rev:110506,pkgv:70,static_base:"http:\/\/static.ak.fbcdn.net\/"}; window.onloadRegister = window.onloadRegister || function(h) { window.onloadhooks.push(h); }; window.onloadhooks = window.onloadhooks || []; window.onafterloadRegister = window.onafterloadRegister || function(h) { window.onafterloadhooks.push(h); }; window.onafterloadhooks = window.onafterloadhooks || []; window.wait_for_load = window.wait_for_load || function (element, e, f) { f = bind(element, f, e); if (window.loading_begun) { return f(); } switch ((e || event).type) { case 'load': onloadRegister(f); return; case 'click': if (element.original_cursor === undefined) { element.original_cursor = element.style.cursor; } if (document.body.original_cursor === undefined) { document.body.original_cursor = document.body.style.cursor; } element.style.cursor = document.body.style.cursor = 'progress'; onafterloadRegister(function() { element.style.cursor = element.original_cursor; document.body.style.cursor = document.body.original_cursor; element.original_cursor = document.body.original_cursor = undefined; if (element.tagName.toLowerCase() == 'a') { var original_event = window.event; window.event = e; var ret_value = element.onclick.call(element, e); window.event = original_event; if (ret_value !== false && element.href) { window.location.href = element.href; } } else if (element.click) { element.click(); } }); break; } return false; }; function bind(obj, method ) { var args = []; for (var ii = 2; ii < arguments.length; ii++) { args.push(arguments[ii]); } return function() { var _obj = obj || (this == window ? false : this); var _args = args.slice(); for (var jj = 0; jj < arguments.length; jj++) { _args.push(arguments[jj]); } if (typeof(method) == "string") { if (_obj[method]) { return _obj[method].apply(_obj, _args); } } else { return method.apply(_obj, _args); } } };
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/* Source: Backing Store */
|
|
2
|
+
/* Location: js/flyout_menu.js r110506 */
|
|
3
|
+
/* Machine: 10.16.139.101 */
|
|
4
|
+
/* Generated: July 17th 2008 4:09:47 AM PDT */
|
|
5
|
+
/* HTTP Host: static.ak.fbcdn.net */
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
function dropmenu(clickTarget){if(this==window){return new dropmenu(clickTarget);}else{this.className=null;this.menu=null;this.menuClickArea=null;this.showHandler=null;this.hideHandler=null;this.alignment=null;this.isShown=false;this.show_hooks=[];this.hide_hooks=[];this.clickTarget=clickTarget;this.id=null;clickTarget.onclick=this.toggle.bind(this);this.container=$('fb_dropmenu_container');return this;}}
|
|
9
|
+
dropmenu.ALIGN_RIGHT=1;dropmenu.ALIGN_LEFT=2;dropmenu.prototype.setPosition=function(alignment){this.alignment=alignment;return this;}
|
|
10
|
+
dropmenu.prototype.setMenuClickArea=function(id){this.menuClickArea=$(id);return this;}
|
|
11
|
+
dropmenu.prototype.setMarkupContent=function(id,className,markup){this.menuContent=markup;this.className=className;this.id=id;return this;}
|
|
12
|
+
dropmenu.prototype.registerHTMLMenu=function(menu_id){this.registered_menu_id=menu_id;return this;}
|
|
13
|
+
dropmenu.prototype.addHook=function(type,fn){this[type+'_hooks'].push(fn);return this;}
|
|
14
|
+
dropmenu.prototype.removeHook=function(type,fn){for(var i=0;i<this[type+'_hooks'].length;i++){if(fn==this[type+'_hooks'][i]){this[type+'_hooks'].splice(i,1);return true;}}
|
|
15
|
+
return this;}
|
|
16
|
+
dropmenu.prototype.toggle=function(e){if(!this.menu){this._buildMenu();}
|
|
17
|
+
this._positionMenu();if(!this.isShown){this.justClicked=true;this._show();}else{this._hide();}
|
|
18
|
+
return false;}
|
|
19
|
+
dropmenu.prototype.destroy=function(){if(this.menu.parentNode){this.menu.parentNode.removeChild(this.menu);}}
|
|
20
|
+
dropmenu.prototype._buildMenu=function(){if(this.registered_menu_id){this.menu=$(this.registered_menu_id);if(this.alignment){this.container.appendChild(this.menu);}}else{this._buildDynamicMenu();}
|
|
21
|
+
this.menuClickArea=this.menuClickArea||DOM.scry(this.menu,'div.menu_content');this.menuClickArea.onclick=chain(stopPropagation,this.menuClickArea.onclick);var menu_links=DOM.scry(this.menu,'a');for(var i=0;i<menu_links.length;i++){addEventBase(menu_links[i],'click',function(){this._hide();}.bind(this),this.menu_id+'_link_'+i);}}
|
|
22
|
+
dropmenu.prototype._buildDynamicMenu=function(){this.menu=document.createElement('div');this.menu.className='dropdown_menu elem_hidden '+(this.className?' '+this.className:'');this.menu.id='dropdown_menu_'+this.id;if(!is_scalar(this.menuContent)){DOM.setContent(this.menu,this.menuContent);}else{set_inner_html(this.menu,this.menuContent);}
|
|
23
|
+
this.container.appendChild(this.menu);}
|
|
24
|
+
dropmenu.prototype._positionMenu=function(){if(this.alignment||(!this.alignment&&!this.registered_menu_id)){if(this.menu.parentNode!=this.container){this.container.appendChild(this.menu);}
|
|
25
|
+
var x=elementX(this.clickTarget)-elementX(this.container);var y=elementY(this.clickTarget)-elementY(this.container)+this.clickTarget.offsetHeight;if(this.alignment==dropmenu.ALIGN_RIGHT){this.menu.style.left='-9999px';this.menu.style.top='-9999px';CSS.removeClass(this.menu,'hidden_elem');var menu_width=this.menu.offsetWidth;x=x+this.clickTarget.offsetWidth-menu_width;CSS.addClass(this.menu,'hidden_elem');;}
|
|
26
|
+
this.menu.style.left=x+'px';this.menu.style.top=y+'px';}}
|
|
27
|
+
dropmenu.prototype._onclick=function(event){this._hide();return false;}
|
|
28
|
+
dropmenu.prototype._show=function(){CSS.removeClass(this.menu,'hidden_elem');var hide=this._hide.bind(this,this.menu.id);this.click_event=addEventBase(document.body,'click',hide,this.menu.id);onunloadRegister(hide,true);this.isShown=true;for(var i=0;i<this.show_hooks.length;i++){this.show_hooks[i]();}}
|
|
29
|
+
dropmenu.prototype._hide=function(){if(this.justClicked){this.justClicked=false;return false;}
|
|
30
|
+
CSS.addClass(this.menu,'hidden_elem');removeEventBase(document.body,'click',this.click_event,this.menu.id);this.click_event=null;this.isShown=false;for(var i=0;i<this.hide_hooks.length;i++){this.hide_hooks[i]();}}
|
|
31
|
+
dropmenu.prototype._build_menu_shim=function(){this.shim=null;if(ua.ie()){this.shim=document.createElement('iframe');shim.className='iframe_shim';this.container.appendChild(this.shim);}}
|
|
32
|
+
function flyout_menu(clickTarget){if(this==window){return new flyout_menu(clickTarget);}else{this.title='';this.parent.construct(this,clickTarget);}
|
|
33
|
+
this.menuWidth=0;this.maskWidth=0;}
|
|
34
|
+
flyout_menu.extend(dropmenu);flyout_menu.prototype.setMarkupContent=function(id,className,title,markup){this.parent.setMarkupContent(id,className,markup);this.title=title;return this;}
|
|
35
|
+
flyout_menu.prototype._buildDynamicMenu=function(){this.menu=document.createElement('div');CSS.addClass(this.menu,(this.className?' '+this.className:'')+' flyout_menu elem_hidden');if(this.alignment==dropmenu.ALIGN_RIGHT){CSS.addClass(this.menu,'flyout_menu_left');}
|
|
36
|
+
this.menu.id='flyout_menu_'+this.id;var menuContentId='content_'+this.id;this.mask_id='flyout_menu_mask_'+this.id;var html=[];html.push('<div class="flyout_menu_header_shadow">');html.push('<div class="flyout_menu_header">');html.push('<div class="flyout_menu_mask" id="'+this.mask_id+'"></div>');html.push('<div class="flyout_menu_title">'+this.title+'</div>');html.push('</div></div>');html.push('<div class="flyout_menu_content_shadow">');html.push('<div class="menu_content" id="content_'+this.id+'">');html.push('</div></div>');set_inner_html(this.menu,html.join(''));this.container.appendChild(this.menu);if(!is_scalar(this.menuContent)){DOM.setContent($(menuContentId),this.menuContent);}else{set_inner_html($(menuContentId),this.menuContent);}
|
|
37
|
+
this.menuClickArea=$(menuContentId);this.menuWidth=Vector2.getElementDimensions(this.menu).x;this.maskWidth=Vector2.getElementDimensions($(this.mask_id)).x;}
|
|
38
|
+
flyout_menu.prototype._positionMenu=function(){if(this.alignment||(!this.alignment&&!this.registered_menu_id)){var x;switch(this.alignment){case dropmenu.ALIGN_LEFT:case null:x=elementX(this.clickTarget)-elementX(this.container);break;case dropmenu.ALIGN_RIGHT:var right_anchor_pos=Rect.getElementBounds(this.clickTarget).r-elementX(this.container);var padding=4;x=right_anchor_pos-this.menuWidth-this.maskWidth+padding;break;}
|
|
39
|
+
var y=elementY(this.clickTarget)-elementY(this.container);this.menu.style.left=x+'px';this.menu.style.top=y+'px';}}
|
|
40
|
+
function hover_menu(clickTarget){if(this==window){return new hover_menu(clickTarget);}else{this.parent.construct(this,clickTarget);this.timeOut=0;this.clickTarget.onclick=null;this.enterTimer=null;this.exitTimer=null;}}
|
|
41
|
+
hover_menu.extend(dropmenu);hover_menu.prototype.setTimeoutInterval=function(time){this.timeOut=time;return this;}
|
|
42
|
+
hover_menu.prototype._clickTarget_onmouseover=function(target,e){this.enterTimer=setTimeout(function(){this._show();}.bind(this),this.timeOut);clearTimeout(this.exitTimer);}
|
|
43
|
+
hover_menu.prototype._clickTarget_onmouseout=function(target,e){e=e||window.event;var relatedTarget=(e.relatedTarget)?e.relatedTarget:e.toElement;if(is_descendent(relatedTarget,target)){return;}
|
|
44
|
+
if(!is_descendent(relatedTarget,this.menu)){this.exitTimer=setTimeout(function(){this._hide();}.bind(this),this.timeOut);}
|
|
45
|
+
clearTimeout(this.enterTimer);}
|
|
46
|
+
hover_menu.prototype._menu_onmouseover=function(target,e){clearTimeout(this.exitTimer);}
|
|
47
|
+
hover_menu.prototype._menu_onmouseout=function(target,e){e=e||window.event;var relatedTarget=(e.relatedTarget)?e.relatedTarget:e.toElement;if(is_descendent(relatedTarget,target)){return;}
|
|
48
|
+
this.exitTimer=setTimeout(function(){this._hide();}.bind(this),this.timeOut);clearTimeout(this.enterTimer);}
|
|
49
|
+
hover_menu.prototype.initialize=function(){if(!this.menu){this._buildMenu();}
|
|
50
|
+
this.clickTarget.onmouseover=this._clickTarget_onmouseover.bind(this,this.clickTarget);this.clickTarget.onmouseout=this._clickTarget_onmouseout.bind(this,this.clickTarget);this.menu.onmouseout=this._menu_onmouseout.bind(this,this.menu);this.menu.onmouseover=this._menu_onmouseover.bind(this,this.menu);}
|
|
51
|
+
if(window.Bootloader){Bootloader.done(1);}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* Source: Local Cache */
|
|
2
|
+
/* Location: rsrc:104972:/html/css/friend_suggester.css */
|
|
3
|
+
/* Machine: 10.16.140.101 */
|
|
4
|
+
/* Generated: July 9th 2008 3:45:06 PM PDT */
|
|
5
|
+
/* HTTP Host: static.ak.fbcdn.net */
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
.friend_suggester_dialog .loading{text-align:center;padding:30px;}
|
|
9
|
+
.friend_suggester_dialog #pop_dialog_table{width:509px;}
|
|
10
|
+
.friend_suggester_dialog #fb_multi_friend_selector h2{background:none;border:none;}
|
|
11
|
+
.friend_suggester_dialog #fb_multi_friend_selector.num_cols_3{width:469px;}
|
|
12
|
+
.friend_suggester_dialog #fb_multi_friend_selector #view_unselected{display:none;}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* Source: Local Cache */
|
|
2
|
+
/* Location: rsrc:104972:/html/js/friend_suggester.js */
|
|
3
|
+
/* Machine: 10.16.140.109 */
|
|
4
|
+
/* Generated: July 9th 2008 3:45:08 PM PDT */
|
|
5
|
+
/* HTTP Host: static.ak.fbcdn.net */
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
function FriendSuggesterDialog(){}
|
|
9
|
+
copy_properties(FriendSuggesterDialog,{_userid:null,_popup:null,show:function(userid,friend_added){if(this._userid==userid){return;}
|
|
10
|
+
if(friend_added===undefined){friend_added=false;}
|
|
11
|
+
if(this._popup){this.destroy();}
|
|
12
|
+
this._userid=userid;this._popup=new pop_dialog('friend_suggester_dialog');this.showLoading();new AsyncRequest().setURI('/ajax/friend_suggester.php').setData({newcomer:userid,friend_added:friend_added}).setHandler(bind(this,function(response){this.showDialog(response.getPayload());})).send();},destroy:function(){this._userid=null;this._popup=null;},showDialog:function(content){this._popup.show_dialog(content);},showLoading:function(){this.showDialog('<div class="loading"><img src="/images/ajaxloading.gif" /></div>');},cancelMultiselect:function(){this._popup.fade_out(200);this.destroy();},submitMultiselect:function(){var data=serialize_form($('friend_suggester_popup_form'));if(!data['ids']){try{fs.notice_show(tx('fs:none-selected'),true);}catch(ex){Util.error('SUGGEST: could not warn user submitting an empty selection: %x',ex);this._popup.hide();this.destroy();}}else{this.showLoading();data['suggest']=1;new AsyncRequest().setURI('/ajax/friend_suggester.php').setData(data).setHandler(bind(this,function(response){this.showDialog(response.getPayload());this._popup.fade_out(600,1200);this.destroy();})).setErrorHandler(bind(this,function(response){Util.error('SUGGEST: submitMultiselectError: '+response.getErrorSummary());this._popup.hide();this.destroy();})).send();}}});
|
|
13
|
+
if(window.Bootloader){Bootloader.done(1);}
|
|
@@ -0,0 +1,715 @@
|
|
|
1
|
+
|
|
2
|
+
/* ------------------------------------------------------------------------
|
|
3
|
+
Facebook | IE 6 Hacks | getfirefox.com
|
|
4
|
+
http://www.facebook.com/group.php?gid=7985157289
|
|
5
|
+
------------------------------------------------------------------------ */
|
|
6
|
+
|
|
7
|
+
.inputbutton,
|
|
8
|
+
.inputsubmit {
|
|
9
|
+
width: 1;
|
|
10
|
+
overflow: visible;
|
|
11
|
+
padding: 2px 15px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
#tabs { margin-top: 22px }
|
|
15
|
+
|
|
16
|
+
#announce p { word-wrap: break-word }
|
|
17
|
+
|
|
18
|
+
#suggest div { cursor: hand }
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
.timeline h2 span {
|
|
22
|
+
text-align: left;
|
|
23
|
+
padding-bottom: 1px;
|
|
24
|
+
padding-left: 0.7em; }
|
|
25
|
+
|
|
26
|
+
.timeline .quietyear p { padding-bottom: 6px }
|
|
27
|
+
|
|
28
|
+
.timeline .scrapbook div {
|
|
29
|
+
padding-top: 12px; }
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
/* UNIVERSAL SEARCH */
|
|
33
|
+
|
|
34
|
+
/* Readjusts Universal Search submit button */
|
|
35
|
+
#sidebar_content #qsearch #qsearch_submit {
|
|
36
|
+
padding: 0px 0px 2px 0px;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
/* Readjusts Search submit button on Welcome page */
|
|
40
|
+
.welcome .new_search_form_wrapper #qsearch_submit {
|
|
41
|
+
padding: 1px 0px 2px 0px;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/* Removes the mag glass graphic and right border from Universal Search field */
|
|
45
|
+
#sidebar_content #qsearch.hourglass #qsearch_field #qsearch_wrapper {
|
|
46
|
+
background: white;
|
|
47
|
+
border-right: 0px;
|
|
48
|
+
padding: 0px;
|
|
49
|
+
width: 102px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
/* Menu image alignment hacks */
|
|
55
|
+
|
|
56
|
+
#navigator .main_set li .with_arrow {
|
|
57
|
+
margin-top: 3px;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
#navigator .main_set li a.global_menu_arrow,
|
|
61
|
+
#navigator .main_set li a.global_menu_arrow_active {
|
|
62
|
+
height: 19px;
|
|
63
|
+
width: 17px;
|
|
64
|
+
margin: 0px 0px -10px -1px;
|
|
65
|
+
padding: 6px 0px 3px;
|
|
66
|
+
overflow: hidden;
|
|
67
|
+
background: transparent url(/images/global_menu_arrow.gif) no-repeat 0px center; }
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
#navigator .main_set li a.global_menu_arrow_active,
|
|
71
|
+
#navigator .main_set li a.global_menu_arrow:hover,
|
|
72
|
+
#navigator .main_set li a.global_menu_arrow_active:hover {
|
|
73
|
+
background: #5c75aa url(/images/global_menu_arrow.gif) no-repeat 0px center; }
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
#quailquote {
|
|
77
|
+
padding-bottom:3px;}
|
|
78
|
+
|
|
79
|
+
#group.profile .related {
|
|
80
|
+
word-wrap:break-word; }
|
|
81
|
+
|
|
82
|
+
#pagefooter li {
|
|
83
|
+
white-space: nowrap;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
/* ------------------------| i18n Mode |------------------------ */
|
|
88
|
+
|
|
89
|
+
#xtrmode,
|
|
90
|
+
#xtrmode_off {
|
|
91
|
+
margin-top:10px;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
/* ------------------------| DISPLAY COMPONENTS |------------------------ */
|
|
95
|
+
|
|
96
|
+
.profile .account_info {
|
|
97
|
+
position: relative;
|
|
98
|
+
width: 388px;
|
|
99
|
+
margin-left: -231px;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.obj_media_header .media_gray_bg,
|
|
103
|
+
.media_header .media_gray_bg {
|
|
104
|
+
position: relative;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.tabs {
|
|
108
|
+
padding:0;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.toggle_tabs {
|
|
112
|
+
margin-bottom:-1px;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.toggle_tabs li {
|
|
116
|
+
background-position:0 3px;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.toggle_tabs li a {
|
|
120
|
+
display:inline-block;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
/* ---------------------------| HIGHLIGHTING |--------------------------- */
|
|
126
|
+
|
|
127
|
+
.highlight, .inserted {
|
|
128
|
+
line-height: 17px; }
|
|
129
|
+
|
|
130
|
+
/* ------------------------------| MEGABOX |----------------------------- */
|
|
131
|
+
|
|
132
|
+
.composer_fields label {
|
|
133
|
+
padding-top:7px;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
#compose_message .inputsubmit {
|
|
137
|
+
padding-left: 15px;
|
|
138
|
+
padding-right: 15px;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.message .share_media.photo .photo_thumb img,
|
|
142
|
+
.message .share_media.share_ext_photo .share_thumb img {
|
|
143
|
+
width: 360px;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.inbox #megaboxx .subject_wrap .subject_text {
|
|
147
|
+
display:inline-block;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
/* ----------------------------| UBERSEARCH |---------------------------- */
|
|
151
|
+
|
|
152
|
+
.dropdown-container {
|
|
153
|
+
margin-left: 1px; }
|
|
154
|
+
|
|
155
|
+
#goodFrame {
|
|
156
|
+
position: absolute;
|
|
157
|
+
z-index: 0;
|
|
158
|
+
border: 0px;
|
|
159
|
+
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
|
|
160
|
+
|
|
161
|
+
.ubersearch .uber_bar #label_q {}
|
|
162
|
+
|
|
163
|
+
.ubersearch .uber_bar #n_dropdown { margin-top: 2px; }
|
|
164
|
+
|
|
165
|
+
.filters legend { cursor: hand }
|
|
166
|
+
|
|
167
|
+
.ubersearch .filters fieldset legend {
|
|
168
|
+
margin: -5px -10px 0px -7px;
|
|
169
|
+
padding-bottom: 4px;
|
|
170
|
+
width: 133px }
|
|
171
|
+
|
|
172
|
+
.filters #label_c2, .filters #label_c1 {
|
|
173
|
+
display:block;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.ubersearch .filters .checkbox { padding-bottom: 0px; }
|
|
177
|
+
.ubersearch .filters .checkbox input { margin: 0px; }
|
|
178
|
+
.ubersearch .filters .checkbox label { margin: 0px; }
|
|
179
|
+
|
|
180
|
+
.ubersearch #filters_sx label { padding: 0px }
|
|
181
|
+
.ubersearch #filters_sx .filter_controls { padding-bottom: 2px }
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
/* -------------------------| CLASSMATE SEARCH |------------------------- */
|
|
185
|
+
|
|
186
|
+
.classmate_query .inputtext { width: 231px }
|
|
187
|
+
|
|
188
|
+
.classmate_query select { margin-top: 1px }
|
|
189
|
+
|
|
190
|
+
/* -----------------------------| COMPOSE |------------------------------ */
|
|
191
|
+
|
|
192
|
+
.mailbox .dropdown-container { margin-top: 1px; margin-left: 2px; }
|
|
193
|
+
#message_image { margin-left: 4px;}
|
|
194
|
+
|
|
195
|
+
/* ----------------------------| DISCUSSIONS |---------------------------- */
|
|
196
|
+
|
|
197
|
+
.profile .discussions .board_topic { width: 368px }
|
|
198
|
+
|
|
199
|
+
/* ----------------------------| PERSONAL INFO |--------------------------- */
|
|
200
|
+
|
|
201
|
+
.profile .profileTable .data .datawrap { overflow: hidden }
|
|
202
|
+
|
|
203
|
+
/* ----------------------------| MY GROUPS |----------------------------- */
|
|
204
|
+
|
|
205
|
+
.grouplist .infotable .datawrap { display: block; width: 300px }
|
|
206
|
+
#groupslist .info { width: 420px }
|
|
207
|
+
|
|
208
|
+
/* ----------------------------| GUESTLIST |----------------------------- */
|
|
209
|
+
|
|
210
|
+
.confirmed .people_table td { width: 56px }
|
|
211
|
+
.confirmed .people_table table td.name div { width: 54px }
|
|
212
|
+
|
|
213
|
+
.guestlist .people_table td { width: 60px }
|
|
214
|
+
.guestlist .people_table table td.name div { width: 58px }
|
|
215
|
+
|
|
216
|
+
/* ---------------------------| EDIT ACCOUNT |--------------------------- */
|
|
217
|
+
|
|
218
|
+
.editaccount .action_box .buttons input { width: 140px }
|
|
219
|
+
|
|
220
|
+
.editaccount .settings_panel .email_option { padding-bottom: 0px; }
|
|
221
|
+
|
|
222
|
+
.editaccount #email .buttons { margin-top: 0px; margin-left: 0px; padding-left: 20px; }
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
/* ---------------------------| EDIT PROFILE |--------------------------- */
|
|
226
|
+
|
|
227
|
+
.subrow td table td {
|
|
228
|
+
border-left: 2px solid;
|
|
229
|
+
border-top: 3px solid; }
|
|
230
|
+
|
|
231
|
+
.editor_panel .subrow td table td {
|
|
232
|
+
border-left: 2px solid #f7f7f7;
|
|
233
|
+
border-top: 3px solid #f7f7f7; }
|
|
234
|
+
|
|
235
|
+
.subrow td table td input { margin-top:1px }
|
|
236
|
+
|
|
237
|
+
.school select { margin-bottom:1px }
|
|
238
|
+
|
|
239
|
+
.highschool select { margin-top:2px }
|
|
240
|
+
|
|
241
|
+
.editor_panel #uploadpicture { width: 325px }
|
|
242
|
+
|
|
243
|
+
.editprofile .noneditable_value { width: 170px }
|
|
244
|
+
|
|
245
|
+
.editprofile .editor_actions { float: left; padding-left: 5px; }
|
|
246
|
+
|
|
247
|
+
.editorHelp, .editorHelp div {
|
|
248
|
+
width: 190px;
|
|
249
|
+
}
|
|
250
|
+
/* ------------------------------| NOTES |------------------------------- */
|
|
251
|
+
|
|
252
|
+
.set {
|
|
253
|
+
padding-left:1px;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
#create_note {
|
|
257
|
+
padding-left:0;
|
|
258
|
+
margin-left:1px;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.editnote .side_column {
|
|
262
|
+
margin:0 0 0 8px;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.delete_note #content {
|
|
266
|
+
padding-right:105px ! important;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
#blog_url_field .inputtext {
|
|
270
|
+
width:285px;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.side_column #tag_this_note .inputtext {
|
|
274
|
+
margin: 0px;
|
|
275
|
+
width: 141px; }
|
|
276
|
+
|
|
277
|
+
.editnote .main_column {
|
|
278
|
+
width: 408px; }
|
|
279
|
+
|
|
280
|
+
.editnote #upload_iframe {
|
|
281
|
+
height: 48px; }
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
/* ---------------------------| HOMESLICE |---------------------------- */
|
|
286
|
+
|
|
287
|
+
.home #home_container #home_main {
|
|
288
|
+
display:inline;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.sidebar_item_header .option {
|
|
292
|
+
margin-top:5px;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
#home_feedintro {
|
|
296
|
+
width:435px;
|
|
297
|
+
padding-bottom:13px;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
#home_feedintro h4 {
|
|
301
|
+
display:inline;
|
|
302
|
+
padding-right:100px;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
#orientation .orientation_im_done {
|
|
306
|
+
display: inline-block;
|
|
307
|
+
padding-bottom: 20px;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.confirminvite .inputsubmit,
|
|
311
|
+
.confirminvite .inputbutton {
|
|
312
|
+
padding: 1px 3px;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.social_ad .social_ad_sponsored_question a {
|
|
316
|
+
background: transparent url(/images/question_mark_informational_off.gif) no-repeat scroll right top;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
/* ---------------------------| EVENTS INVITE TOOL |---------------------------- */
|
|
320
|
+
|
|
321
|
+
.invite .left #summaryandpager h4 {
|
|
322
|
+
height: 16px;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
/* ---------------------------| MINIFEED |---------------------------- */
|
|
326
|
+
|
|
327
|
+
.minifeed {
|
|
328
|
+
padding-top:0;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.minifeed .photobox {
|
|
332
|
+
padding-bottom:1px;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
/* ------------------------------| SHARE |------------------------------- */
|
|
336
|
+
|
|
337
|
+
.ext_sharer #main_column {
|
|
338
|
+
border-right: 1px solid #ccc;
|
|
339
|
+
width: 439px;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.my_sharebox .share_header .share_and_hide {
|
|
343
|
+
width: 7.0em; }
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
.share_media .external .video_thumb a img.decoy {
|
|
347
|
+
display: none;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.share_media .external .video_thumb a span.thumb {
|
|
351
|
+
position: relative;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
.share_media .external .video_thumb a span.thumb img {
|
|
355
|
+
visibility: hidden;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.share_media .external .video_thumb a span.play {
|
|
359
|
+
background-image: url(/images/video_play_overlay.gif);
|
|
360
|
+
display: none;
|
|
361
|
+
position: relative;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.share_pop_dialog .status h2 {
|
|
365
|
+
padding-top:1px;
|
|
366
|
+
padding-bottom:1px;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
/* ----------------------------| NOTIFICATIONS |---------------------------- */
|
|
370
|
+
|
|
371
|
+
.notifications .submission small {
|
|
372
|
+
line-height:12px;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.notification_checkboxes {
|
|
376
|
+
margin-top:-8px;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.notifications label {
|
|
380
|
+
display:inline-block;
|
|
381
|
+
}
|
|
382
|
+
/* --------------------------------| HELP |--------------------------------- */
|
|
383
|
+
|
|
384
|
+
.help_column img {
|
|
385
|
+
margin-top: 0px;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.help_column .highlight img {
|
|
389
|
+
margin-top: 0px;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
/* ------------------------------| FEEDBACK |-------------------------------- */
|
|
393
|
+
|
|
394
|
+
.explanation .square_bullets {
|
|
395
|
+
margin-left:0;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
.feedback .mixer_panel .saved_notification {
|
|
399
|
+
display:inline-block;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.feedback .mixer_panel .left_buttons, .feedback .mixer_panel .right_buttons {
|
|
403
|
+
margin-top:1px;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.feedback .mixer_panel .mixer_bar {
|
|
407
|
+
margin-top:5px;
|
|
408
|
+
margin-bottom:1px;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.vslider {
|
|
412
|
+
padding-bottom: 19px;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.transparent_png {
|
|
416
|
+
display: none;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.transparent_png_ie6 {
|
|
420
|
+
display: block;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.listing #header {
|
|
424
|
+
padding-bottom: 10px;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
/* -----------------------------| MOTION |------------------------------ */
|
|
428
|
+
|
|
429
|
+
.video_dashboard #video_banner {
|
|
430
|
+
border-left: 0px;
|
|
431
|
+
border-right: 0px;
|
|
432
|
+
margin: 0px;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.video_upload_page .separators {
|
|
436
|
+
position: relative;
|
|
437
|
+
margin-bottom: -1.1em;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.video_upload_page .separators a {
|
|
441
|
+
display: inline-block;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
/* -----------------------------| ADD POLL |------------------------------ */
|
|
445
|
+
|
|
446
|
+
.editor.showrows .hiddenrow {
|
|
447
|
+
display: block;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
/* -----------------------------| APP_SWITCHER |------------------------------ */
|
|
452
|
+
|
|
453
|
+
/* No idea why in ie the link jumps 3px over when positioned absolutely... will look into this later*/
|
|
454
|
+
#sidebar .app_list .floating_container .link_title {
|
|
455
|
+
margin-left: 3px;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
/* --------------------------| APP DIRECTORY |--------------------------- */
|
|
459
|
+
|
|
460
|
+
.products .side_column {
|
|
461
|
+
float:right;
|
|
462
|
+
width:156px;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.products .app_browser li a,
|
|
466
|
+
.products .app_browser li.app_type a {
|
|
467
|
+
margin-left:1px;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
.products .app_browser li.selected a {
|
|
471
|
+
margin-left:0;
|
|
472
|
+
border-left:1px solid #fff;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.products .app_browser li a {
|
|
476
|
+
height:1px;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
/* --------------------------| MEGWALL |--------------------------- */
|
|
480
|
+
#inline_wall_post dd {
|
|
481
|
+
margin-left:4px;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.attachment_compact .wall_video_thumb .play .wrap {
|
|
485
|
+
padding-bottom:2px;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.wallpost .attached_item_info {
|
|
489
|
+
height:19px;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.wall_attachment .share_media .share_thumb img {
|
|
493
|
+
width: 100px;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.wall_attachment .share_media.photo .fb_photo .photo_thumb img,
|
|
497
|
+
.wall_attachment .share_media.share_ext_photo .share_thumb img {
|
|
498
|
+
width: 316px;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
.attachment_stage {
|
|
502
|
+
height:50px;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
/* --------------------------| MULTI FRIEND SELECTOR |--------------------------- */
|
|
506
|
+
|
|
507
|
+
#fb_multi_friend_selector #friends .square {
|
|
508
|
+
position:static;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
#fb_multi_friend_selector #friends .square span {
|
|
512
|
+
position:static;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
#fb_multi_friend_selector #fs_filter_links a {
|
|
516
|
+
display:block;
|
|
517
|
+
float:left;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
#fb_multi_friend_selector .navigator_menu {
|
|
521
|
+
position:absolute;
|
|
522
|
+
top:32px;
|
|
523
|
+
margin-right:-10px;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
#fb_multi_friend_selector .cols_squeeze .navigator_menu {
|
|
527
|
+
top:30px;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
#fb_multi_friend_selector #fs_limit_by_list_menu {
|
|
531
|
+
margin-right:4px;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
#fb_multi_friend_selector .navigator_menu ul {
|
|
535
|
+
height:220px;
|
|
536
|
+
width:140px;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
#fb_multi_friend_selector .cols_squeeze #fs_filter_links {
|
|
540
|
+
position:static;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
.num_cols_2 #fb_multi_friend_selector_wrapper .buttons {
|
|
544
|
+
clear:both;
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
.num_cols_2 #fb_multi_friend_selector_wrapper #finder .hide {
|
|
548
|
+
left:320px;
|
|
549
|
+
top:44px;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.num_cols_3 #fb_multi_friend_selector_wrapper #finder .hide {
|
|
553
|
+
top:44px;
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
/* --------------------------| EDIT EVENT CALENDAR PICKER |--------------------------- */
|
|
557
|
+
|
|
558
|
+
.editor #start_calendar, .editor #end_calendar {
|
|
559
|
+
margin-top: 18px;
|
|
560
|
+
margin-left: -35px;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.calendar .month_title span {
|
|
564
|
+
margin-left: -80px;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
#fb_multi_friend_selector #fs_limit_by_network_menu {
|
|
568
|
+
right:22px;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
.num_cols_2 #fb_multi_friend_selector_wrapper .buttons {
|
|
572
|
+
clear:both;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
/* -------------------------------| SEND EMAIL - MFS REQUESTS |------------------------------ */
|
|
576
|
+
|
|
577
|
+
.req_confirmation #req_msg_add {
|
|
578
|
+
padding-top:6px;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.req_confirmation .req_recipients .token span {
|
|
582
|
+
display:inline;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
.req_confirmation .req_preview {
|
|
586
|
+
height:150px;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
/* -------------------------| MISC FBML |------------------------------ */
|
|
590
|
+
|
|
591
|
+
input.request_form_submit {
|
|
592
|
+
background: #3B5998 url(/images/icons/request_button_icon.gif) no-repeat 8px 5px;
|
|
593
|
+
padding: 3px 6px 3px 30px;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
/* --------------------------| PANDEMIC AD CREATION FORM |--------------------------- */
|
|
597
|
+
.targeting_table td {
|
|
598
|
+
padding: 2px 1px;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
.targeting_table label {
|
|
602
|
+
vertical-align: 38%;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
/* --------------------------| FRIENDS PAGE |--------------------------- */
|
|
606
|
+
.ftabs #ftabs a.active {
|
|
607
|
+
margin-left: 0px;
|
|
608
|
+
left: -1px;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
/* ---------------------------| MINIFEED |---------------------------- */
|
|
612
|
+
.find_friends_left {
|
|
613
|
+
padding-top: 10px;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
/* --------------------------| WELCOME |--------------------------- */
|
|
617
|
+
.bottom_link div.find_friends_left {
|
|
618
|
+
padding-top: 5px !important;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
/* -------------------| DEV APP | ---------------------- */
|
|
622
|
+
.dev_app_infos {
|
|
623
|
+
margin: 0 -1px -1px 0;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.dev_app_list li.selected .border_hack {
|
|
627
|
+
z-index: 100;
|
|
628
|
+
height: 100%;
|
|
629
|
+
padding: 6px 0;
|
|
630
|
+
background-color: #3b5998;
|
|
631
|
+
width: 1px;
|
|
632
|
+
display: block;
|
|
633
|
+
right: -1px;
|
|
634
|
+
top: 0;
|
|
635
|
+
position: absolute;
|
|
636
|
+
border: 0;
|
|
637
|
+
margin: 0;
|
|
638
|
+
text-indent: -9999px;
|
|
639
|
+
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
/* --------------------------| PRIVACYPRO WIDGET |--------------------------- */
|
|
643
|
+
|
|
644
|
+
/* Yeah, so IE is ridiculous and puts padding/margin around radios and you can't get rid of it */
|
|
645
|
+
.privacy_widget .advanced .body .friends .advanced_friends_radio_item .radio_left {
|
|
646
|
+
padding-left: 0px;
|
|
647
|
+
padding-top: 0px;
|
|
648
|
+
padding-left: 3px;
|
|
649
|
+
margin-top: -2px;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
.privacy_widget .privacy_profile_advanced .checks label {
|
|
653
|
+
padding-left: 2px;
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
/* --------------------------| PROFILE.PHP |--------------------------- */
|
|
657
|
+
/* if a platform app has too many action links, ie6 behaves poorly, breaking the
|
|
658
|
+
profile layout. This enforces widths. */
|
|
659
|
+
|
|
660
|
+
#profilenarrowcolumn .box_subhead {
|
|
661
|
+
margin-right: 1px;
|
|
662
|
+
overflow: hidden;
|
|
663
|
+
width: 184px;
|
|
664
|
+
}
|
|
665
|
+
|
|
666
|
+
/* and then reset it for fb_pages */
|
|
667
|
+
.fbpage_profile #profilenarrowcolumn .box_subhead {
|
|
668
|
+
margin: auto;
|
|
669
|
+
overflow: visible;
|
|
670
|
+
width: auto;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
/* --------------------------| CHAT |--------------------------- */
|
|
675
|
+
|
|
676
|
+
#presence_simple {
|
|
677
|
+
margin-top:10px;
|
|
678
|
+
padding-right:4px;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
#presence #presence_preload {
|
|
682
|
+
position:absolute;
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
.presence_popout #presence #buddy_list ul {
|
|
686
|
+
padding-left:1px;
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
.presence_popout #presence #open_chats .highlight .popout_tab {
|
|
690
|
+
padding-top:2px;
|
|
691
|
+
padding-bottom:2px;
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
#buddy_list .compact ul li {
|
|
695
|
+
margin-top:-2px;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
.presence_popout #buddy_list ul li.subheader {
|
|
699
|
+
margin-top:-8px;
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
.presence_popout #presence #chat_tab_bar .chat_shadow_input {
|
|
703
|
+
position:absolute;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.presence_popout #presence #chat_tab_bar .chat_window .chat_conv p {
|
|
707
|
+
margin-left:52px;
|
|
708
|
+
padding-left:0px;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
#presence .emote_text,
|
|
712
|
+
#presence .emote_img {
|
|
713
|
+
margin-bottom:-3px;
|
|
714
|
+
}
|
|
715
|
+
|