Merge branch 'master' of https://github.com/Vegetam/BoostrapPageGenerator4
This commit is contained in:
@@ -13,7 +13,7 @@ About the tooltip and popover use the refresh button
|
||||
|
||||
About the collapse it will work if you download the page it won't work property due an know error about the version 4 of bootstrap alpha 6
|
||||
|
||||
Try it: [Live Demo](http://www.francescomalagrino.com/BootstrapPageGenerator/4/)
|
||||
Try it: [Live Demo](http://www.francescomalagrino.com/BootstrapPageGenerator/4/4%20beta%202/)
|
||||
|
||||
### Authors
|
||||
|
||||
|
||||
@@ -172,9 +172,12 @@ body {
|
||||
|
||||
.edit .demo .column .box .configuration {
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
right: 140px;
|
||||
white-space: nowrap; }
|
||||
/* top: -15px; */
|
||||
top: -20px;
|
||||
/* right: 140px; */
|
||||
right: 0px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.edit .demo .remove {
|
||||
position: absolute;
|
||||
|
||||
@@ -27,6 +27,14 @@
|
||||
|
||||
|
||||
<link href="css/other.css" rel="stylesheet">
|
||||
<style>
|
||||
.toolbox-reset .show
|
||||
{
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body style="cursor: auto;" class="edit toolbox-reset">
|
||||
<nav class="navbar navbar-default navbar-fixed-top">
|
||||
@@ -66,6 +74,7 @@
|
||||
<button class="btn btn-secondary navbar-btn" href="#clear" id="clear" color="#333;">
|
||||
<i class="fa icon-trash" style="color: #333;"></i>Clear
|
||||
</button>
|
||||
|
||||
<button type="button" class="btn btn-primary navbar-btn" data-target="#downloadModal" rel="/build/downloadModal" role="button" data-toggle="modal">
|
||||
<i class="fa icon-chevron-down" ></i>Download
|
||||
</button>
|
||||
@@ -81,8 +90,8 @@
|
||||
<div class="row-fluid">
|
||||
<div class="">
|
||||
<span></span>
|
||||
<div class="sidebar-nav">
|
||||
<ul class="nav nav-list accordion-group">
|
||||
<div class="sidebar-nav" style="overflow: scroll;">
|
||||
<ul class="nav nav-list accordion-group" style="overflow: scroll;">
|
||||
<li class="nav-header">
|
||||
<div class="pull-right popover-info">
|
||||
<i class="icon-question-sign "></i>
|
||||
@@ -335,7 +344,7 @@
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="nav nav-list accordion-group">
|
||||
<ul class="nav nav-list accordion-group" style="overflow: scroll;">
|
||||
<li class="nav-header">
|
||||
<i class="icon-plus icon-white"></i> BASE CSS
|
||||
<div class="pull-right popover-info">
|
||||
@@ -1530,7 +1539,7 @@
|
||||
|
||||
|
||||
|
||||
<ul class="nav nav-list accordion-group">
|
||||
<ul class="nav nav-list accordion-group" style="overflow: scroll;">
|
||||
<li class="nav-header">
|
||||
<i class="icon-plus icon-white"></i> FORMS
|
||||
|
||||
@@ -2007,7 +2016,7 @@
|
||||
<!--COMPONENTS-->
|
||||
<!-------------->
|
||||
|
||||
<ul class="nav nav-list accordion-group">
|
||||
<ul class="nav nav-list accordion-group" style="overflow: scroll;">
|
||||
<li class="nav-header">
|
||||
<i class="icon-plus icon-white"></i> COMPONENTS
|
||||
<div class="pull-right popover-info">
|
||||
@@ -2121,7 +2130,7 @@
|
||||
</span>
|
||||
<div class="preview">Card</div>
|
||||
<div class="view">
|
||||
<div class="card" style="width: 20rem;">
|
||||
<div class="card" style="max-width: 20rem;">
|
||||
<div class="card-header">
|
||||
Card Header
|
||||
</div>
|
||||
@@ -2643,7 +2652,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul class="nav nav-list accordion-group">
|
||||
<ul class="nav nav-list accordion-group" style="overflow: scroll;">
|
||||
<li class="nav-header">
|
||||
<i class="icon-plus icon-white"></i> JAVASCRIPT
|
||||
<div class="pull-right popover-info">
|
||||
|
||||
@@ -13,7 +13,9 @@ About the tooltip and popover use the refresh button
|
||||
|
||||
About the collapse it will work if you download the page it won't work property due an know error about the version 4 of bootstrap alpha 6
|
||||
|
||||
Try it: [Live Demo](http://www.francescomalagrino.com/BootstrapPageGenerator/4/)
|
||||
Try it: [Live Demo] version 4 alpha 6 (http://www.francescomalagrino.com/BootstrapPageGenerator/4/4%20alpha%206/)
|
||||
|
||||
Try it: [Live Demo] version beta 2 (http://www.francescomalagrino.com/BootstrapPageGenerator/4/4%20beta%202/)
|
||||
|
||||
### Authors
|
||||
|
||||
@@ -25,3 +27,5 @@ Try it: [Live Demo](http://www.francescomalagrino.com/BootstrapPageGenerator/4/)
|
||||
* [Phil](https://github.com/QuakePhil) (Contributor / Author)
|
||||
* [yaneq](https://github.com/yaneq) (Contributor / Author)
|
||||
* [legnaleama](https://github.com/legnaleama) (Contributor / Author)
|
||||
* [oleteacher](https://github.com/oleteacher) (Contributor / Author)
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ About the tooltip and popover use the refresh button
|
||||
|
||||
About the collapse it will work if you download the page it won't work property due an know error about the version 4 of bootstrap alpha 6
|
||||
|
||||
Try it: [Live Demo](http://www.francescomalagrino.com/BootstrapPageGenerator/4/)
|
||||
Try it: [Live Demo](http://www.francescomalagrino.com/BootstrapPageGenerator/4/4%20alpha%206/)
|
||||
|
||||
### Authors
|
||||
|
||||
|
||||
@@ -172,9 +172,12 @@ body {
|
||||
|
||||
.edit .demo .column .box .configuration {
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
right: 140px;
|
||||
white-space: nowrap; }
|
||||
/* top: -15px; */
|
||||
top: -20px;
|
||||
/* right: 140px; */
|
||||
right: 0px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.edit .demo .remove {
|
||||
position: absolute;
|
||||
|
||||
@@ -82,8 +82,8 @@
|
||||
<div class="row-fluid">
|
||||
<div class="">
|
||||
<span></span>
|
||||
<div class="sidebar-nav">
|
||||
<ul class="nav nav-list accordion-group">
|
||||
<div class="sidebar-nav" style="overflow: scroll;">
|
||||
<ul class="nav nav-list accordion-group" style="overflow: scroll;">
|
||||
<li class="nav-header">
|
||||
<div class="pull-right popover-info">
|
||||
<i class="icon-question-sign "></i>
|
||||
@@ -336,7 +336,7 @@
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="nav nav-list accordion-group">
|
||||
<ul class="nav nav-list accordion-group" style="overflow: scroll;">
|
||||
<li class="nav-header">
|
||||
<i class="icon-plus icon-white"></i> BASE CSS
|
||||
<div class="pull-right popover-info">
|
||||
@@ -1531,7 +1531,7 @@
|
||||
|
||||
|
||||
|
||||
<ul class="nav nav-list accordion-group">
|
||||
<ul class="nav nav-list accordion-group" style="overflow: scroll;">
|
||||
<li class="nav-header">
|
||||
<i class="icon-plus icon-white"></i> FORMS
|
||||
|
||||
@@ -2008,7 +2008,7 @@
|
||||
<!--COMPONENTS-->
|
||||
<!-------------->
|
||||
|
||||
<ul class="nav nav-list accordion-group">
|
||||
<ul class="nav nav-list accordion-group" style="overflow: scroll;">
|
||||
<li class="nav-header">
|
||||
<i class="icon-plus icon-white"></i> COMPONENTS
|
||||
<div class="pull-right popover-info">
|
||||
@@ -2096,7 +2096,7 @@
|
||||
</span>
|
||||
<div class="preview">Card</div>
|
||||
<div class="view">
|
||||
<div class="card" style="width: 20rem;">
|
||||
<div class="card" style="max-width: 20rem;">
|
||||
<div class="card-header">
|
||||
Card Header
|
||||
</div>
|
||||
@@ -2551,7 +2551,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul class="nav nav-list accordion-group">
|
||||
<ul class="nav nav-list accordion-group" style="overflow: scroll;">
|
||||
<li class="nav-header">
|
||||
<i class="icon-plus icon-white"></i> JAVASCRIPT
|
||||
<div class="pull-right popover-info">
|
||||
|
||||
Reference in New Issue
Block a user