Skip to content

Commit 05892c3

Browse files
authored
Merge pull request #36 from ruscher/main
Fix and Ajust Design
2 parents b03d788 + a501f04 commit 05892c3

File tree

11 files changed

+27
-30
lines changed

11 files changed

+27
-30
lines changed

usr/share/bigbashview/bcc/apps/bigbashview-calamares/advanced-file-system.sh.htm

100644100755
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,8 @@ <h6 class="medium max center-align bold">
7575
</a>-->
7676
<i></i>
7777
</nav>
78-
79-
<h5 class="center-align small">$TXT_TITLE_DESC</h5>
80-
81-
<div class="grid padding">
78+
<!-- <h5 class="center-align small">$TXT_TITLE_DESC</h5>-->
79+
<div class="grid no-padding">
8280
8381
<div class="s6 round">
8482
<div class="fill medium-height middle-align center-align">
@@ -105,7 +103,7 @@ <h5 class="center-align">$TXT_EXT4</h5>
105103
<p>$TXT_EXT4_DESC</p>
106104
<div class="space"></div>
107105
<nav class="center-align">
108-
<button class="border tertiary" onclick="window.location.href='advanced.sh.htm?option=ext4';">
106+
<button class="border secondary-container round" onclick="window.location.href='advanced.sh.htm?option=ext4';">
109107
<i>done</i>
110108
<span>$TXT_EXT4_BUTTON</span>
111109
</button>

usr/share/bigbashview/bcc/apps/bigbashview-calamares/advanced.sh.htm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ <h6 class="medium max center-align bold">
6969
<i></i>
7070
</nav>
7171
72-
<h5 class="center-align small">$TXT_TITLE_DESC</h5>
72+
<!--<h5 class="center-align small">$TXT_TITLE_DESC</h5>-->
7373
74-
<div class="grid padding">
74+
<div class="grid no-padding">
7575
<div class="s12 l4 round">
7676
<div class="fill medium-height middle-align center-align">
7777
<div class="center-align small-padding">
@@ -80,7 +80,7 @@ <h5 class="center-align">$TXT_COMMUNITY</h5>
8080
<p>$TXT_COMMUNITY_DESC</p>
8181
<div class="space"></div>
8282
<nav class="center-align">
83-
<button class="border tertiary" onclick="window.location.href='community.sh.htm?option=$option';">
83+
<button class="border secondary-container round" onclick="window.location.href='community.sh.htm?option=$option';">
8484
<i>done</i>
8585
<span>$TXT_COMMUNITY_BUTTON</span>
8686
</button>
@@ -114,7 +114,7 @@ <h5 class="center-align">$TXT_MINIMAL</h5>
114114
<p>$TXT_MINIMAL_DESC</p>
115115
<div class="space"></div>
116116
<nav class="center-align">
117-
<button class="border tertiary" onclick="window.location.href='minimal.sh.htm?option=$option';">
117+
<button class="border secondary-container round" onclick="window.location.href='minimal.sh.htm?option=$option';">
118118
<i>done</i>
119119
<span>$TXT_MINIMAL_BUTTON</span>
120120
</button>

usr/share/bigbashview/bcc/apps/bigbashview-calamares/community.sh.htm

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@
8888
<i class="extra">
8989
<img src="icon/advanced.svg">
9090
</i>
91-
<h6 class="medium max center-align bold">
92-
$TXT_TITLE
93-
</h6>
91+
<h6 class="medium max center-align bold">$TXT_TITLE</h6>
9492
<!-- <a class="circle transparent" href="/execute close$">
9593
<i>close</i>
9694
</a>-->
@@ -103,7 +101,7 @@ <h6 class="medium max center-align bold">
103101
<!--<input type="hidden" id="desktop_selected" name="desktop_selected" value="$desktop_selected"> -->
104102
105103
<div class="padding">
106-
<h5 class="center-align small">$TXT_TITLE_DESC</h5>
104+
<!--<h5 class="center-align small">$TXT_TITLE_DESC</h5>-->
107105
<div class="field label border fill">
108106
<input type="text" value="sddm" id="login_manager" name="login_manager">
109107
<label>$LOGINMANAGER</label>

