"Settings & Security"
Bootstrap 3.1.0 Snippet by palmdeezy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="panel-group" id="accordion-s">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-s" href="#collapseOne-s">
Where are my Skiptu™ settings?
</a>
</h4>
</div>
<div id="collapseOne-s" class="panel-collapse collapse">
<div class="panel-body">
<p>Open the left sidebar of your lock screen. Scroll down to the bottom and tap <strong>Skiptu Settings</strong>. Additionally, you can access your settings by tapping the Skiptu app icon. In your Skiptu™ settings, you can:</p>
<ul>
<li>Turn off Skiptu™ as your lock screen</li>
<li>Choose whether to display the status bar on your lock screen</li>
<li>Customize which apps appear on the sidebar launcher</li>
</ul>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion-s" href="#collapseTwo-s">
How can I see the time and battery life of my phone from my lock screen when I'm using Skiptu™?
</a>
</h4>
</div>
<div id="collapseTwo-s" class="panel-collapse collapse">
<div class="panel-body">
<p>Swipe down from the top of your lock screen to show your status bar. If you want to see it on your screen always, update your settings:</p>
<ol>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.alert-message
{
margin: 20px 0;
padding: 20px;
border-left: 3px solid #eee;
}
.alert-message h4
{
margin-top: 0;
margin-bottom: 5px;
}
.alert-message p:last-child
{
margin-bottom: 0;
}
.alert-message code
{
background-color: #fff;
border-radius: 3px;
}
.alert-message-success
{
background-color: #F4FDF0;
border-color: #3C763D;
}
.alert-message-success h4
{
color: #3C763D;
}
.alert-message-danger
{
background-color: #fdf7f7;
border-color: #d9534f;
}
.alert-message-danger h4
{
color: #d9534f;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: