diff --git a/src/app/pages/ui/panels/panels.html b/src/app/pages/ui/panels/panels.html index a2a23ab..999109d 100644 --- a/src/app/pages/ui/panels/panels.html +++ b/src/app/pages/ui/panels/panels.html @@ -1,83 +1,184 @@ -
A panel in bootstrap is a bordered box with some padding around its content.
-Panels are created with the .panel
class, and content inside the panel has a
- .panel-body
class. The .panel-default
class is used to style the color of the
- panel. See the last example on this page for more contextual classes.
The .panel-heading
class adds a heading to the panel.
+ Suspendisse nec tellus urna. Sed id est metus. Nullam sit amet dolor nec ipsum dictum suscipit. Mauris sed nisi + mauris. Nulla iaculis nisl ut velit ornare imperdiet. Suspendisse potenti. In tempor leo sed sem malesuada + pellentesque. Maecenas faucibus metus lacus, ac egestas diam vulputate vitae. +
++ Sed dapibus, purus vel hendrerit consectetur, lectus orci gravida massa, sed bibendum dui mauris et eros. Nulla + dolor massa, posuere et dictum sit amet, dignissim quis odio. Fusce mollis finibus dignissim. Integer sodales + augue erat. Pellentesque laoreet vestibulum urna at iaculis. Nulla libero augue, euismod at diam eget, aliquam + condimentum ligula. Donec a leo eu est molestie lacinia hendrerit sed lorem. Duis id diam eu metus sodales + consequat vel eu elit. Praesent dolor nibh, convallis eleifend feugiat a, finibus porttitor nibh. Ut non libero + vel velit pulvinar scelerisque non vel lorem. Integer porta tempor nulla. Sed nibh erat, ultrices vel lorem eu, + rutrum vehicula sem. +
+ ++ Donec nec tellus urna. Sed id est metus. Nullam sit amet dolor nec ipsum dictum suscipit. Mauris sed nisi + mauris. Nulla iaculis nisl ut velit ornare imperdiet. Suspendisse potenti. In tempor leo sed sem malesuada + pellentesque. Maecenas faucibus metus lacus, ac egestas diam vulputate vitae. +
+ ++ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque fermentum nec ligula egestas rhoncus. Sed + dignissim, augue vel scelerisque vulputate, nisi ante posuere lorem, quis iaculis eros dolor eu nisl. Etiam + sagittis, ipsum ac tempor iaculis, justo neque mattis ante, ac maximus sapien risus eu sapien. Morbi erat urna, + varius et lectus vel, porta dictum orci. Duis bibendum euismod elit, et lobortis purus venenatis in. Mauris eget + lacus enim. Cras quis sem et magna fringilla convallis. Proin hendrerit nulla vel gravida mollis. Interdum et + malesuada fames ac ante ipsum primis in faucibus. Vestibulum consectetur quis purus vel aliquam. +
-The .panel-footer
class adds a footer to the panel.
To group many panels together, wrap a <div>
with class
- .panel-group
around them.
The .panel-group
class clears the bottom-margin of each panel.
A panel in bootstrap is a bordered box with some padding around its content.
+ +Panels are created with the .panel
class, and content inside the panel has a
+ .panel-body
class. The .panel-default .panel-primary .panel-danger
and other classes
+ are used to style the color of the
+ panel. See the next example on this page for more contextual classes.
The .panel-heading
class adds a heading to the panel.Easily add a heading
+ container to your
+ panel with .panel-heading. You may also include any
+ h1-h6
with a .panel-title
class to add a pre-styled heading.
+
+ Wrap buttons or secondary text in .panel-footer
. Note that panel footers do not inherit colors
+ and
+ borders when
+ using contextual variations as they are not meant to be in the foreground.
+
.panel-default
panel.panel-default
+ panel
+ .panel-primary
panel.panel-success
panel.panel-info
panel.panel-warning
panel.panel-danger
panelTo group many panels together, wrap a <div>
with class
+ .panel-group
around them.
The .panel-group
class clears the bottom-margin of each panel.