mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-23 13:50:30 +03:00
locales tool on the top
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@740 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
95701358da
commit
c1abc7376e
@ -102,9 +102,9 @@ input, textarea, select {
|
|||||||
|
|
||||||
#header {
|
#header {
|
||||||
width: 850px;
|
width: 850px;
|
||||||
height: 82px;
|
height: 107px;
|
||||||
margin: 0px auto 10px auto;
|
margin: 0px auto 10px auto;
|
||||||
padding-top: 50px;
|
padding-top: 25px;
|
||||||
background: url(images/img03.gif) repeat-x left bottom;
|
background: url(images/img03.gif) repeat-x left bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -141,11 +141,32 @@ input, textarea, select {
|
|||||||
|
|
||||||
#menu {
|
#menu {
|
||||||
float: right;
|
float: right;
|
||||||
|
margin: 15px 0 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#clocale {
|
||||||
|
float: right;
|
||||||
|
margin: -17px 0 20px 0;
|
||||||
|
background-color: #eee;
|
||||||
|
padding-right: 7px;
|
||||||
|
padding-left: 7px;
|
||||||
|
height: 22px;
|
||||||
|
color: #888;
|
||||||
|
}
|
||||||
|
|
||||||
|
#clocale a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #889;
|
||||||
|
}
|
||||||
|
|
||||||
|
#clocale a:hover {
|
||||||
|
color: #111;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu ul {
|
#menu ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 15px 0 0 0;
|
padding: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -160,7 +181,7 @@ input, textarea, select {
|
|||||||
padding: 7px;
|
padding: 7px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
color: #000000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu a:hover {
|
#menu a:hover {
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
<div id="header">
|
<div id="header">
|
||||||
|
|
||||||
|
<div id="clocale">
|
||||||
|
<a href="/en">en</a> | <a href="/ru">ru</a> | <a href="/sp">sp</a>
|
||||||
|
</div>
|
||||||
|
<br clear="all"/>
|
||||||
<div id="logo">
|
<div id="logo">
|
||||||
|
|
||||||
<h1><a href="#"><?php echo getlocal("head.name") ?></a></h1>
|
<h1><a href="#"><?php echo getlocal("head.name") ?></a></h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user