mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-24 10:07:57 +01:00
Small settings button style refactoring
This commit is contained in:
parent
f98dc488d4
commit
3ff0eb921e
@ -64,23 +64,28 @@
|
||||
border: 1px solid rgb(187, 187, 187);
|
||||
border-radius: 5px;
|
||||
}
|
||||
> .btnContainer {
|
||||
> .right {
|
||||
width: 15%;
|
||||
height: 100%;
|
||||
float:right;
|
||||
position:relative;
|
||||
right: 0;
|
||||
|
||||
> .btnOK {
|
||||
position: absolute;
|
||||
bottom: 3%;
|
||||
right: 7%;
|
||||
max-width: 85px;
|
||||
min-width: 42px;
|
||||
width: 88%;
|
||||
height: auto;
|
||||
margin: 0 2% 2% 0;
|
||||
cursor: pointer;
|
||||
> .btnContainer {
|
||||
position: absolute;
|
||||
bottom: 3%;
|
||||
right: 7%;
|
||||
width: 100%;
|
||||
|
||||
> .btn {
|
||||
max-width: 85px;
|
||||
min-width: 42px;
|
||||
width: 88%;
|
||||
height: auto;
|
||||
margin: 8% 2% 2% 0;
|
||||
cursor: pointer;
|
||||
float:right;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -115,8 +115,10 @@
|
||||
</div>
|
||||
<div class="bottompanel">
|
||||
<div class="settingsContainer"></div>
|
||||
<div class="btnContainer">
|
||||
<img src="img/buttons/btnOk_settings.png" class="btnOK" alt="settings"/>
|
||||
<div class="right">
|
||||
<div class="btnContainer">
|
||||
<img src="img/buttons/btnOk_settings.png" class="btn btnOK" alt="save"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user