Commit 018a3d8a by marco

branch now runs, but none of the styles are there yet. pushing this mostly to view component.html

parent 370df65d
...@@ -438,24 +438,23 @@ body.course.unit { ...@@ -438,24 +438,23 @@ body.course.unit {
@include edit-box; @include edit-box;
@include box-shadow(none); @include box-shadow(none);
display: none; display: none;
padding: 20px; padding: 0;
border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0;
// Edit Menu (Component Name, Mode-Editor, Mode-Settings) // Edit Menu (Component Name, Mode-Editor, Mode-Settings)
.component-edit-menu { .component-edit-menu {
@include box-sizing(border-box); @include box-sizing(border-box);
position: absolute; position: absolute;
width: 100%; width: 100%;
padding: 15px; //padding: 15px;
top: 0; top: 0;
right: 0; right: 0;
border-bottom: 1px solid $lightBluishGrey2; border-bottom: 1px solid $lightBluishGrey2;
background: $lightGrey; background: $gray-l4;
//Component Name //Component Name
h3 { h4 {
//TO-DO //TO-DO
//determine proper h-level //determine proper h-level
} }
...@@ -463,11 +462,11 @@ body.course.unit { ...@@ -463,11 +462,11 @@ body.course.unit {
//Nav-Edit Modes //Nav-Edit Modes
.nav-edit-modes { .nav-edit-modes {
list-style: none; list-style: none;
//move to the right,
li { li {
//TO-DO //TO-DO
//inherit button styling //inherit button styling
float: right;
//no idea what it currently inherits... //no idea what it currently inherits...
&:hover { &:hover {
......
...@@ -28,13 +28,13 @@ ...@@ -28,13 +28,13 @@
<button type="button" name="setting-clear" value="Clear" class="setting-clear " data-tooltip="Clear"> <button type="button" name="setting-clear" value="Clear" class="setting-clear " data-tooltip="Clear">
<i class="ss-icon ss-symbolicons-block undo">&#x21A9;</i> <i class="ss-icon ss-symbolicons-block undo">&#x21A9;</i>
</button> </button>
<span class="settings-help">${helpstring}</span> <span class="settings-help">helpstring</span>
</li> </li>
<!--% showing second example mostly to see is-set style difference --> <!--% showing second example mostly to see is-set style difference -->
<li class="settings-row"> <li class="settings-row">
<label for="setting-name-as-id">Setting Display Name Goes Here</label> <label for="setting-name-as-id">Setting Display Name Goes Here</label>
<input type="type2" id="firstname"/> <input type="type2" id="firstname"/>
<span class="settings-help">${helpstring}</span> <span class="settings-help">helpstring</span>
<!--% showing dropdown example --> <!--% showing dropdown example -->
<li class="settings-row"> <li class="settings-row">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment