mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Tweak column grid
This commit is contained in:
parent
c8ec7565ad
commit
578bb9d9f4
@ -11,11 +11,11 @@
|
|||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h4><?php echo _("Theme settings"); ?></h4>
|
<h4><?php echo _("Theme settings"); ?></h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="form-group col-sm-6">
|
<div class="form-group col-xs-3 col-sm-3">
|
||||||
<label for="code"><?php echo _("Select a theme"); ?></label>
|
<label for="code"><?php echo _("Select a theme"); ?></label>
|
||||||
<?php SelectorOptions("theme", $themes, $selectedTheme, "theme-select") ?>
|
<?php SelectorOptions("theme", $themes, $selectedTheme, "theme-select") ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs">
|
<div class="col-xs-3 col-sm-3">
|
||||||
<label for="code"><?php echo _("Color"); ?></label>
|
<label for="code"><?php echo _("Color"); ?></label>
|
||||||
<input class="form-control color-input" value="#d8224c" aria-label="color" />
|
<input class="form-control color-input" value="#d8224c" aria-label="color" />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user