Commit 91a6b722 authored by 季圣华's avatar 季圣华
Browse files

更新前端

parent 609756e9
.layout {
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
z-index: 0;
}
.layout-panel {
position: absolute;
overflow: hidden;
}
.layout-panel-east,
.layout-panel-west {
z-index: 2;
}
.layout-panel-north,
.layout-panel-south {
z-index: 3;
}
.layout-expand {
position: absolute;
padding: 0px;
font-size: 1px;
cursor: pointer;
z-index: 1;
}
.layout-expand .panel-header,
.layout-expand .panel-body {
background: transparent;
filter: none;
overflow: hidden;
}
.layout-expand .panel-header {
border-bottom-width: 0px;
}
.layout-split-proxy-h,
.layout-split-proxy-v {
position: absolute;
font-size: 1px;
display: none;
z-index: 5;
}
.layout-split-proxy-h {
width: 5px;
cursor: e-resize;
}
.layout-split-proxy-v {
height: 5px;
cursor: n-resize;
}
.layout-mask {
position: absolute;
background: #fafafa;
filter: alpha(opacity=10);
opacity: 0.10;
z-index: 4;
}
.layout-button-up {
background: url('images/layout_arrows.png') no-repeat -16px -16px;
}
.layout-button-down {
background: url('images/layout_arrows.png') no-repeat -16px 0;
}
.layout-button-left {
background: url('images/layout_arrows.png') no-repeat 0 0;
}
.layout-button-right {
background: url('images/layout_arrows.png') no-repeat 0 -16px;
}
.layout-split-proxy-h,
.layout-split-proxy-v {
background-color: #cccccc;
}
.layout-split-north {
border-bottom: 5px solid #444;
}
.layout-split-south {
border-top: 5px solid #444;
}
.layout-split-east {
border-left: 5px solid #444;
}
.layout-split-west {
border-right: 5px solid #444;
}
.layout-expand {
background-color: #3d3d3d;
}
.layout-expand-over {
background-color: #3d3d3d;
}
a.l-btn {
background-position: right 0;
text-decoration: none;
display: inline-block;
zoom: 1;
height: 24px;
padding-right: 18px;
cursor: pointer;
outline: none;
}
a.l-btn-plain {
border: 0;
padding: 1px 6px 1px 1px;
}
a.l-btn-disabled {
color: #ccc;
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
a.l-btn span.l-btn-left {
display: inline-block;
background-position: 0 -48px;
padding: 0 0 0 18px;
line-height: 24px;
height: 24px;
}
a.l-btn-plain span.l-btn-left {
padding-left: 5px;
}
a.l-btn span span.l-btn-text {
position: relative;
display: inline-block;
vertical-align: top;
top: 4px;
width: auto;
height: 16px;
line-height: 16px;
font-size: 12px;
padding: 0;
margin: 0;
}
a.l-btn span span.l-btn-icon-left {
padding: 0 0 0 20px;
background-position: left center;
}
a.l-btn span span.l-btn-icon-right {
padding: 0 20px 0 0;
background-position: right center;
}
a.l-btn span span span.l-btn-empty {
display: inline-block;
margin: 0;
padding: 0;
width: 16px;
}
a:hover.l-btn {
background-position: right -24px;
outline: none;
text-decoration: none;
}
a:hover.l-btn span.l-btn-left {
background-position: 0 bottom;
}
a:hover.l-btn-plain {
padding: 0 5px 0 0;
}
a:hover.l-btn-disabled {
background-position: right 0;
}
a:hover.l-btn-disabled span.l-btn-left {
background-position: 0 -48px;
}
a.l-btn .l-btn-focus {
outline: #0000FF dotted thin;
}
a.l-btn {
color: #fff;
background-image: url('images/linkbutton_bg.png');
background-repeat: no-repeat;
background: #777;
background-repeat: repeat-x;
border: 1px solid #555;
background: -webkit-linear-gradient(top,#919191 0,#6a6a6a 100%);
background: -moz-linear-gradient(top,#919191 0,#6a6a6a 100%);
background: -o-linear-gradient(top,#919191 0,#6a6a6a 100%);
background: linear-gradient(to bottom,#919191 0,#6a6a6a 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#919191,endColorstr=#6a6a6a,GradientType=0);
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
a.l-btn span.l-btn-left {
background-image: url('images/linkbutton_bg.png');
background-repeat: no-repeat;
background-image: none;
}
a:hover.l-btn {
background: #777;
color: #fff;
border: 1px solid #555;
filter: none;
}
a.l-btn-plain,
a.l-btn-plain span.l-btn-left {
background: transparent;
border: 0;
filter: none;
}
a:hover.l-btn-plain {
background: #777;
color: #fff;
border: 1px solid #555;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
a.l-btn-disabled,
a:hover.l-btn-disabled {
color: #fff;
filter: alpha(opacity=50);
background: #777;
color: #fff;
background: -webkit-linear-gradient(top,#919191 0,#6a6a6a 100%);
background: -moz-linear-gradient(top,#919191 0,#6a6a6a 100%);
background: -o-linear-gradient(top,#919191 0,#6a6a6a 100%);
background: linear-gradient(to bottom,#919191 0,#6a6a6a 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#919191,endColorstr=#6a6a6a,GradientType=0);
filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.gradient(startColorstr=#919191,endColorstr=#6a6a6a,GradientType=0);
}
a.l-btn-plain-disabled,
a:hover.l-btn-plain-disabled {
background: transparent;
filter: alpha(opacity=50);
}
a.l-btn-selected,
a:hover.l-btn-selected {
background-position: right -24px;
background: #000;
filter: none;
}
a.l-btn-selected span.l-btn-left,
a:hover.l-btn-selected span.l-btn-left {
background-position: 0 bottom;
background-image: none;
}
a.l-btn-plain-selected,
a:hover.l-btn-plain-selected {
background: #000;
}
.menu {
position: absolute;
margin: 0;
padding: 2px;
border-width: 1px;
border-style: solid;
overflow: hidden;
}
.menu-item {
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
border-width: 1px;
border-style: solid;
}
.menu-text {
height: 20px;
line-height: 20px;
float: left;
padding-left: 28px;
}
.menu-icon {
position: absolute;
width: 16px;
height: 16px;
left: 2px;
top: 50%;
margin-top: -8px;
}
.menu-rightarrow {
position: absolute;
width: 16px;
height: 16px;
right: 0;
top: 50%;
margin-top: -8px;
}
.menu-line {
position: absolute;
left: 26px;
top: 0;
height: 2000px;
font-size: 1px;
}
.menu-sep {
margin: 3px 0px 3px 25px;
font-size: 1px;
}
.menu-active {
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.menu-item-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
.menu-text,
.menu-text span {
font-size: 12px;
}
.menu-shadow {
position: absolute;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
background: #777;
-moz-box-shadow: 2px 2px 3px #787878;
-webkit-box-shadow: 2px 2px 3px #787878;
box-shadow: 2px 2px 3px #787878;
filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.menu-rightarrow {
background: url('images/menu_arrows.png') no-repeat -32px center;
}
.menu-line {
border-left: 1px solid #444;
border-right: 1px solid #777;
}
.menu-sep {
border-top: 1px solid #444;
border-bottom: 1px solid #777;
}
.menu {
background-color: #666;
border-color: #444;
color: #fff;
}
.menu-content {
background: #666;
}
.menu-item {
border-color: transparent;
_border-color: #666;
}
.menu-active {
border-color: #555;
color: #fff;
background: #777;
}
.menu-active-disabled {
border-color: transparent;
background: transparent;
color: #fff;
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment