Skip to content

Commit 7fe0792

Browse files
committed
Adjust styles to shrink header & find selector button, shrink height.
1 parent a3f76d7 commit 7fe0792

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

cssess.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
background: #fff;
4343
border: 1px solid #000;
4444
width: 700px;
45-
height: 500px;
45+
height: 492px;
4646
position: absolute;
4747
top: 50%;
4848
left: 50%;
@@ -57,18 +57,18 @@
5757

5858
#cssess .cssess-body {
5959
overflow: auto;
60-
height: 383px;
60+
height: 400px;
6161
}
6262

6363
#cssess h2 {
6464
text-align: center;
65-
padding: 15px 0;
66-
font-size: 30px;
65+
padding: 10px 0;
66+
font-size: 25px;
6767
font-family: serif;
6868
font-weight: 700;
6969
text-shadow: 1px 1px 0 rgba(255,255,255,.8);
7070
border-bottom: 1px solid #aaa;
71-
line-height: 30px;
71+
line-height: 25px;
7272
-moz-border-radius-topleft: 15px;
7373
-moz-border-radius-topright: 15px;
7474
border-top-left-radius: 15px;
@@ -90,7 +90,7 @@
9090

9191
#cssess a.cssess-close {
9292
position: absolute;
93-
top: 15px;
93+
top: 9px;
9494
right: 15px;
9595
font-weight: bold;
9696
-moz-border-radius: 15px;
@@ -114,12 +114,12 @@
114114
display: block;
115115
width: 100%;
116116
margin: 0 auto;
117-
padding: 11px 0;
117+
padding: 10px 0;
118118
border-top: 1px solid #aaa;
119119
position: absolute;
120120
bottom: 0;
121-
line-height: 30px;
122-
font-size: 30px;
121+
line-height: 25px;
122+
font-size: 25px;
123123
font-family: serif;
124124
font-weight: 700;
125125
text-shadow: 1px 1px 0 rgba(220,243,183,.9);

0 commit comments

Comments
 (0)