forked from ccwq/cseajs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathctool.css
21 lines (13 loc) · 989 Bytes
/
ctool.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
td.fitemWrapper input,.fitemWrapper textarea{border: none; outline: none; background-color: transparent; margin: 0; padding: 0; border: 0; height: 18px;}
table.fitemWrapperTable{border-collapse: collapse; padding: 0; margin: 0; width: auto; height: auto;}
td.fitemWrapper{padding: 0; margin: 0; width: auto; height: auto; vertical-align:middle;}
td.fitemWrapper{border: 1px solid #3D3D3D; padding:2px 5px;}
.inputsee{display: inline-block; border: 1px solid #333; padding: 0 4px; position: relative;}
.inputsee input,.inputsee textarea{border: none; background: none; outline: none; position: relative; z-index: 2;}
.inputsee .blank_label{position: absolute; z-index: 1; left: 0; top: 0; text-indent: 3px; color: #808080;}
._ie7 .inputsee input,.inputsee_ie7 input
{
/*有时候会出现问题。先禁止掉*/
*margin-top:expression(this._marginTop ||(this._marginTop = 0.5*this.parentElement.clientHeight - 0.5*this.clientHeight));
/*ie垂直居中表达式*/
}