v2.9.0 style& css

v2.9.0 style& css
This commit is contained in:
MaxKey
2021-08-09 09:09:12 +08:00
parent ed7257bbcb
commit 7485cfb236
18 changed files with 411 additions and 372 deletions

View File

@@ -27,6 +27,10 @@ body{
-o-transition: all .2s ease;
-ms-transition: all .2s ease;
}
.swlink {
text-indent: -9999px;
height: 0;
@@ -299,6 +303,17 @@ header .header-container .nav-left>li, .header .header-container .nav-right>li {
border: 1px solid #e5e5e5;
}
#tool_box .table td, .table th {
vertical-align: middle;
padding: .40rem;
}
.toolbox .table td, .table th {
vertical-align: middle;
padding: .40rem;
}
#tool_box_left {
padding-left: 10px;
float: left;
@@ -309,16 +324,11 @@ header .header-container .nav-left>li, .header .header-container .nav-right>li {
}
#tool_box_right {
height:46px;
text-align: right;
padding-right: 10px;
width:484px;
}
#tool_box_right_more{
height:46px;
text-align: right;
padding-right: 10px;
width:484px;
}
#advanced_search {
@@ -330,6 +340,9 @@ header .header-container .nav-left>li, .header .header-container .nav-right>li {
display: none;
}
.buttonList{
float: right;
}
#logout{
width: 45px;
background: #c00 ;

View File

@@ -9,7 +9,7 @@ website: http://code.google.com/p/jquerytree/
-------------------------------------*/
.ztree * {padding:0; margin:0; font-size:12px; font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif}
.ztree {margin:0; padding:5px; color:#333}
.ztree {margin:0; padding:5px;min-height: 505px; min-width: 250px; color:#333;border:1px solid rgba(0,0,0,.125);}
.ztree li{padding:0; margin:0; list-style:none; line-height:14px; text-align:left; white-space:nowrap; outline:0}
.ztree li ul{ margin:0; padding:0 0 0 18px}
.ztree li ul.line{ background:url(./img/line_conn.gif) 0 0 repeat-y;}