css
This commit is contained in:
parent
8c94dd2316
commit
1b04620a26
|
@ -9,6 +9,9 @@ if($isLoggedin){
|
|||
|
||||
<style type="text/css">
|
||||
<!--
|
||||
#narbar{
|
||||
width:1160px;
|
||||
}
|
||||
.bar #barleft {
|
||||
position:relative;
|
||||
right:-50px;
|
||||
|
@ -35,6 +38,9 @@ if($isLoggedin){
|
|||
?>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
#narbar{
|
||||
width:1220px;
|
||||
}
|
||||
.bar #barleft {
|
||||
width:140px;
|
||||
position:relative;
|
||||
|
|
|
@ -94,7 +94,7 @@ body.loading #container{
|
|||
border-radius: 0px;
|
||||
margin: 0px;
|
||||
height:100px;
|
||||
min-width: 960px;
|
||||
min-width: 1110px;
|
||||
}
|
||||
#navbar:after, #navbar:before,
|
||||
.bar:after,.bar:before,
|
||||
|
|
Loading…
Reference in New Issue