Cosmetic
This commit is contained in:
parent
ae419edce5
commit
6534f4c092
2 changed files with 28 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue