Skip to content

Commit

Permalink
progress compatibility pdf builder
Browse files Browse the repository at this point in the history
progress resizable column elements
  • Loading branch information
RensTillmann committed Mar 18, 2018
1 parent 8fc9384 commit 2d836be
Show file tree
Hide file tree
Showing 10 changed files with 1,495 additions and 57 deletions.
46 changes: 44 additions & 2 deletions assets/css/backend/create-form.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,8 @@
.super-preview .super-redo,
.super-preview .super-backups,
.super-preview .super-minimize-toggle,
.super-preview .super-maximize-toggle {
.super-preview .super-maximize-toggle,
.super-builder-tabs > span {
float:right;
background-color:#ffffff;
color:#bbbbbb;
Expand All @@ -560,6 +561,46 @@
cursor:pointer;
text-align: center;
font-size: 18px;
height:30px;
}
.super-builder-tabs {
float:left;
}
.super-builder-tabs > span {
background-color:#e6e6e6;
color:#cccccc;
cursor:pointer;
float:left;
margin: 0px 5px 0px 0px;
font-size: 14px;
font-weight: bold;
padding: 6px 15px 4px 15px;
position:relative;
}
.super-builder-tabs > span.super-active {
background-color:#ffffff;
color:#bbbbbb;
cursor:default;
}
.super-builder-tabs > span.super-loading {
padding: 6px 12px 4px 13px;
color:#e6e6e6;
}
.super-builder-tabs > span.super-loading:before {
content: '\f021';
font-family:'Fontawesome';
text-align:center;
color:#bfbfbf;
position:absolute;
width:16px;
font-size: 17px;
-webkit-animation: rotating 2s linear infinite;
-moz-animation: rotating 2s linear infinite;
-ms-animation: rotating 2s linear infinite;
-o-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite;
left:50%;
margin-left:-8px;
}
.super-preview .super-minimize-toggle {
margin-left:25px;
Expand Down Expand Up @@ -680,7 +721,8 @@
clear: initial;
border-style: dashed;
}
.super-preview-elements .super-element:hover {
.super-preview-elements .super-element:hover,
.super-preview-elements .super-element.ui-resizable-resizing {
background-color: #F9F9F9;
border: 1px solid #AFAFAF;
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2d836be

Please sign in to comment.