- yweb: remork submenus for a better readability

* add a new block for management-links to be more generic
  * some marginal design-fixes
This commit is contained in:
svenhoefer
2012-07-24 21:23:46 +02:00
parent 757ef788a8
commit 8456bcd80d
14 changed files with 372 additions and 239 deletions

View File

@@ -25,7 +25,7 @@ button[ytype]{
background-color: transparent;
background-repeat: no-repeat;
padding-left: 20px;
padding-right:0px;
padding-right: 5px;
vertical-align: middle;
text-align:left;
}
@@ -227,12 +227,6 @@ tr {
padding-left: 20px;
color: #555555;
}
.y_menu_sec li.disabled {
height: auto;
margin-bottom: 0.1em;
color: #808080;
text-decoration:line-through;
}
.y_menu_sec li a {
text-decoration: none;
font-size: 10pt;
@@ -240,8 +234,6 @@ tr {
.y_menu_sec li.plain a {
color: #555555
}
.y_menu_sec li.disabled a {
}
.y_menu_sec li a:hover {
color: #FF6600;
}
@@ -252,6 +244,22 @@ tr {
font-size: 10pt;
font-weight: bold;
}
.y_menu_sec li a.disabled,
.y_menu_sec li a.restricted {
color: #808080;
text-decoration:line-through;
}
.y_menu_sec ul li:first-child {
margin-top: 5px;
}
.y_menu_popup_link {
float: right;
margin-right: 15px;
}
.control_icon a img {
margin: 0 2px;
}
/*work*/
.work_box {