mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
fixed horizontal scrolling on small resolutions (issue #52)
This commit is contained in:
parent
44027136c4
commit
af54a85367
1 changed files with 4 additions and 9 deletions
|
@ -3,7 +3,7 @@ Title : Vesta
|
||||||
Author : Eugen Lobicov, eugen.lobicov@gmail.com
|
Author : Eugen Lobicov, eugen.lobicov@gmail.com
|
||||||
|
|
||||||
created : November 27, 2009
|
created : November 27, 2009
|
||||||
last updated : February 13, 2012
|
last updated : February 22, 2012
|
||||||
- - - - - - - - - - - - - - - - - - */
|
- - - - - - - - - - - - - - - - - - */
|
||||||
|
|
||||||
html{
|
html{
|
||||||
|
@ -337,24 +337,19 @@ input::-moz-focus-inner{
|
||||||
}
|
}
|
||||||
|
|
||||||
#console{
|
#console{
|
||||||
position:relative;
|
|
||||||
clear:both;
|
clear:both;
|
||||||
|
position:relative;
|
||||||
height:70px;
|
height:70px;
|
||||||
background-color:#a09d98;
|
|
||||||
background:#535049 url(../images/console-box-bg.png) repeat-x;
|
background:#535049 url(../images/console-box-bg.png) repeat-x;
|
||||||
border-bottom:1px solid #7a7967;
|
border-bottom:1px solid #7a7967;
|
||||||
z-index:1;
|
z-index:1;
|
||||||
}
|
}
|
||||||
|
.b-console{}
|
||||||
.b-console{
|
|
||||||
position:absolute;
|
|
||||||
left:50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.b-console-wrap{
|
.b-console-wrap{
|
||||||
position:relative;
|
position:relative;
|
||||||
right:50%;
|
|
||||||
width:655px;
|
width:655px;
|
||||||
|
margin:0 auto;
|
||||||
padding:10px 15px 16px 25px;
|
padding:10px 15px 16px 25px;
|
||||||
background:url(../images/console-bg.png) repeat;
|
background:url(../images/console-bg.png) repeat;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue