Skip to content

Commit b347bcd

Browse files
committed
Merge remote-tracking branch 'origin/V4.0' into V5
2 parents c228ddf + 18203b5 commit b347bcd

File tree

1 file changed

+5
-5
lines changed
  • publiccms-parent/publiccms/src/main/webapp/resource/css

1 file changed

+5
-5
lines changed

publiccms-parent/publiccms/src/main/webapp/resource/css/core.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,17 +158,17 @@ header .navbar-toggler.side-right{background-image:url(../images/side-right.png)
158158
.tabsPage .tabsPageContent{display:block;overflow:hidden;position:relative;}
159159

160160
/* Tree */
161-
.tree li{line-height:30px;padding-left:20px;cursor:pointer;clear:both;}
161+
.tree li{line-height:26px;padding-left:15px;cursor:pointer;clear:both;}
162162
.tree>li{padding-left:5px;}
163163
.tree li div{white-space:nowrap;}
164164
.tree li:not(:has(ul)){min-width:155px;float:left;clear:none;}
165165
.leftPageContent .tree li:not(:has(ul)){min-width:auto;float:none;clear:both;}
166166
.tree ul:after{display:block;content:".";height:0;clear:both;visibility:hidden;}
167167
.tree li a.disabled{color:#aaa;}
168-
.tree a{height:auto;line-height:30px;font-size:13px;}
168+
.tree a{height:auto;line-height:26px;font-size:13px;}
169169
.tree a>i{margin-right:5px;}
170170
.tree a, .tree a:hover{text-decoration:none;}
171-
.tree .collapsable,.tree .end_collapsable,.tree .end_expandable,.tree .expandable,.tree .file,.tree .folder_collapsable,.tree .folder_expandable,.tree .last_collapsable,.tree .last_expandable, .tree .first_collapsable, .tree .first_expandable,.tree .ckbox{font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display: inline-block;line-height:30px;text-align:center;width:22px;}
171+
.tree .collapsable,.tree .end_collapsable,.tree .end_expandable,.tree .expandable,.tree .file,.tree .folder_collapsable,.tree .folder_expandable,.tree .last_collapsable,.tree .last_expandable, .tree .first_collapsable, .tree .first_expandable,.tree .ckbox{font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display: inline-block;line-height:26px;text-align:center;width:18px;}
172172
.tree .collapsable,.tree .end_collapsable,.tree .end_expandable,.tree .expandable,.tree .file,.tree .folder_collapsable,.tree .folder_expandable,.tree .last_collapsable,.tree .last_expandable, .tree .first_collapsable, .tree .first_expandable{font-family:iconfont;}
173173
.tree .folder_collapsable:before{content:"\e668";}
174174
.tree .collapsable:before,.tree .end_collapsable:before,.tree .last_collapsable:before, .tree .first_collapsable:before{content:"\e668";}
@@ -260,9 +260,9 @@ a.button:hover{text-decoration:none;}
260260
.button i,.buttonActive i,.buttonDisabled i{margin-right:5px;}
261261

262262
/* Layout */
263-
.leftPageContent{float:left;display:block;overflow:auto;width:205px;line-height:21px;}
263+
.leftPageContent{float:left;display:block;overflow:auto;width:220px;line-height:21px;}
264264
.leftPageContent .card{margin-right:4px;}
265-
.rightPageContent{margin-left:205px;}
265+
.rightPageContent{margin-left:220px;}
266266
.thumbnail,.image-list{position:relative;overflow:hidden;margin-top:5px;margin-right:5px;border:1px dashed #cacbcc;display:inline-block;text-align:center;line-height:0px;}
267267
/* Pages default */
268268
.page{display:block;overflow:hidden;width:100%;height:100%;-webkit-overflow-scrolling:touch;}

0 commit comments

Comments
 (0)