mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +01:00
More icon size standardization
This commit is contained in:
parent
378a6f50b7
commit
89636b0ede
@ -4360,7 +4360,7 @@ span.overlayContainer img.overlay {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding-left: 26px;
|
padding-left: 26px;
|
||||||
line-height: 1.5em;
|
line-height: 1.9em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@ -4370,51 +4370,45 @@ span.overlayContainer img.overlay {
|
|||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:first-child :before {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:first-child :before {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a {
|
||||||
|
background-size: 20px;
|
||||||
|
}
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
background-image: url(../../api/templates/default/images/topmenu_items/home.svg);
|
background-image: url(../../api/templates/default/images/topmenu_items/home.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 16px;
|
|
||||||
}
|
}
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_prefs {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_prefs {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 16px;
|
|
||||||
background-image: url(../../api/templates/default/images/topmenu_items/setup.svg);
|
background-image: url(../../api/templates/default/images/topmenu_items/setup.svg);
|
||||||
}
|
}
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_acl {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_acl {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 16px;
|
|
||||||
background-image: url(../../api/templates/default/images/topmenu_items/access.svg);
|
background-image: url(../../api/templates/default/images/topmenu_items/access.svg);
|
||||||
}
|
}
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_cats {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_cats {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 16px;
|
|
||||||
background-image: url(../../api/templates/default/images/topmenu_items/category.svg);
|
background-image: url(../../api/templates/default/images/topmenu_items/category.svg);
|
||||||
}
|
}
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_password {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_password {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 16px;
|
|
||||||
background-image: url(../../api/templates/default/images/topmenu_items/password.svg);
|
background-image: url(../../api/templates/default/images/topmenu_items/password.svg);
|
||||||
}
|
}
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_manual {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_manual {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 16px;
|
|
||||||
background-image: url(../../api/templates/default/images/topmenu_items/help.svg);
|
background-image: url(../../api/templates/default/images/topmenu_items/help.svg);
|
||||||
}
|
}
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_current_user {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_current_user {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 16px;
|
|
||||||
background-image: url(../../api/templates/default/images/users.png);
|
background-image: url(../../api/templates/default/images/users.png);
|
||||||
}
|
}
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_logout {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_logout {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 16px;
|
|
||||||
background-image: url(../../api/templates/default/images/topmenu_items/logout.svg);
|
background-image: url(../../api/templates/default/images/topmenu_items/logout.svg);
|
||||||
}
|
}
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_print {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_print {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 16px;
|
|
||||||
background-image: url(../../api/templates/default/images/print.svg);
|
background-image: url(../../api/templates/default/images/print.svg);
|
||||||
}
|
}
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items .timezone span {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items .timezone span {
|
||||||
@ -7163,7 +7157,7 @@ table.egwGridView_grid img.et2_appicon {
|
|||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_calls {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_calls {
|
||||||
background-image: url(../../api/templates/default/images/phone.svg);
|
background-image: url(../../api/templates/default/images/phone.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 18px;
|
background-size: 20px;
|
||||||
background-position-x: -2px;
|
background-position-x: -2px;
|
||||||
}
|
}
|
||||||
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon img[src*="svg"] {
|
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon img[src*="svg"] {
|
||||||
|
@ -368,7 +368,7 @@
|
|||||||
ul a#topmenu_calls {
|
ul a#topmenu_calls {
|
||||||
background-image: url(../../api/templates/default/images/phone.svg);
|
background-image: url(../../api/templates/default/images/phone.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 18px;
|
background-size: 20px;
|
||||||
background-position-x: -2px;
|
background-position-x: -2px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -173,7 +173,7 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
.fontsize_m;
|
.fontsize_m;
|
||||||
padding-left: 26px;
|
padding-left: 26px;
|
||||||
line-height: 1.5em;
|
line-height: 1.9em;
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
@ -187,13 +187,12 @@
|
|||||||
|
|
||||||
:before{border: none;}
|
:before{border: none;}
|
||||||
}
|
}
|
||||||
|
a {background-size: 20px;}
|
||||||
/*home*/
|
/*home*/
|
||||||
a#topmenu_home {
|
a#topmenu_home {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
background-image: url(../../api/templates/default/images/topmenu_items/home.svg);
|
background-image: url(../../api/templates/default/images/topmenu_items/home.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size:16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -201,50 +200,42 @@
|
|||||||
a#topmenu_prefs{
|
a#topmenu_prefs{
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size:16px;
|
|
||||||
background-image: url(../../api/templates/default/images/topmenu_items/setup.svg);
|
background-image: url(../../api/templates/default/images/topmenu_items/setup.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*access / Zugriff */
|
/*access / Zugriff */
|
||||||
a#topmenu_acl{
|
a#topmenu_acl{
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size:16px;
|
|
||||||
background-image: url(../../api/templates/default/images/topmenu_items/access.svg);
|
background-image: url(../../api/templates/default/images/topmenu_items/access.svg);
|
||||||
}
|
}
|
||||||
/*category*/
|
/*category*/
|
||||||
a#topmenu_cats{
|
a#topmenu_cats{
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size:16px;
|
|
||||||
background-image: url(../../api/templates/default/images/topmenu_items/category.svg);
|
background-image: url(../../api/templates/default/images/topmenu_items/category.svg);
|
||||||
}
|
}
|
||||||
/*password*/
|
/*password*/
|
||||||
a#topmenu_password{
|
a#topmenu_password{
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size:16px;
|
|
||||||
background-image: url(../../api/templates/default/images/topmenu_items/password.svg);
|
background-image: url(../../api/templates/default/images/topmenu_items/password.svg);
|
||||||
}
|
}
|
||||||
/*help*/
|
/*help*/
|
||||||
a#topmenu_manual{
|
a#topmenu_manual{
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size:16px;
|
|
||||||
background-image: url(../../api/templates/default/images/topmenu_items/help.svg);
|
background-image: url(../../api/templates/default/images/topmenu_items/help.svg);
|
||||||
}
|
}
|
||||||
/*Search*/
|
/*Search*/
|
||||||
a#topmenu_current_user{
|
a#topmenu_current_user{
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size:16px;
|
|
||||||
background-image: url(../../api/templates/default/images/users.png);
|
background-image: url(../../api/templates/default/images/users.png);
|
||||||
}
|
}
|
||||||
/*logout*/
|
/*logout*/
|
||||||
a#topmenu_logout{
|
a#topmenu_logout{
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size:16px;
|
|
||||||
background-image: url(../../api/templates/default/images/topmenu_items/logout.svg);
|
background-image: url(../../api/templates/default/images/topmenu_items/logout.svg);
|
||||||
}
|
}
|
||||||
/*print*/
|
/*print*/
|
||||||
a#topmenu_print{
|
a#topmenu_print{
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size:16px;
|
|
||||||
background-image: url(../../api/templates/default/images/print.svg);
|
background-image: url(../../api/templates/default/images/print.svg);
|
||||||
}
|
}
|
||||||
} // Ende ul
|
} // Ende ul
|
||||||
|
Loading…
Reference in New Issue
Block a user