Skip to content

Instantly share code, notes, and snippets.

@ahmedali2
ahmedali2 / designer.html
Last active August 29, 2015 14:07
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-scroll-header-panel/core-scroll-header-panel.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<polymer-element name="course-profile">
<template>
<style>
@ahmedali2
ahmedali2 / designer.html
Last active August 29, 2015 14:07
designer
<link rel="import" href="../paper-ripple/paper-ripple.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<polymer-element name="course_list_item">
<template>
<style>
:host {
position: absolute;
width: 100%;
var toast=function(msg){
$("<div class='ui-loader ui-overlay-shadow ui-body-e ui-corner-all'><h3>"+msg+"</h3></div>")
.css({ display: "block",
opacity: 0.90,
position: "fixed",
padding: "7px",
"text-align": "center",
width: "270px",
left: ($(window).width() - 284)/2,
top: $(window).height()/2 })