Skip to content

Commit af54a85

Browse files
committed
fixed horizontal scrolling on small resolutions (issue hestiacp#52)
1 parent 4402713 commit af54a85

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

web/css/main.css

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title : Vesta
33
Author : Eugen Lobicov, eugen.lobicov@gmail.com
44
55
created : November 27, 2009
6-
last updated : February 13, 2012
6+
last updated : February 22, 2012
77
- - - - - - - - - - - - - - - - - - */
88

99
html{
@@ -337,24 +337,19 @@ input::-moz-focus-inner{
337337
}
338338

339339
#console{
340-
position:relative;
341340
clear:both;
341+
position:relative;
342342
height:70px;
343-
background-color:#a09d98;
344343
background:#535049 url(../images/console-box-bg.png) repeat-x;
345344
border-bottom:1px solid #7a7967;
346345
z-index:1;
347346
}
348-
349-
.b-console{
350-
position:absolute;
351-
left:50%;
352-
}
347+
.b-console{}
353348

354349
.b-console-wrap{
355350
position:relative;
356-
right:50%;
357351
width:655px;
352+
margin:0 auto;
358353
padding:10px 15px 16px 25px;
359354
background:url(../images/console-bg.png) repeat;
360355

0 commit comments

Comments
 (0)