File tree Expand file tree Collapse file tree 11 files changed +27
-30
lines changed
usr/share/bigbashview/bcc/apps/bigbashview-calamares Expand file tree Collapse file tree 11 files changed +27
-30
lines changed Original file line number Diff line number Diff line change @@ -75,10 +75,8 @@ <h6 class="medium max center-align bold">
75
75
</a>-->
76
76
<i></i>
77
77
</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">
82
80
83
81
<div class="s6 round">
84
82
<div class="fill medium-height middle-align center-align">
@@ -105,7 +103,7 @@ <h5 class="center-align">$TXT_EXT4</h5>
105
103
<p>$TXT_EXT4_DESC </p>
106
104
<div class="space"></div>
107
105
<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';">
109
107
<i>done</i>
110
108
<span>$TXT_EXT4_BUTTON </span>
111
109
</button>
Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ <h6 class="medium max center-align bold">
69
69
<i></i>
70
70
</nav>
71
71
72
- <h5 class="center-align small">$TXT_TITLE_DESC </h5>
72
+ <!--< h5 class="center-align small">$TXT_TITLE_DESC </h5>-- >
73
73
74
- <div class="grid padding">
74
+ <div class="grid no- padding">
75
75
<div class="s12 l4 round">
76
76
<div class="fill medium-height middle-align center-align">
77
77
<div class="center-align small-padding">
@@ -80,7 +80,7 @@ <h5 class="center-align">$TXT_COMMUNITY</h5>
80
80
<p>$TXT_COMMUNITY_DESC </p>
81
81
<div class="space"></div>
82
82
<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 ';">
84
84
<i>done</i>
85
85
<span>$TXT_COMMUNITY_BUTTON </span>
86
86
</button>
@@ -114,7 +114,7 @@ <h5 class="center-align">$TXT_MINIMAL</h5>
114
114
<p>$TXT_MINIMAL_DESC </p>
115
115
<div class="space"></div>
116
116
<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 ';">
118
118
<i>done</i>
119
119
<span>$TXT_MINIMAL_BUTTON </span>
120
120
</button>
Original file line number Diff line number Diff line change 88
88
<i class="extra">
89
89
<img src="icon/advanced.svg">
90
90
</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>
94
92
<!-- <a class="circle transparent" href="/execute close$">
95
93
<i>close</i>
96
94
</a>-->
@@ -103,7 +101,7 @@ <h6 class="medium max center-align bold">
103
101
<!--<input type="hidden" id="desktop_selected" name="desktop_selected" value="$desktop_selected "> -->
104
102
105
103
<div class="padding">
106
- <h5 class="center-align small">$TXT_TITLE_DESC </h5>
104
+ <!--< h5 class="center-align small">$TXT_TITLE_DESC </h5>-- >
107
105
<div class="field label border fill">
108
106
<input type="text" value="sddm" id="login_manager" name="login_manager">
109
107
<label>$LOGINMANAGER </label>
Original file line number Diff line number Diff line change 38
38
<!-- JS Imports -->
39
39
<script type="module" src="js/biglinux.js"></script>
40
40
<script type="module" src="js/material-dynamic-colors.min.js"></script>
41
+ <script type="module" src="js/beer.min.js"></script>
41
42
</head>
42
43
43
44
<body class="dark secondary-container" x-data="getItems()" x-init="loadConfig" onload="document.forms[0].submit()">
44
45
<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>
47
48
48
49
<form action=community_verify_pkgs2.sh.htm>
49
50
<input type="hidden" id="use_custom_desktop" name="use_custom_desktop" value="yes">
@@ -58,8 +59,6 @@ <h5 class="center-align small">$VerifyPkgs</h5>
58
59
</label>
59
60
<div class="overlay center-align middle-align" id="overlay"></div>
60
61
</main>
61
- <!--</article> -->
62
- <script type="module" src="js/beer.min.js"></script>
63
62
</body>
64
63
EOF
65
64
echo " $ShowText "
Original file line number Diff line number Diff line change 138
138
else
139
139
140
140
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>'
142
142
143
143
fi
144
144
echo ' </div>'
Original file line number Diff line number Diff line change @@ -111,5 +111,5 @@ body.dark {
111
111
/* FIM SCROLL BARRA DE ROLAGEM */
112
112
113
113
.field .extra .textarea {
114
- height : 13 rem ;
114
+ height : 16 rem ;
115
115
}
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ <h6 class="small max center-align">
89
89
<i></i>
90
90
</nav>
91
91
92
- <div class="grid padding">
92
+ <div class="grid no- padding">
93
93
94
94
<div class="s12 l4 round">
95
95
<div class="fill medium-height middle-align center-align">
@@ -99,7 +99,7 @@ <h5 class="center-align">$TXT_MAINTENANCE</h5>
99
99
<p>$TXT_MAINTENANCE_DESC </p>
100
100
<div class="space"></div>
101
101
<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';">
103
103
<i>settings</i>
104
104
<span>$TXT_MAINTENANCE_BUTTON </span>
105
105
</button>
@@ -133,7 +133,7 @@ <h5 class="center-align">$TXT_ADVANCED</h5>
133
133
<p>$TXT_ADVANCED_DESC </p>
134
134
<div class="space"></div>
135
135
<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';">
137
137
<i>tune</i>
138
138
<span>$TXT_ADVANCED_BUTTON </span>
139
139
</button>
You can’t perform that action at this time.
0 commit comments