mirror of
https://forge.murkfall.net/bluesaxman/blue.js.git
synced 2026-03-13 09:34:20 -06:00
rearanged a few things in index.html
This commit is contained in:
15
css/css.css
15
css/css.css
@@ -36,6 +36,7 @@ body {
|
||||
}
|
||||
|
||||
.bui_window_root {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
background: rgba(200,200,200,1);
|
||||
color: black;
|
||||
@@ -44,8 +45,18 @@ body {
|
||||
}
|
||||
|
||||
.bui_window_titlebar {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
background: rgba(100,100,100,1);
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.bui_window_title {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.bui_window_controls {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user