mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix topmenu icons not fully shown. Additionally, some cleanup on layout raster
This commit is contained in:
parent
cb605e635c
commit
2c40992428
@ -3662,6 +3662,7 @@ td.message span.message {
|
||||
/*font-size: 1.1em;*/
|
||||
font-size: 12px;
|
||||
line-height: 1.5em;
|
||||
display: inline-block;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover {
|
||||
/*color: @gray_10;*/
|
||||
@ -3681,76 +3682,53 @@ td.message span.message {
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home {
|
||||
margin-left: 0px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home:before {
|
||||
padding-right: 20px;
|
||||
font-size: 12px;
|
||||
content: " ";
|
||||
background-image: url(../images/topmenu_items/home.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 20px 20px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_prefs {
|
||||
margin-left: 0px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_prefs:before {
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/setup.png);
|
||||
background-repeat: no-repeat;
|
||||
/* background-size: 20px 20px;*/
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_acl:before {
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_acl {
|
||||
background-repeat: no-repeat;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/access.png);
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_cats:before {
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_cats {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/category.png);
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_password:before {
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_password {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/password.png);
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_manual:before {
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_manual {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/help.png);
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_search:before {
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_search {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/search.png);
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_logout:before {
|
||||
background-image: url(../images/topmenu_items/logout.png);
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_logout {
|
||||
background-repeat: no-repeat;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/logout.png);
|
||||
}
|
||||
/* ###################################################
|
||||
Slide Effekt
|
||||
|
@ -3651,6 +3651,7 @@ td.message span.message {
|
||||
/*font-size: 1.1em;*/
|
||||
font-size: 12px;
|
||||
line-height: 1.5em;
|
||||
display: inline-block;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover {
|
||||
/*color: @gray_10;*/
|
||||
@ -3670,76 +3671,53 @@ td.message span.message {
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home {
|
||||
margin-left: 0px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home:before {
|
||||
padding-right: 20px;
|
||||
font-size: 12px;
|
||||
content: " ";
|
||||
background-image: url(../images/topmenu_items/home.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 20px 20px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_prefs {
|
||||
margin-left: 0px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_prefs:before {
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/setup.png);
|
||||
background-repeat: no-repeat;
|
||||
/* background-size: 20px 20px;*/
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_acl:before {
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_acl {
|
||||
background-repeat: no-repeat;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/access.png);
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_cats:before {
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_cats {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/category.png);
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_password:before {
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_password {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/password.png);
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_manual:before {
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_manual {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/help.png);
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_search:before {
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_search {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/search.png);
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_logout:before {
|
||||
background-image: url(../images/topmenu_items/logout.png);
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_logout {
|
||||
background-repeat: no-repeat;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/logout.png);
|
||||
}
|
||||
/* ###################################################
|
||||
Slide Effekt
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
|
||||
// Header
|
||||
#egw_fw_header{
|
||||
#egw_fw_header {
|
||||
|
||||
width: 100%;
|
||||
float: left;
|
||||
@ -62,9 +62,6 @@
|
||||
}
|
||||
|
||||
#egw_fw_topmenu{
|
||||
|
||||
|
||||
|
||||
#egw_fw_topmenu_items {
|
||||
float: left;
|
||||
padding-top: 14px;
|
||||
@ -92,7 +89,7 @@
|
||||
/*font-size: 1.1em;*/
|
||||
.fontsize_l;
|
||||
line-height: 1.5em;
|
||||
|
||||
display:inline-block;
|
||||
|
||||
&:hover {
|
||||
/*color: @gray_10;*/
|
||||
@ -106,7 +103,6 @@
|
||||
/*-webkit-filter: invert(100%);*/
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*Home*/
|
||||
@ -118,101 +114,67 @@
|
||||
/*home*/
|
||||
a#topmenu_home {
|
||||
margin-left: 0px;
|
||||
&:before {
|
||||
padding-right: 20px;
|
||||
.fontsize_l;
|
||||
content: " ";
|
||||
background-image: url(../images/topmenu_items/home.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 20px 20px;
|
||||
.dimension_width_height_m;
|
||||
}
|
||||
|
||||
background-size:16px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
|
||||
/*Setup / Einstellungen*/
|
||||
a#topmenu_prefs{
|
||||
margin-left: 0px;
|
||||
&:before {
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-image: url(../images/topmenu_items/setup.png);
|
||||
background-repeat: no-repeat;
|
||||
/* background-size: 20px 20px;*/
|
||||
.dimension_width_height_xs;
|
||||
}
|
||||
background-size:16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/setup.png);
|
||||
}
|
||||
|
||||
/*access / Zugriff */
|
||||
a#topmenu_acl{
|
||||
&:before {
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
.dimension_width_height_xs;
|
||||
background-size:16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/access.png);
|
||||
}
|
||||
}
|
||||
/*category*/
|
||||
a#topmenu_cats{
|
||||
&:before {
|
||||
background-image: url(../images/topmenu_items/category.png);
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
.dimension_width_height_xs;
|
||||
}
|
||||
background-size:16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/category.png);
|
||||
}
|
||||
/*password*/
|
||||
a#topmenu_password{
|
||||
&:before {
|
||||
background-image: url(../images/topmenu_items/password.png);
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
.dimension_width_height_xs;
|
||||
}
|
||||
background-size:16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/password.png);
|
||||
}
|
||||
/*help*/
|
||||
a#topmenu_manual{
|
||||
&:before {
|
||||
background-image: url(../images/topmenu_items/help.png);
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
.dimension_width_height_xs;
|
||||
}
|
||||
background-size:16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/help.png);
|
||||
}
|
||||
/*Search*/
|
||||
a#topmenu_search{
|
||||
&:before {
|
||||
background-image: url(../images/topmenu_items/search.png);
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
.dimension_width_height_xs;
|
||||
}
|
||||
background-size:16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/search.png);
|
||||
}
|
||||
/*logout*/
|
||||
a#topmenu_logout{
|
||||
&:before {
|
||||
background-image: url(../images/topmenu_items/logout.png);
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
.dimension_width_height_s;
|
||||
}
|
||||
background-size:16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/logout.png);
|
||||
}
|
||||
} // Ende ul
|
||||
|
||||
|
||||
} // Ende Items
|
||||
|
||||
|
||||
} // Ende Topmenu
|
||||
|
||||
|
||||
} // Ende Header
|
||||
|
||||
/* ###################################################
|
||||
@ -227,7 +189,6 @@
|
||||
float: left;
|
||||
position: fixed;
|
||||
left: 194px;
|
||||
|
||||
}
|
||||
|
||||
/*ICON List*/
|
||||
@ -256,7 +217,6 @@
|
||||
margin-top: -36px;
|
||||
margin-left: 40px;
|
||||
cursor: pointer;
|
||||
|
||||
}
|
||||
|
||||
#slidetoggle{
|
||||
|
@ -3673,6 +3673,7 @@ td.message span.message {
|
||||
/*font-size: 1.1em;*/
|
||||
font-size: 12px;
|
||||
line-height: 1.5em;
|
||||
display: inline-block;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover {
|
||||
/*color: @gray_10;*/
|
||||
@ -3692,76 +3693,53 @@ td.message span.message {
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home {
|
||||
margin-left: 0px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home:before {
|
||||
padding-right: 20px;
|
||||
font-size: 12px;
|
||||
content: " ";
|
||||
background-image: url(../images/topmenu_items/home.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 20px 20px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_prefs {
|
||||
margin-left: 0px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_prefs:before {
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/setup.png);
|
||||
background-repeat: no-repeat;
|
||||
/* background-size: 20px 20px;*/
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_acl:before {
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_acl {
|
||||
background-repeat: no-repeat;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/access.png);
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_cats:before {
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_cats {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/category.png);
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_password:before {
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_password {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/password.png);
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_manual:before {
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_manual {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/help.png);
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_search:before {
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_search {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/search.png);
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_logout:before {
|
||||
background-image: url(../images/topmenu_items/logout.png);
|
||||
padding-right: 20px;
|
||||
content: "";
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_logout {
|
||||
background-repeat: no-repeat;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-size: 16px;
|
||||
padding-left: 20px;
|
||||
background-image: url(../images/topmenu_items/logout.png);
|
||||
}
|
||||
/* ###################################################
|
||||
Slide Effekt
|
||||
|
Loading…
Reference in New Issue
Block a user