more popup styling and work

This commit is contained in:
Sriram Hariharan
2018-07-11 04:26:31 -05:00
parent 0a7a38b81d
commit 425f89372c
7 changed files with 149 additions and 18 deletions

View File

@@ -6,14 +6,17 @@
</head>
<body>
<div class="card" id="header">
<h2 id='headertext'>Saved Courses</h2>
<div id="buttons" style="padding: 10px 0px 5px 10px;">
<button id="clear" class="matbut" style="background:#4CAF50">click me</button>
<button id="clear" class="matbut" style="background:#FFC107">click me</button>
</div>
<h2 id='headertext'>Saved Courses</h2>
<div id="buttons" style="padding: 10px 0px 5px 10px;">
<button id="clear" class="matbut" style="background:#4CAF50">Clear</button>
<button id="open" class="matbut" style="background:#FFC107">Options</button>
</div>
</div>
<ul id= "courseList" style="list-style-type: none;padding: 5px;"></ul>
<script src="jquery-3.3.1.min.js"></script>
<script src="popup.js"></script>
</body>
</html>
<h2 id="empty" style="font-weight: normal;font-size: large;margin: 60px 30px 40px 30px ;">Doesn't Look Like Anything To Me.<br>
<span style="font-size: small;display:table;margin:0 auto;font-weight: bold">(No Courses)</span><h2>
<script src="jquery-3.3.1.min.js"></script>
<script src="moment.min.js"></script>
<script src="popup.js"></script>
</body>
</html>