mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 15:48:55 +01:00
fix alignment of favorites in resources list
This commit is contained in:
parent
0f1b3bd03d
commit
3f385e719e
@ -14,15 +14,25 @@
|
|||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1 {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1 {
|
||||||
font-size: 1.15em !important;
|
font-size: 1.15em !important;
|
||||||
}
|
}
|
||||||
|
#resources-show_favorite_wrapper {
|
||||||
|
top: -4px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
button#resources-show_add {
|
button#resources-show_add {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
border: 1px solid #0C5DA5;
|
/*border: 1px solid #0C5DA5;*/
|
||||||
margin: 6px 2px;
|
margin: 6px 2px;
|
||||||
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
||||||
padding: -0.5em;
|
padding: -0.5em;
|
||||||
background-color: #e6e6e6 !important;
|
background-color: #e6e6e6 !important;
|
||||||
background-size: 16px 16px;
|
background-size: 16px 16px;
|
||||||
|
-webkit-border-radius: 3px;
|
||||||
|
-webkit-border-top-left-radius: 10px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
-moz-border-radius-topleft: 10px;
|
||||||
|
border-radius: 3px;
|
||||||
|
border-top-left-radius: 10px;
|
||||||
background-color: #0c5da5;
|
background-color: #0c5da5;
|
||||||
}
|
}
|
||||||
button#resources-show_add:before {
|
button#resources-show_add:before {
|
||||||
@ -31,13 +41,13 @@ button#resources-show_add:before {
|
|||||||
color: #0c5da5;
|
color: #0c5da5;
|
||||||
line-height: 0.6em;
|
line-height: 0.6em;
|
||||||
padding-left: 0.1em;
|
padding-left: 0.1em;
|
||||||
padding-right: 4em;
|
padding-right: 100em;
|
||||||
}
|
}
|
||||||
button#resources-show_add:active {
|
button#resources-show_add:active {
|
||||||
background-color: #1aa200;
|
background-color: #1aa200;
|
||||||
}
|
}
|
||||||
button#resources-show_add:hover {
|
button#resources-show_add:hover {
|
||||||
background-color: #66a1d2 !important;
|
background-color: #189800 !important;
|
||||||
color: #ffc200;
|
color: #ffc200;
|
||||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
|
@ -27,6 +27,11 @@
|
|||||||
//**********************************
|
//**********************************
|
||||||
// main
|
// main
|
||||||
|
|
||||||
|
#resources-show_favorite_wrapper {
|
||||||
|
top: -4px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
// hinzufügen
|
// hinzufügen
|
||||||
button#resources-show_add{
|
button#resources-show_add{
|
||||||
.Complete_Button_add_only_plus;
|
.Complete_Button_add_only_plus;
|
||||||
|
Loading…
Reference in New Issue
Block a user