mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
infolog: edit - link-to -
button + Datei aussuchen... + Link to Filesystem app.less pixelegg.less
This commit is contained in:
parent
bd6f7af76e
commit
79126ae745
@ -186,14 +186,14 @@ tr.dialogOperators td,
|
|||||||
top: 5px;
|
top: 5px;
|
||||||
}
|
}
|
||||||
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget {
|
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget {
|
||||||
border: 1px solid #0C5DA5;
|
/*border: 1px solid #0C5DA5;*/
|
||||||
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
/*box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);*/
|
||||||
text-shadow: none;
|
/*text-shadow: none;*/
|
||||||
height: 24px;
|
height: 24px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
background-color: #e6e6e6;
|
/*background-color: @gray_10;*/
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
-webkit-border-top-right-radius: 3px;
|
-webkit-border-top-right-radius: 3px;
|
||||||
@ -218,11 +218,14 @@ tr.dialogOperators td,
|
|||||||
}
|
}
|
||||||
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget:before {
|
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget:before {
|
||||||
content: "+";
|
content: "+";
|
||||||
font-size: 18px;
|
font-size: 20px;
|
||||||
color: #ffc200;
|
color: #ffc200;
|
||||||
line-height: 1px;
|
line-height: 1px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
|
text-shadow: 1px 1px 2px #000;
|
||||||
|
/*.Complete_Button_Icon_normal;*/
|
||||||
|
/*.dimension_width_height_sm;*/
|
||||||
}
|
}
|
||||||
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget span {
|
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget span {
|
||||||
display: none;
|
display: none;
|
||||||
@ -237,8 +240,8 @@ tr.dialogOperators td,
|
|||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
width: 16px;
|
width: 20px;
|
||||||
height: 16px;
|
height: 20px;
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
@ -279,8 +282,9 @@ tr.dialogOperators td,
|
|||||||
-moz-border-radius-topleft: 10px;
|
-moz-border-radius-topleft: 10px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-top-left-radius: 10px;
|
border-top-left-radius: 10px;
|
||||||
height: 24px;
|
height: 20px;
|
||||||
/*Text*/
|
/*Text*/
|
||||||
|
/*img {.scale; margin: 0 5px; background: @gray_0;}*/
|
||||||
}
|
}
|
||||||
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget:hover:before {
|
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget:hover:before {
|
||||||
content: "";
|
content: "";
|
||||||
@ -291,15 +295,6 @@ tr.dialogOperators td,
|
|||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget:hover img {
|
|
||||||
-webkit-transform: scale(1.3);
|
|
||||||
-moz-transform: scale(1.3);
|
|
||||||
-o-transform: scale(1.3);
|
|
||||||
-ms-transform: scale(1.3);
|
|
||||||
transform: scale(1.3);
|
|
||||||
margin: 0 5px;
|
|
||||||
background: #ffffff;
|
|
||||||
}
|
|
||||||
#infolog-index #infolog-index_nm table.egwGridView_outer thead tr th.optcol .selectcols {
|
#infolog-index #infolog-index_nm table.egwGridView_outer thead tr th.optcol .selectcols {
|
||||||
margin-top: 1.5%;
|
margin-top: 1.5%;
|
||||||
}
|
}
|
||||||
|
@ -130,14 +130,14 @@
|
|||||||
#infolog-index_infolog-index-header_right{
|
#infolog-index_infolog-index-header_right{
|
||||||
|
|
||||||
div.et2_box_widget{
|
div.et2_box_widget{
|
||||||
border: 1px solid #0C5DA5;
|
/*border: 1px solid #0C5DA5;*/
|
||||||
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
/*box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);*/
|
||||||
text-shadow: none;
|
/*text-shadow: none;*/
|
||||||
.dimension_height_m;
|
.dimension_height_m;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
background-color: @gray_10;
|
/*background-color: @gray_10;*/
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
.border_radius(3px, 3px, 3px, 10px);
|
.border_radius(3px, 3px, 3px, 10px);
|
||||||
@ -147,11 +147,14 @@ div.et2_box_widget{
|
|||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: "+";
|
content: "+";
|
||||||
font-size: 18px;
|
font-size: 20px;
|
||||||
color: @egw_color_1;
|
color: @egw_color_1_a;
|
||||||
line-height: 1px;
|
line-height: 1px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
|
text-shadow: 1px 1px 2px #000;
|
||||||
|
/*.Complete_Button_Icon_normal;*/
|
||||||
|
/*.dimension_width_height_sm;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Text ""hinzufügen" "*/
|
/*Text ""hinzufügen" "*/
|
||||||
@ -162,7 +165,7 @@ div.et2_box_widget{
|
|||||||
img {
|
img {
|
||||||
/*.gradient_vertical (@egw_color_2_a, @egw_color_2_a);*/
|
/*.gradient_vertical (@egw_color_2_a, @egw_color_2_a);*/
|
||||||
.Complete_Button_Icon_normal;
|
.Complete_Button_Icon_normal;
|
||||||
.dimension_width_height_s;
|
.dimension_width_height_sm;
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
@ -183,11 +186,13 @@ div.et2_box_widget{
|
|||||||
.box_shadow_standard_light_hover;
|
.box_shadow_standard_light_hover;
|
||||||
background-color: fade(@egw_color_2_a, 80%) !important;
|
background-color: fade(@egw_color_2_a, 80%) !important;
|
||||||
.border_radius_button_lefttop;
|
.border_radius_button_lefttop;
|
||||||
.dimension_height_m;
|
.dimension_height_sm;
|
||||||
|
|
||||||
&:before {content: ""; font-size: 1em;padding-left: 5px;}
|
&:before {content: ""; font-size: 1em;padding-left: 5px;}
|
||||||
|
|
||||||
/*Text*/
|
/*Text*/
|
||||||
span {visibility: hidden; display: none;};
|
span {visibility: hidden; display: none;};
|
||||||
img {.scale; margin: 0 5px; background: @gray_0;}
|
/*img {.scale; margin: 0 5px; background: @gray_0;}*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}// END BOX WIDGET
|
}// END BOX WIDGET
|
||||||
|
Loading…
Reference in New Issue
Block a user