| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- #template-panel {
- & > .fui-panel-content
- > .fui-label-panel-content
- > .fui-drop-panel {
- width: 65px;
- height: 50px;
- }
- }
- #theme-panel {
- & > .fui-panel-content
- > .fui-label-panel-content
- > .fui-drop-panel {
- width: 90px;
- height: 50px;
- }
- }
- #layout-panel {
- & > .fui-panel-content
- > .fui-label-panel-content
- > .fui-drop-panel {
- width: 65px;
- height: 50px;
- margin-right: 10px;
- }
- }
- .fui-button.template {
- width: 50px;
- height: 40px;
- padding: 0 2px !important;
- margin: 5px !important;
- .fui-label {
- display: none;
- }
-
- .fui-icon {
- display: block;
- width: 50px;
- height: 40px;
- background-image: url(../images/template.png);
- background-repeat: no-repeat;
- }
- &.default .fui-icon {
- background-position: 0 0;
- }
- &.structure .fui-icon {
- background-position: -50px 0;
- }
- &.filetree .fui-icon {
- background-position: -100px 0;
- }
- &.right .fui-icon {
- background-position: -150px 0;
- }
-
- &.fish-bone .fui-icon {
- background-position: -200px 0;
- }
- &.tianpan .fui-icon {
- background-position: -250px 0;
- }
- }
- .fui-button.theme {
- padding: 5px !important;
- margin: 5px !important;
- .fui-label {
- width: 60px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- padding: 0 5px;
- }
- }
- .fui-button.layout {
- width: 50px;
- height: 40px;
- padding: 0 2px !important;
- margin: 5px 0 0 5px !important;
- .fui-label {
- display: none;
- }
-
- .fui-icon {
- display: block;
- width: 50px;
- height: 40px;
- background-image: url(../images/layout.png);
- background-repeat: no-repeat;
- }
- &.default .fui-icon {
- background-position: 0 0;
- }
- &.bottom .fui-icon {
- background-position: -100px 0;
- }
- &.filetree .fui-icon {
- background-position: -200px 0;
- }
- }
|