Product Test
This commit is contained in:
@@ -117,6 +117,22 @@
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="demo-card-square mdl-card mdl-shadow--2dp" id="buttons_card">
|
||||
<button class="mdl-button mdl-js-button mdl-button--raised">
|
||||
Reboot
|
||||
</button><br>
|
||||
<button class="mdl-button mdl-js-button mdl-button--raised">
|
||||
Poweroff
|
||||
</button><br>
|
||||
<button class="mdl-button mdl-js-button mdl-button--raised">
|
||||
Update
|
||||
</button><br>
|
||||
<button class="mdl-button mdl-js-button mdl-button--raised">
|
||||
Licenses / Credits
|
||||
</button>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
@@ -62,3 +62,8 @@ html, body {
|
||||
padding-right: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#buttons_card > button {
|
||||
width: 200px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user