Skip to content

Instantly share code, notes, and snippets.

<style>
/* lookup field override */
.lookupInput a {
display: block;
position: absolute;
top: 0px;
}
.lookupInput img {
float:right;
@rinaTaur
rinaTaur / SLDS_apex:enhancedList.txt
Last active January 28, 2016 22:17
SLDS for apex:enhancedList
<!--
Styling that takes an enhanced list, as-is,
and applies very similar styling as that of SLDS data table
To be used with an enhanced list, such as the referenced markup below
-->
<!-- example enhanced list -->
<apex:outputPanel id="surveysBlock" styleClass="slds-m-bottom--small slds-p-around--small slds-show">
<apex:enhancedList type="Survey__c" customizable="true" height="600" rowsPerPage="50" id="SurveyList" />
@rinaTaur
rinaTaur / designer.html
Created December 11, 2014 15:57
designer
<link rel="import" href="../../salesforce/s1-elements/scaffold/s1AppScaffold.html">
<link rel="import" href="../../salesforce/s1-elements/scaffold/s1PageContainer.html">
<link rel="import" href="../../salesforce/s1-elements/s1StagedNavigationStageLeft.html">
<link rel="import" href="../../salesforce/s1-elements/s1StagedNavigationNotifications.html">
<link rel="import" href="../../salesforce/s1-elements/s1AnchorLightDefault.html">
<link rel="import" href="../../salesforce/s1-elements/s1ListWithLabels.html">
<link rel="import" href="../../salesforce/s1-elements/s1AnchorDark.html">
<link rel="import" href="../../salesforce/s1-elements/s1IndicatorDotsLightBackground.html">
<link rel="import" href="../../salesforce/s1-elements/s1ButtonGroups.html">
<link rel="import" href="../../salesforce/s1-elements/scaffold/s1DetailView.html">
@rinaTaur
rinaTaur / designer.html
Last active August 29, 2015 14:11
designer
<link rel="import" href="../../salesforce/mobile-ui-elements/elements/force-sobject/force-sobject.html">
<link rel="import" href="../../salesforce/s1-elements/scaffold/s1AppScaffold.html">
<link rel="import" href="../../salesforce/s1-elements/scaffold/s1PageContainer.html">
<link rel="import" href="../../salesforce/s1-elements/s1StagedNavigationStageLeft.html">
<link rel="import" href="../../salesforce/s1-elements/s1StagedNavigationNotifications.html">
<link rel="import" href="../../salesforce/s1-elements/s1AnchorLightDefault.html">
<link rel="import" href="../../salesforce/s1-elements/s1ListWithLabels.html">
<link rel="import" href="../../salesforce/s1-elements/s1ToastNotification.html">
<link rel="import" href="../../salesforce/s1-elements/s1ViewPicker.html">
<link rel="import" href="../../salesforce/mobile-ui-elements/elements/force-ui-app/force-ui-app.html">