first changes to docker
This commit is contained in:
54
QPKG/shared/web/assets/gijgo/css/demo.css
Normal file
54
QPKG/shared/web/assets/gijgo/css/demo.css
Normal file
@@ -0,0 +1,54 @@
|
||||
.gj-frm-ctrl {
|
||||
display: block;
|
||||
padding: 6px 12px;
|
||||
font-size: 14px;
|
||||
color: #555;
|
||||
background-color: #fff;
|
||||
background-image: none;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.gj-margin-top-10 {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.gj-margin-top-20 {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.gj-float-left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.gj-float-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.gj-display-inline {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.gj-display-inline-block {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.gj-bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.gj-display-none {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.gj-width-200 {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.gj-width-240 {
|
||||
width: 240px;
|
||||
}
|
||||
|
||||
.gj-clear-both {
|
||||
clear: both;
|
||||
}
|
||||
1
QPKG/shared/web/assets/gijgo/css/demo.min.css
vendored
Normal file
1
QPKG/shared/web/assets/gijgo/css/demo.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.gj-frm-ctrl{display:block;padding:6px 12px;font-size:14px;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px}.gj-margin-top-10{margin-top:10px}.gj-margin-top-20{margin-top:20px}.gj-float-left{float:left}.gj-float-right{float:right}.gj-display-inline{display:inline}.gj-display-inline-block{display:inline-block}.gj-bold{font-weight:700}.gj-display-none{display:none}.gj-width-200{width:200px}.gj-width-240{width:240px}.gj-clear-both{clear:both}
|
||||
2664
QPKG/shared/web/assets/gijgo/css/gijgo.css
Normal file
2664
QPKG/shared/web/assets/gijgo/css/gijgo.css
Normal file
File diff suppressed because it is too large
Load Diff
1
QPKG/shared/web/assets/gijgo/css/gijgo.min.css
vendored
Normal file
1
QPKG/shared/web/assets/gijgo/css/gijgo.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user