prettifying the add icon

This commit is contained in:
R. Aidan Campbell 2016-06-16 08:35:04 -04:00
parent b83df32665
commit 58864a2098
2 changed files with 2 additions and 5 deletions

View File

@ -40,8 +40,8 @@
<div id="hostSettings"> <div id="hostSettings">
<div class="mdl-grid" id='host-grid'> <div class="mdl-grid" id='host-grid'>
<div class='mdl-cell mdl-cell--3-col' id='addHostCell' style='padding-top:5px;padding-bottom:5px;'> <div class='mdl-cell mdl-cell--3-col' id='addHostCell' style='padding-top:3px;padding-bottom:3px;'>
<object type="image/svg+xml" data="static/res/ic_add_circle_white_24px.svg" style="width:64px;height:64px;"> <object type="image/svg+xml" data="static/res/ic_add_circle_white_24px.svg" style="width:64px;height:64px;margin:auto;display:block;">
Your browser does not support SVG Your browser does not support SVG
</object> </object>
</div> </div>

View File

@ -74,9 +74,6 @@ main {
#hostSettings p { #hostSettings p {
margin: 0; margin: 0;
} }
#hostSettings div {
display: inline-block;
}
#hostSettings .mdl-textfield { #hostSettings .mdl-textfield {
width: 200px; width: 200px;
margin-right: 20px; margin-right: 20px;