Cleaning up styling
This commit is contained in:
@@ -25,6 +25,29 @@ body {
|
|||||||
min-height: 400px;
|
min-height: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#courseList {
|
||||||
|
list-style-type: none;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#empty {
|
||||||
|
font-weight: normal;
|
||||||
|
font-size: large;
|
||||||
|
margin: 60px 30px 180px 30px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#empty #main {
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#empty span {
|
||||||
|
font-size: small;
|
||||||
|
display: table;
|
||||||
|
margin: 0 auto;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
.settingsbut {
|
.settingsbut {
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
|
|||||||
@@ -18,13 +18,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<ul id="courseList" style="list-style-type: none;padding: 5px;"></ul>
|
<ul id="courseList"></ul>
|
||||||
<h2 id="empty" style="font-weight: normal;font-size: large;margin: 60px 30px 180px 30px ;text-align: center">
|
<h2 id="empty">
|
||||||
<div id="main" style="margin-bottom: 5px;">Doesn't Look Like
|
<div id="main">Doesn't Look Like
|
||||||
Anything
|
Anything
|
||||||
To Me.
|
To Me.
|
||||||
</div>
|
</div>
|
||||||
<span style="font-size: small;display:table;margin:0 auto;font-weight: bold">(No Courses Saved)</span>
|
<span>(No Courses Saved)</span>
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user