Skip to content

Commit ed6b050

Browse files
author
Findus23
committed
more responsive
1 parent 683f5d1 commit ed6b050

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

css/style.css

+14-9
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@ html {
88
#wrap {
99
width:1000px;
1010
height: 680px;
11-
position: absolute;
12-
top: 50%;
13-
margin-top: -350px;
14-
left: 50%;
15-
margin-left: -500px;
16-
/**/
11+
position: relative;
12+
margin: 20px auto;
1713
background:#ffffff;
1814
/*border: 5px outset #bbb;*/
19-
/*-moz-border-radius: 5px;*/
20-
/*-webkit-border-radius: 5px;*/
21-
/*border-radius: 5px;*/
15+
-moz-border-radius: 20px;
16+
-webkit-border-radius: 20px;
17+
border-radius: 20px;
2218
}
2319
#control {
2420
float:left;
@@ -52,6 +48,15 @@ html {
5248
height: 680px;
5349
border-width: 2px;
5450
border-style: none none none solid;
51+
-webkit-border-top-right-radius: 20px;
52+
-webkit-border-bottom-right-radius: 20px;
53+
-moz-border-radius-topright: 20px;
54+
-moz-border-radius-bottomright: 20px;
55+
border-top-right-radius: 20px;
56+
border-bottom-right-radius: 20px;}
57+
58+
.CodeMirror {
59+
border-bottom-right-radius: 20px;
5560
}
5661

5762
#canvas{

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h3>Running analysis....</h3>
7979
</div>
8080
</div>
8181

82-
<div class="navbar navbar-fixed-top">
82+
<div class="navbar navbar-static-top">
8383
<div class="navbar-inner">
8484
<div class="container">
8585
<ul class="nav">

0 commit comments

Comments
 (0)