Issue 244Issue 2443. CSS bugfix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11554 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-09-27 08:22:44 +00:00
parent 338d85b1b3
commit 02a7e29555
4 changed files with 356 additions and 0 deletions

View file

@ -66,6 +66,31 @@ body>.x,.x label,.x table,.x input,.x textarea,.x select,.x button{font-size:13p
.x .x_control-group{padding-top:8px;margin-bottom:10px;border-top:1px dotted #ddd}
.x .x_control-group:first-child,
.x .x_control-group:first-of-type{border-top:0;padding-top:0}
.x .x_control-group input,
.x .x_control-group select,
.x .x_control-group textarea{margin-bottom:0}
.x select,
.x textarea,
.x input[type="text"],
.x input[type="password"],
.x input[type="datetime"],
.x input[type="datetime-local"],
.x input[type="date"],
.x input[type="month"],
.x input[type="time"],
.x input[type="week"],
.x input[type="number"],
.x input[type="email"],
.x input[type="url"],
.x input[type="search"],
.x input[type="tel"],
.x input[type="color"],
.x_uneditable-input{height:16px}
.x label,
.x input,
.x button,
.x select,
.x textarea{line-height:16px}
/* Custom Styles */
.x .section{margin:20px 0 40px 0}
.x .section>h1{position:relative}