|
@@ -319,3 +319,61 @@
|
|
|
color:rgba(255,255,255,0.3);
|
|
|
}
|
|
|
|
|
|
+.bar5 input:focus {
|
|
|
+ color: rgba(255,255,255,1);
|
|
|
+}
|
|
|
+.bar5_clear {
|
|
|
+ background:url(common/close-tmp.gif) no-repeat 50% 50%; -webkit-filter: grayscale(100%);
|
|
|
+ -moz-filter: grayscale(100%);
|
|
|
+ -ms-filter: grayscale(100%);
|
|
|
+ -o-filter: grayscale(100%);
|
|
|
+ filter: grayscale(100%);
|
|
|
+ filter: gray;
|
|
|
+ width:28px; height:28px; z-index: 1001; position:absolute; top:1px; right:2px;cursor:"pointer";
|
|
|
+}
|
|
|
+
|
|
|
+.x-panel-header-new {
|
|
|
+ background-image: none;
|
|
|
+ background-color: rgba(0,0,0,0.0);
|
|
|
+ height: 0px;
|
|
|
+ overflow:hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.operation_body {
|
|
|
+ height:498px;
|
|
|
+ background: url(operation_bg.png) repeat-x;
|
|
|
+ overflow:hidden;
|
|
|
+}
|
|
|
+
|
|
|
+.operation_dock_l {
|
|
|
+ position: absolute;
|
|
|
+ top: 20px;
|
|
|
+ left: 20px;
|
|
|
+ width: 118px;
|
|
|
+ height: 462px;
|
|
|
+ background: url(operation_docker_l.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.operation_dock_r {
|
|
|
+ position: absolute;
|
|
|
+ top: 20px;
|
|
|
+ right: 20px;
|
|
|
+ width: 118px;
|
|
|
+ height: 462px;
|
|
|
+ background: url(operation_docker_r.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.operation_title_icon{
|
|
|
+ position:absolute;
|
|
|
+ top: 86px;
|
|
|
+ left: 91px;
|
|
|
+}
|
|
|
+
|
|
|
+.operation_title_text {
|
|
|
+ position:absolute;
|
|
|
+ top: 100px;
|
|
|
+ left: 146px;
|
|
|
+ width: 300px;
|
|
|
+ height: 30px;
|
|
|
+ font-size: 24px;
|
|
|
+ color: #6dcffc;
|