mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Apply some fine alignments on sidebar menu items
This commit is contained in:
parent
f0b09f39e1
commit
163eb1fe48
@ -785,7 +785,7 @@
|
|||||||
}
|
}
|
||||||
.sidebox-favorites ul.favorites li.ui-menu-item a {
|
.sidebox-favorites ul.favorites li.ui-menu-item a {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
padding: 2px 0px;
|
padding: 2px 3px;
|
||||||
}
|
}
|
||||||
.sidebox-favorites ul.favorites li.ui-menu-item a div.ui-icon-heart {
|
.sidebox-favorites ul.favorites li.ui-menu-item a div.ui-icon-heart {
|
||||||
background-image: url(../images/favorites.svg);
|
background-image: url(../images/favorites.svg);
|
||||||
@ -4470,7 +4470,7 @@ td.message span.message {
|
|||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category {
|
||||||
margin: 4px 5px 5px 5px;
|
margin: 4px 5px 5px 5px;
|
||||||
padding: 0.5em 1em 0.5em 0;
|
padding: 2px 0 2px 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-color: #B4B4B4;
|
border-color: #B4B4B4;
|
||||||
background-color: #E6E6E6;
|
background-color: #E6E6E6;
|
||||||
@ -4478,7 +4478,7 @@ td.message span.message {
|
|||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category h1 {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category h1 {
|
||||||
margin: 5px 0px 3px 5px;
|
margin: 5px 0px 3px 5px;
|
||||||
padding: 0px 0px 0px 15px;
|
padding: 0px 0px 0px 24px;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
background-image: url(../images/arrow_right.png);
|
background-image: url(../images/arrow_right.png);
|
||||||
@ -4490,7 +4490,6 @@ td.message span.message {
|
|||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category:hover {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category:hover {
|
||||||
background-color: #999999;
|
background-color: #999999;
|
||||||
padding: 0.5em 1em 0.5em 0;
|
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active {
|
||||||
border-bottom-width: 0px;
|
border-bottom-width: 0px;
|
||||||
@ -4771,7 +4770,7 @@ td.message span.message {
|
|||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px 5px;
|
margin: 0px 6px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.egw_fw_ui_sidemenu_listitem input {
|
.egw_fw_ui_sidemenu_listitem input {
|
||||||
@ -4793,7 +4792,7 @@ td.message span.message {
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.egw_fw_ui_sidemenu_listitem a {
|
.egw_fw_ui_sidemenu_listitem a {
|
||||||
padding: 5px 0px 5px 5px;
|
padding: 5px 0px 5px 6px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
min-width: 5em;
|
min-width: 5em;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
@ -774,7 +774,7 @@
|
|||||||
}
|
}
|
||||||
.sidebox-favorites ul.favorites li.ui-menu-item a {
|
.sidebox-favorites ul.favorites li.ui-menu-item a {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
padding: 2px 0px;
|
padding: 2px 3px;
|
||||||
}
|
}
|
||||||
.sidebox-favorites ul.favorites li.ui-menu-item a div.ui-icon-heart {
|
.sidebox-favorites ul.favorites li.ui-menu-item a div.ui-icon-heart {
|
||||||
background-image: url(../images/favorites.svg);
|
background-image: url(../images/favorites.svg);
|
||||||
@ -4459,7 +4459,7 @@ td.message span.message {
|
|||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category {
|
||||||
margin: 4px 5px 5px 5px;
|
margin: 4px 5px 5px 5px;
|
||||||
padding: 0.5em 1em 0.5em 0;
|
padding: 2px 0 2px 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-color: #B4B4B4;
|
border-color: #B4B4B4;
|
||||||
background-color: #E6E6E6;
|
background-color: #E6E6E6;
|
||||||
@ -4467,7 +4467,7 @@ td.message span.message {
|
|||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category h1 {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category h1 {
|
||||||
margin: 5px 0px 3px 5px;
|
margin: 5px 0px 3px 5px;
|
||||||
padding: 0px 0px 0px 15px;
|
padding: 0px 0px 0px 24px;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
background-image: url(../images/arrow_right.png);
|
background-image: url(../images/arrow_right.png);
|
||||||
@ -4479,7 +4479,6 @@ td.message span.message {
|
|||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category:hover {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category:hover {
|
||||||
background-color: #999999;
|
background-color: #999999;
|
||||||
padding: 0.5em 1em 0.5em 0;
|
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active {
|
||||||
border-bottom-width: 0px;
|
border-bottom-width: 0px;
|
||||||
@ -4760,7 +4759,7 @@ td.message span.message {
|
|||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px 5px;
|
margin: 0px 6px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.egw_fw_ui_sidemenu_listitem input {
|
.egw_fw_ui_sidemenu_listitem input {
|
||||||
@ -4782,7 +4781,7 @@ td.message span.message {
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.egw_fw_ui_sidemenu_listitem a {
|
.egw_fw_ui_sidemenu_listitem a {
|
||||||
padding: 5px 0px 5px 5px;
|
padding: 5px 0px 5px 6px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
min-width: 5em;
|
min-width: 5em;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
@ -785,7 +785,7 @@
|
|||||||
}
|
}
|
||||||
.sidebox-favorites ul.favorites li.ui-menu-item a {
|
.sidebox-favorites ul.favorites li.ui-menu-item a {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
padding: 2px 0px;
|
padding: 2px 3px;
|
||||||
}
|
}
|
||||||
.sidebox-favorites ul.favorites li.ui-menu-item a div.ui-icon-heart {
|
.sidebox-favorites ul.favorites li.ui-menu-item a div.ui-icon-heart {
|
||||||
background-image: url(../images/favorites.svg);
|
background-image: url(../images/favorites.svg);
|
||||||
@ -4470,7 +4470,7 @@ td.message span.message {
|
|||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category {
|
||||||
margin: 4px 5px 5px 5px;
|
margin: 4px 5px 5px 5px;
|
||||||
padding: 0.5em 1em 0.5em 0;
|
padding: 2px 0 2px 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-color: #B4B4B4;
|
border-color: #B4B4B4;
|
||||||
background-color: #E6E6E6;
|
background-color: #E6E6E6;
|
||||||
@ -4478,7 +4478,7 @@ td.message span.message {
|
|||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category h1 {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category h1 {
|
||||||
margin: 5px 0px 3px 5px;
|
margin: 5px 0px 3px 5px;
|
||||||
padding: 0px 0px 0px 15px;
|
padding: 0px 0px 0px 24px;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
background-image: url(../images/arrow_right.png);
|
background-image: url(../images/arrow_right.png);
|
||||||
@ -4490,7 +4490,6 @@ td.message span.message {
|
|||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category:hover {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category:hover {
|
||||||
background-color: #999999;
|
background-color: #999999;
|
||||||
padding: 0.5em 1em 0.5em 0;
|
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active {
|
||||||
border-bottom-width: 0px;
|
border-bottom-width: 0px;
|
||||||
@ -4771,7 +4770,7 @@ td.message span.message {
|
|||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px 5px;
|
margin: 0px 6px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.egw_fw_ui_sidemenu_listitem input {
|
.egw_fw_ui_sidemenu_listitem input {
|
||||||
@ -4793,7 +4792,7 @@ td.message span.message {
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.egw_fw_ui_sidemenu_listitem a {
|
.egw_fw_ui_sidemenu_listitem a {
|
||||||
padding: 5px 0px 5px 5px;
|
padding: 5px 0px 5px 6px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
min-width: 5em;
|
min-width: 5em;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
@ -750,7 +750,7 @@ div.header_row_right{
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
padding: 2px 0px;
|
padding: 2px 3px;
|
||||||
// Heart
|
// Heart
|
||||||
div.ui-icon-heart {background-image: url(../images/favorites.svg); background-size: 12px 12px;background-position: 0 0;margin-right:9px;margin-left:2px;}
|
div.ui-icon-heart {background-image: url(../images/favorites.svg); background-size: 12px 12px;background-position: 0 0;margin-right:9px;margin-left:2px;}
|
||||||
// Bulltpoints
|
// Bulltpoints
|
||||||
|
@ -188,7 +188,7 @@
|
|||||||
// Normal
|
// Normal
|
||||||
.egw_fw_ui_category {
|
.egw_fw_ui_category {
|
||||||
margin: 4px 5px 5px 5px;
|
margin: 4px 5px 5px 5px;
|
||||||
padding: 0.5em 1em 0.5em 0;
|
padding: 2px 0 2px 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
// border-top: 7px solid;
|
// border-top: 7px solid;
|
||||||
border-color: @gray_30;
|
border-color: @gray_30;
|
||||||
@ -198,7 +198,7 @@
|
|||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin: 5px 0px 3px 5px;
|
margin: 5px 0px 3px 5px;
|
||||||
padding: 0px 0px 0px 15px;
|
padding: 0px 0px 0px 24px;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
.fontsize_l;
|
.fontsize_l;
|
||||||
background-image:url(../images/arrow_right.png);
|
background-image:url(../images/arrow_right.png);
|
||||||
@ -219,7 +219,6 @@
|
|||||||
// on Mouse over change color
|
// on Mouse over change color
|
||||||
.egw_fw_ui_category:hover {
|
.egw_fw_ui_category:hover {
|
||||||
.background_color_40_gray;
|
.background_color_40_gray;
|
||||||
padding: 0.5em 1em 0.5em 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -582,7 +581,7 @@
|
|||||||
/*display: none;*/
|
/*display: none;*/
|
||||||
.dimension_width_height_xs;
|
.dimension_width_height_xs;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px 5px;
|
margin: 0px 6px;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -611,7 +610,7 @@
|
|||||||
// normale Links
|
// normale Links
|
||||||
a {
|
a {
|
||||||
// .Complete_Button_text;
|
// .Complete_Button_text;
|
||||||
padding: 5px 0px 5px 5px;
|
padding: 5px 0px 5px 6px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
min-width: 5em;
|
min-width: 5em;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
@ -796,7 +796,7 @@
|
|||||||
}
|
}
|
||||||
.sidebox-favorites ul.favorites li.ui-menu-item a {
|
.sidebox-favorites ul.favorites li.ui-menu-item a {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
padding: 2px 0px;
|
padding: 2px 3px;
|
||||||
}
|
}
|
||||||
.sidebox-favorites ul.favorites li.ui-menu-item a div.ui-icon-heart {
|
.sidebox-favorites ul.favorites li.ui-menu-item a div.ui-icon-heart {
|
||||||
background-image: url(../images/favorites.svg);
|
background-image: url(../images/favorites.svg);
|
||||||
@ -4481,7 +4481,7 @@ td.message span.message {
|
|||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category {
|
||||||
margin: 4px 5px 5px 5px;
|
margin: 4px 5px 5px 5px;
|
||||||
padding: 0.5em 1em 0.5em 0;
|
padding: 2px 0 2px 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-color: #B4B4B4;
|
border-color: #B4B4B4;
|
||||||
background-color: #E6E6E6;
|
background-color: #E6E6E6;
|
||||||
@ -4489,7 +4489,7 @@ td.message span.message {
|
|||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category h1 {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category h1 {
|
||||||
margin: 5px 0px 3px 5px;
|
margin: 5px 0px 3px 5px;
|
||||||
padding: 0px 0px 0px 15px;
|
padding: 0px 0px 0px 24px;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
background-image: url(../images/arrow_right.png);
|
background-image: url(../images/arrow_right.png);
|
||||||
@ -4501,7 +4501,6 @@ td.message span.message {
|
|||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category:hover {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category:hover {
|
||||||
background-color: #999999;
|
background-color: #999999;
|
||||||
padding: 0.5em 1em 0.5em 0;
|
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active {
|
||||||
border-bottom-width: 0px;
|
border-bottom-width: 0px;
|
||||||
@ -4782,7 +4781,7 @@ td.message span.message {
|
|||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px 5px;
|
margin: 0px 6px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.egw_fw_ui_sidemenu_listitem input {
|
.egw_fw_ui_sidemenu_listitem input {
|
||||||
@ -4804,7 +4803,7 @@ td.message span.message {
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.egw_fw_ui_sidemenu_listitem a {
|
.egw_fw_ui_sidemenu_listitem a {
|
||||||
padding: 5px 0px 5px 5px;
|
padding: 5px 0px 5px 6px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
min-width: 5em;
|
min-width: 5em;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
Loading…
Reference in New Issue
Block a user