mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
- 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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user