mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
UI Formatting update. This closes #15
This commit is contained in:
parent
fe7618504e
commit
01d8c7d6bc
@ -26,19 +26,33 @@ main {
|
|||||||
#hostSettings .mdl-textfield {
|
#hostSettings .mdl-textfield {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
|
padding-bottom: 0px;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
#hostSettings #selectHost {
|
#hostSettings #selectHost {
|
||||||
|
padding: 0px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
margin-right: 20px;
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
#hostSettings .button-holder {
|
#hostSettings .button-holder {
|
||||||
float: right;
|
padding: 0px;
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
#testingDiv {
|
#testingDiv {
|
||||||
border: 1px dashed;
|
border: 1px dashed;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
#startButton {
|
||||||
|
margin: 1px;
|
||||||
|
}
|
||||||
|
#stopButton {
|
||||||
|
margin: 1px;
|
||||||
|
}
|
||||||
#listener {
|
#listener {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user