usr/share/bigbashview/bcc/apps/bigbashview-calamares/community_verify_pkgs.sh.htm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,13 @@
3838
<!-- JS Imports -->
3939
<script type="module" src="js/biglinux.js"></script>
4040
<script type="module" src="js/material-dynamic-colors.min.js"></script>
41+
<script type="module" src="js/beer.min.js"></script>
4142
</head>
4243
4344
<body class="dark secondary-container" x-data="getItems()" x-init="loadConfig" onload="document.forms[0].submit()">
4445
<main class="responsive max center-align middle-align">
45-
<progress class="circle"></progress>
46-
<h5 class="center-align small">$VerifyPkgs</h5>
46+
<progress class="circle padding"></progress>
47+
<h5 class="center-align small padding">$VerifyPkgs</h5>
4748
4849
<form action=community_verify_pkgs2.sh.htm>
4950
<input type="hidden" id="use_custom_desktop" name="use_custom_desktop" value="yes">
@@ -58,8 +59,6 @@ <h5 class="center-align small">$VerifyPkgs</h5>
5859
</label>
5960
<div class="overlay center-align middle-align" id="overlay"></div>
6061
</main>
61-
<!--</article> -->
62-
<script type="module" src="js/beer.min.js"></script>
6362
</body>
6463
EOF
6564
echo "$ShowText"

usr/share/bigbashview/bcc/apps/bigbashview-calamares/community_verify_pkgs2.sh.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
else
139139

140140
echo '<h6>'$SUCCESS_MSG'</h6>'
141-
# echo '<script>window.onload = function(){document.forms[0].submit();}</script>'
141+
echo '<script>window.onload = function(){document.forms[0].submit();}</script>'
142142

143143
fi
144144
echo '</div>'

usr/share/bigbashview/bcc/apps/bigbashview-calamares/css/beer.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

usr/share/bigbashview/bcc/apps/bigbashview-calamares/css/biglinux.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ body.dark {
111111
/* FIM SCROLL BARRA DE ROLAGEM */
112112

113113
.field.extra.textarea {
114-
height: 13rem;
114+
height: 16rem;
115115
}

usr/share/bigbashview/bcc/apps/bigbashview-calamares/index.sh.htm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h6 class="small max center-align">
8989
<i></i>
9090
</nav>
9191
92-
<div class="grid padding">
92+
<div class="grid no-padding">
9393
9494
<div class="s12 l4 round">
9595
<div class="fill medium-height middle-align center-align">
@@ -99,7 +99,7 @@ <h5 class="center-align">$TXT_MAINTENANCE</h5>
9999
<p>$TXT_MAINTENANCE_DESC</p>
100100
<div class="space"></div>
101101
<nav class="center-align">
102-
<button class="border tertiary" onclick="window.location.href='restore.sh.htm';">
102+
<button class="border secondary-container round" onclick="window.location.href='restore.sh.htm';">
103103
<i>settings</i>
104104
<span>$TXT_MAINTENANCE_BUTTON</span>
105105
</button>
@@ -133,7 +133,7 @@ <h5 class="center-align">$TXT_ADVANCED</h5>
133133
<p>$TXT_ADVANCED_DESC</p>
134134
<div class="space"></div>
135135
<nav class="center-align">
136-
<button class="border tertiary" onclick="window.location.href='advanced-file-system.sh.htm';">
136+
<button class="border secondary-container round" onclick="window.location.href='advanced-file-system.sh.htm';">
137137
<i>tune</i>
138138
<span>$TXT_ADVANCED_BUTTON</span>
139139
</button>

0 commit comments

Comments
 (0)