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