"Stylish Button List"
Bootstrap 3.0.3 Snippet by dotstrap

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.0.3/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/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="container">
<div class="row">
<h2>Stylish button list</h2>
<ul class="ds-btn">
<li>
<a class="btn btn-lg " href="http://dotstrap.com/">
<i class="glyphicon glyphicon-link pull-left"></i><span>User Profile<br><small>Lorem ipsum dolor</small></span></a>
</li>
<li>
<a class="btn btn-lg btn-primary" href="http://dotstrap.com/">
<i class="glyphicon glyphicon-user pull-left"></i><span>User Profile<br><small>Lorem ipsum dolor</small></span></a>
</li>
<li>
<a class="btn btn-lg btn-success " href="http://dotstrap.com/">
<i class="glyphicon glyphicon-dashboard pull-left"></i><span>Dashboard<br><small>Lorem ipsum dolor</small></span></a>
</li>
<li>
<a class="btn btn-lg btn-danger" href="http://dotstrap.com/">
<i class="glyphicon glyphicon-tasks pull-left"></i><span>Daily Tasks<br><small>Lorem ipsum dolor</small></span></a>
</li>
<li>
<a class="btn btn-lg btn-warning" href="http://dotstrap.com/">
<i class="glyphicon glyphicon-search pull-left"></i><span>Search<br><small>Lorem ipsum dolor</small></span></a>
</li>
<li>
<a class="btn btn-lg btn-info" href="http://dotstrap.com/">
<i class="glyphicon glyphicon-list pull-left"></i><span>List Group<br><small>Lorem ipsum dolor</small></span></a>
</li>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
.ds-btn li{ list-style:none; float:left; padding:10px; }
.ds-btn li a span{padding-left:15px;padding-right:5px;width:100%;display:inline-block; text-align:left;}
.ds-btn li a span small{width:100%; display:inline-block; text-align:left;}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

PLEASE I MAKE ONE WEBSITE I CAN TO "copy" YOURS CODES FROM "BootSnipp" ??? AND PUT IN MY SITE ? - I can change it to my default Skin ???

Jürgen Weichert () - 9 years ago - Reply -1


i have issue in my website date time input field. my website URL is https://www.gtscab.co/

Dipupaul () - 5 years ago - Reply 0


This is not "Sticky Footer", this is bottom-fixed footer. Sticky footer must stick to bottom is viewport if it's not full-filled and scroll down when page is bigger than viewport.

For exmaple: http://getbootstrap.com/exa...

23W () - 8 years ago - Reply 0


Im using the same method, but my issue is that the footer is placed over page content on smaller screen size. Is there a way to prevent this...i have tried quite a few solutions but none of them have worked for me. Thanks in advance for the help!

Rex Charles () - 9 years ago - Reply 0


Just add on the previous container (the one holding page content): style="margin-bottom: 60px;"
It solved my issue.

danigosa () - 9 years ago - Reply 0


so simple yet awsomely usefull .... thank man

Aashish Bijukchhe () - 9 years ago - Reply 0


If you add a row around the (footer) navbar's text/button/contents it will fix the spacing thats on the left and right

YarWelcome () - 9 years ago - Reply 0


this is very usefully web design work>>>>>>>>>>>>>>>>>>>>>>>>>
thank for all

seralkhatem () - 10 years ago - Reply 0


Cool Man

Monkey D Luffy () - 10 years ago - Reply 0


Thanks

Agung Pambudi () - 10 years ago - Reply 0


Great piece dotstrap - thanks very much for sharing. I'm trying to get it to apply to just some buttons in my ul but at having trouble doing so. Could you help?

Chris () - 10 years ago - Reply 0


Thanks f or this @dotstrap

J-542- () - 11 years ago - Reply 0


Thanks :) very nice

Moin Akbar () - 11 years ago - Reply 0


Thanks!

maxsurguy () - 11 years ago - Reply 0


Welcome.
I just adjusted the icon: ".ds-btn li a i { margin-top: 5px;}"

I think it would be more useful if buttons will be "ul li" independant. You can't use buttons without "ul li".

Moin Akbar () - 11 years ago - Reply 0