This commit is contained in:
sparkyx 2008-01-18 20:12:59 +00:00
parent ae419edce5
commit 6534f4c092
2 changed files with 28 additions and 0 deletions

View file

@ -100,6 +100,20 @@ div.u_subtmenu {
background-color:pink;
}
div.u_tmenu div.u_tool {
background-color:green;
float:left;
}
div.u_tool div.name {
float:left;
margin-left:10px;
}
div.u_tool div.acces_direct{
float:right;
margin-right:10px;
text-align:right
}
div.u_subt2menu {
left:1%;
background-color:orange;

View file

@ -104,6 +104,20 @@ clear:both;
left:10px;
}
div.u_tmenu div.u_tool {
background-color:#879ED4;
float:left;
}
div.u_tool div.name {
float:left;
margin-left:10px;
}
div.u_tool div.acces_direct{
float:right;
margin-right:10px;
text-align:right
}
div.u_subt2menu {
background-color:lightgrey;
left:1%;