Skip to content

Commit ba982ac

Browse files
committed
unified and corrected exception_layout.css
1 parent 0716c12 commit ba982ac

File tree

1 file changed

+56
-86
lines changed

1 file changed

+56
-86
lines changed
Lines changed: 56 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,77 @@
1-
html
2-
{
3-
background: #eee
1+
html {
2+
background: #eee;
43
}
54

6-
body
7-
{
5+
body {
86
font: 11px Verdana, Arial, sans-serif;
9-
color: #333
7+
color: #333;
108
}
119

12-
.sf-exceptionreset, .sf-exceptionreset .block, .sf-exceptionreset #message
13-
{
14-
margin: auto
10+
.sf-exceptionreset, .sf-exceptionreset .block, .sf-exceptionreset #message {
11+
margin: auto;
1512
}
1613

17-
img
18-
{
14+
img {
1915
border: 0;
2016
}
2117

22-
.clear
23-
{
24-
clear:both;
25-
height:0;
26-
font-size:0;
27-
line-height:0;
18+
.clear {
19+
clear: both;
20+
height: 0;
21+
font-size: 0;
22+
line-height: 0;
2823
}
2924

30-
.clear_fix:after
31-
{
32-
content:"\0020";
33-
display:block;
34-
height:0;
35-
clear:both;
36-
visibility:hidden;
37-
}
38-
39-
.clear_fix
40-
{
41-
display:inline-block;
25+
.clear_fix:after {
26+
content: "\0020";
27+
display: block;
28+
height: 0;
29+
clear: both;
30+
visibility: hidden;
4231
}
43-
44-
* html .clear_fix
45-
{
46-
height:1%;
32+
.clear_fix {
33+
display: inline-block;
4734
}
48-
49-
.clear_fix
50-
{
51-
display:block;
35+
* html .clear_fix {
36+
height: 1%;
5237
}
53-
54-
.header
55-
{
56-
padding:30px 30px 20px 30px;
38+
.clear_fix {
39+
display: block;
5740
}
5841

59-
.header_logo
60-
{
61-
float:left;
42+
.header {
43+
padding: 30px 30px 20px 30px;
6244
}
6345

64-
.search
65-
{
66-
float:right;
46+
.header_logo {
47+
float: left;
6748
}
6849

69-
.search
70-
{
71-
padding-top:20px;
50+
.search {
51+
float: right;
52+
padding-top: 20px;
7253
}
7354

74-
.search label
75-
{
76-
line-height:28px;
77-
vertical-align:middle;
55+
.search label {
56+
line-height: 28px;
57+
vertical-align: middle;
7858
}
7959

80-
.search input
81-
{
82-
width:188px;
83-
margin-right:10px;
84-
font-size:12px;
85-
border:1px solid #dadada;
86-
background:#FFFFFF url(../images/input_bg.gif) repeat-x left top;
87-
padding:5px 6px;
88-
color:#565656;
60+
.search input {
61+
width: 188px;
62+
margin-right: 10px;
63+
font-size: 12px;
64+
border: 1px solid #dadada;
65+
background: #FFFFFF url(../images/input_bg.gif) repeat-x left top;
66+
padding: 5px 6px;
67+
color: #565656;
8968
}
9069

91-
.search input[type="search"]
92-
{
70+
.search input[type="search"] {
9371
-webkit-appearance: textfield;
9472
}
9573

96-
.search button
97-
{
74+
.search button {
9875
-webkit-appearance: button-bevel;
9976
float: none;
10077
padding: 0;
@@ -111,25 +88,21 @@ img
11188
background: none;
11289
}
11390

114-
.search button:-moz-focus-inner
115-
{
116-
padding: 0;
117-
border: none;
91+
.search button:-moz-focus-inner {
92+
padding: 0;
93+
border: none;
11894
}
11995

120-
.search button:hover
121-
{
96+
.search button:hover {
12297
text-decoration: none;
12398
}
12499

125100
.search button span span,
126-
.search button span span span
127-
{
128-
position: static;
101+
.search button span span span {
102+
position: static;
129103
}
130104

131-
.search button span
132-
{
105+
.search button span {
133106
position: relative;
134107
text-decoration: none;
135108
display: block;
@@ -139,23 +112,20 @@ img
139112
background: transparent url(../images/border_l.png) no-repeat top left;
140113
}
141114

142-
.search button span span
143-
{
115+
.search button span span {
144116
padding: 0 8px 0 0;
145117
background: transparent url(../images/border_r.png) right top no-repeat;
146118
}
147119

148-
.search button span span span
149-
{
120+
.search button span span span {
150121
padding: 0 7px;
151122
font: bold 11px Arial, Helvetica, sans-serif;
152123
color: #6b6b6b;
153124
line-height: 28px;
154125
background: transparent url(../images/btn_bg.png) repeat-x top left;
155126
}
156127

157-
#content
158-
{
159-
width:970px;
160-
margin:0 auto;
128+
#content {
129+
width: 970px;
130+
margin: 0 auto;
161131
}

0 commit comments

Comments
 (0)