This commit is contained in:
Francesco Malagrino
2018-02-06 19:20:00 +00:00
7 changed files with 164 additions and 145 deletions

View File

@@ -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 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 ### Authors

View File

@@ -172,9 +172,12 @@ body {
.edit .demo .column .box .configuration { .edit .demo .column .box .configuration {
position: absolute; position: absolute;
top: 3px; /* top: -15px; */
right: 140px; top: -20px;
white-space: nowrap; } /* right: 140px; */
right: 0px;
white-space: nowrap;
}
.edit .demo .remove { .edit .demo .remove {
position: absolute; position: absolute;

View File

@@ -27,6 +27,14 @@
<link href="css/other.css" rel="stylesheet"> <link href="css/other.css" rel="stylesheet">
<style>
.toolbox-reset .show
{
display: inline-block !important;
}
</style>
</head> </head>
<body style="cursor: auto;" class="edit toolbox-reset"> <body style="cursor: auto;" class="edit toolbox-reset">
<nav class="navbar navbar-default navbar-fixed-top"> <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;"> <button class="btn btn-secondary navbar-btn" href="#clear" id="clear" color="#333;">
<i class="fa icon-trash" style="color: #333;"></i>Clear <i class="fa icon-trash" style="color: #333;"></i>Clear
</button> </button>
<button type="button" class="btn btn-primary navbar-btn" data-target="#downloadModal" rel="/build/downloadModal" role="button" data-toggle="modal"> <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 <i class="fa icon-chevron-down" ></i>Download
</button> </button>
@@ -81,8 +90,8 @@
<div class="row-fluid"> <div class="row-fluid">
<div class=""> <div class="">
<span></span> <span></span>
<div class="sidebar-nav"> <div class="sidebar-nav" style="overflow: scroll;">
<ul class="nav nav-list accordion-group"> <ul class="nav nav-list accordion-group" style="overflow: scroll;">
<li class="nav-header"> <li class="nav-header">
<div class="pull-right popover-info"> <div class="pull-right popover-info">
<i class="icon-question-sign "></i> <i class="icon-question-sign "></i>
@@ -335,7 +344,7 @@
</div> </div>
</li> </li>
</ul> </ul>
<ul class="nav nav-list accordion-group"> <ul class="nav nav-list accordion-group" style="overflow: scroll;">
<li class="nav-header"> <li class="nav-header">
<i class="icon-plus icon-white"></i> BASE CSS <i class="icon-plus icon-white"></i> BASE CSS
<div class="pull-right popover-info"> <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"> <li class="nav-header">
<i class="icon-plus icon-white"></i> FORMS <i class="icon-plus icon-white"></i> FORMS
@@ -2007,7 +2016,7 @@
<!--COMPONENTS--> <!--COMPONENTS-->
<!--------------> <!-------------->
<ul class="nav nav-list accordion-group"> <ul class="nav nav-list accordion-group" style="overflow: scroll;">
<li class="nav-header"> <li class="nav-header">
<i class="icon-plus icon-white"></i> COMPONENTS <i class="icon-plus icon-white"></i> COMPONENTS
<div class="pull-right popover-info"> <div class="pull-right popover-info">
@@ -2121,7 +2130,7 @@
</span> </span>
<div class="preview">Card</div> <div class="preview">Card</div>
<div class="view"> <div class="view">
<div class="card" style="width: 20rem;"> <div class="card" style="max-width: 20rem;">
<div class="card-header"> <div class="card-header">
Card Header Card Header
</div> </div>
@@ -2643,7 +2652,7 @@
</li> </li>
</ul> </ul>
<ul class="nav nav-list accordion-group"> <ul class="nav nav-list accordion-group" style="overflow: scroll;">
<li class="nav-header"> <li class="nav-header">
<i class="icon-plus icon-white"></i> JAVASCRIPT <i class="icon-plus icon-white"></i> JAVASCRIPT
<div class="pull-right popover-info"> <div class="pull-right popover-info">

View File

@@ -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 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 ### Authors
@@ -25,3 +27,5 @@ Try it: [Live Demo](http://www.francescomalagrino.com/BootstrapPageGenerator/4/)
* [Phil](https://github.com/QuakePhil) (Contributor / Author) * [Phil](https://github.com/QuakePhil) (Contributor / Author)
* [yaneq](https://github.com/yaneq) (Contributor / Author) * [yaneq](https://github.com/yaneq) (Contributor / Author)
* [legnaleama](https://github.com/legnaleama) (Contributor / Author) * [legnaleama](https://github.com/legnaleama) (Contributor / Author)
* [oleteacher](https://github.com/oleteacher) (Contributor / Author)

View File

@@ -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 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 ### Authors

View File

@@ -172,9 +172,12 @@ body {
.edit .demo .column .box .configuration { .edit .demo .column .box .configuration {
position: absolute; position: absolute;
top: 3px; /* top: -15px; */
right: 140px; top: -20px;
white-space: nowrap; } /* right: 140px; */
right: 0px;
white-space: nowrap;
}
.edit .demo .remove { .edit .demo .remove {
position: absolute; position: absolute;

View File

@@ -82,8 +82,8 @@
<div class="row-fluid"> <div class="row-fluid">
<div class=""> <div class="">
<span></span> <span></span>
<div class="sidebar-nav"> <div class="sidebar-nav" style="overflow: scroll;">
<ul class="nav nav-list accordion-group"> <ul class="nav nav-list accordion-group" style="overflow: scroll;">
<li class="nav-header"> <li class="nav-header">
<div class="pull-right popover-info"> <div class="pull-right popover-info">
<i class="icon-question-sign "></i> <i class="icon-question-sign "></i>
@@ -336,7 +336,7 @@
</div> </div>
</li> </li>
</ul> </ul>
<ul class="nav nav-list accordion-group"> <ul class="nav nav-list accordion-group" style="overflow: scroll;">
<li class="nav-header"> <li class="nav-header">
<i class="icon-plus icon-white"></i> BASE CSS <i class="icon-plus icon-white"></i> BASE CSS
<div class="pull-right popover-info"> <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"> <li class="nav-header">
<i class="icon-plus icon-white"></i> FORMS <i class="icon-plus icon-white"></i> FORMS
@@ -2008,7 +2008,7 @@
<!--COMPONENTS--> <!--COMPONENTS-->
<!--------------> <!-------------->
<ul class="nav nav-list accordion-group"> <ul class="nav nav-list accordion-group" style="overflow: scroll;">
<li class="nav-header"> <li class="nav-header">
<i class="icon-plus icon-white"></i> COMPONENTS <i class="icon-plus icon-white"></i> COMPONENTS
<div class="pull-right popover-info"> <div class="pull-right popover-info">
@@ -2096,7 +2096,7 @@
</span> </span>
<div class="preview">Card</div> <div class="preview">Card</div>
<div class="view"> <div class="view">
<div class="card" style="width: 20rem;"> <div class="card" style="max-width: 20rem;">
<div class="card-header"> <div class="card-header">
Card Header Card Header
</div> </div>
@@ -2551,7 +2551,7 @@
</li> </li>
</ul> </ul>
<ul class="nav nav-list accordion-group"> <ul class="nav nav-list accordion-group" style="overflow: scroll;">
<li class="nav-header"> <li class="nav-header">
<i class="icon-plus icon-white"></i> JAVASCRIPT <i class="icon-plus icon-white"></i> JAVASCRIPT
<div class="pull-right popover-info"> <div class="pull-right popover-info">