Decorations
This commit is contained in:
parent
313f79044b
commit
a7f7b7798d
@ -88,13 +88,19 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#colLeft h2, #colRight h2 {
|
#colLeft h2, #colRight h2 {
|
||||||
padding: 2% 2% 0 3%;
|
padding: 3% 3% 0 4%;
|
||||||
font-size: 4vh;
|
font-size: 4vh;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#colLeft p, #colRight p {
|
||||||
|
font-size: 2vh;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0 2% 0 7%;
|
||||||
|
}
|
||||||
|
|
||||||
#colLeft {
|
#colLeft {
|
||||||
width: 52%;
|
width: 59%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#colRight {
|
#colRight {
|
||||||
@ -105,8 +111,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#settingClassWrapper {
|
#settingClassWrapper {
|
||||||
width: 100%;
|
width: 90%;
|
||||||
padding: 2% 0 0 5%;
|
padding: 2% 0 0 3%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#label {
|
#label {
|
||||||
@ -124,9 +130,9 @@
|
|||||||
margin-bottom: 3%;
|
margin-bottom: 3%;
|
||||||
padding: 2%;
|
padding: 2%;
|
||||||
|
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 3px;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 3px;
|
||||||
border-radius: 5px;
|
border-radius: 3px;
|
||||||
|
|
||||||
display: table;
|
display: table;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
@ -172,4 +178,44 @@
|
|||||||
|
|
||||||
.hour.classText, .subscribers.classText {
|
.hour.classText, .subscribers.classText {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.settingHeader div:first-child {
|
||||||
|
width: 60%;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settingHeader div:last-child {
|
||||||
|
float: right;
|
||||||
|
margin: 2% 1% 1% 1%;
|
||||||
|
vertical-align: bottom;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
#colRight .settingHeader div:last-child {
|
||||||
|
margin-top: 1%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#colRight .settingHeader {
|
||||||
|
padding: 2% 2% 2% 3%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.circleIcon {
|
||||||
|
width: 6vh;
|
||||||
|
height: 6vh;
|
||||||
|
|
||||||
|
background-color: rgba(0,0,0,0.2);
|
||||||
|
-moz-border-radius: 50%;
|
||||||
|
-webkit-border-radius: 50%;
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.circleIcon .fa {
|
||||||
|
font-size: 2.5vh;
|
||||||
|
margin-top: 0.25vh;
|
||||||
|
width: 6vh;
|
||||||
|
height: 6vh;
|
||||||
|
line-height: 6vh;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
@ -151,7 +151,15 @@
|
|||||||
<template name="manageClass">
|
<template name="manageClass">
|
||||||
<div id="backgroundOverlay" style="background-color:{{divColor 'secondaryColor'}}">
|
<div id="backgroundOverlay" style="background-color:{{divColor 'secondaryColor'}}">
|
||||||
<div id="colLeft">
|
<div id="colLeft">
|
||||||
<h2>My Classes</h2>
|
<div class="settingHeader">
|
||||||
|
<div>
|
||||||
|
<h2>My Classes</h2>
|
||||||
|
<p>Manage Classes</p>
|
||||||
|
</div>
|
||||||
|
<div class="circleIcon">
|
||||||
|
<i class="fa fa-tasks" aria-hidden="true"></i>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div id="settingClassWrapper">
|
<div id="settingClassWrapper">
|
||||||
<div id="label" class="classBox">
|
<div id="label" class="classBox">
|
||||||
<span class="name classText">Class Name</span>
|
<span class="name classText">Class Name</span>
|
||||||
@ -165,7 +173,16 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="colRight" style="background-color:{{divColor 'sidebarColor'}}">
|
<div id="colRight" style="background-color:{{divColor 'sidebarColor'}}">
|
||||||
<h2>Information</h2>
|
<div class="settingHeader">
|
||||||
|
<div>
|
||||||
|
<h2>Information</h2>
|
||||||
|
</div>
|
||||||
|
<div class="circleIcon">
|
||||||
|
<i class="fa fa-info" aria-hidden="true"></i>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="infoClassWrapper">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user