mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-02-15 11:30:41 +00:00
top bar has flexbox
This commit is contained in:
parent
fb3d3430da
commit
ff9764b86b
@ -49,11 +49,12 @@
|
||||
background-color:#000066;
|
||||
}
|
||||
#controls_top {
|
||||
position: absolute;
|
||||
padding: 0.5em;
|
||||
position:absolute;
|
||||
padding:0.5em;
|
||||
height:3em;
|
||||
width:100%;
|
||||
background-color:#999;
|
||||
display:flex;
|
||||
}
|
||||
#notebook {
|
||||
position:absolute;
|
||||
@ -111,7 +112,7 @@ div.mem_info a.selected {
|
||||
text-align:right;
|
||||
}
|
||||
.btn_group {
|
||||
border-radius:6px;
|
||||
border-radius:8px;
|
||||
padding:8px;
|
||||
margin-left:8px;
|
||||
background-color: #666;
|
||||
|
@ -119,10 +119,10 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
|
||||
</ul>
|
||||
</span>
|
||||
|
||||
<select id="preset_select" name="" title="Project Select" style="width:18em;visibility:hidden">
|
||||
<select id="preset_select" name="" title="Project Select" style="width:18em;visibility:hidden;height:2.3em">
|
||||
</select>
|
||||
|
||||
<img id="compile_spinner" src="images/spinner.gif" height="20em" style="visibility:hidden;margin-left:8px;margin-right:8px">
|
||||
<img id="compile_spinner" src="images/spinner.gif" style="visibility:hidden;margin-left:8px;margin-right:8px;height:2em">
|
||||
<span id="toolbar" class="hidden-xs"></span>
|
||||
<span class="btn_group view_group hidden-sm hidden-xs" id="speed_bar" style="display:none">
|
||||
<button id="dbg_slowest" class="btn" title="Slowest"><span class="glyphicon glyphicon-fast-backward" aria-hidden="true"></span></button>
|
||||
@ -208,7 +208,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
|
||||
</ul>
|
||||
</span>
|
||||
|
||||
<span class="logo-gradient hidden-xs hidden-sm hidden-md pull-right">8bitworkshop</span>
|
||||
<span class="logo-gradient hidden-xs hidden-sm hidden-md pull-right" style="margin-left:auto">8bitworkshop</span>
|
||||
|
||||
<!--<span id="best_in_firefox" style="display:none;font-size:12px;font-style:italic;float:right;color:#666">Note: Works best in Firefox</span>-->
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user