mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 19:19:43 +01:00
change height of et2_button_icon class to 16px, as that is size of all our current images, rescaling them to 20px looks uggly
This commit is contained in:
parent
12e8a3bbcd
commit
7c4d696f4b
@ -184,7 +184,7 @@ a.et2_url.url {
|
|||||||
}
|
}
|
||||||
.et2_button_icon {
|
.et2_button_icon {
|
||||||
border: none;
|
border: none;
|
||||||
height: 20px;
|
height: 16px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
@ -398,7 +398,7 @@ action buttons, left aligned for "extra" controls
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Diff widget
|
* Diff widget
|
||||||
*/
|
*/
|
||||||
.diff thead,.author {
|
.diff thead,.author {
|
||||||
@ -839,7 +839,7 @@ div.message.floating {
|
|||||||
}
|
}
|
||||||
.nextmatch_header > .filters {
|
.nextmatch_header > .filters {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
.nextmatch_header > .filters select {
|
.nextmatch_header > .filters select {
|
||||||
margin-right: 2ex;
|
margin-right: 2ex;
|
||||||
}
|
}
|
||||||
@ -959,7 +959,7 @@ div.message.floating {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Grid / nextmatch Hierarchy
|
* Grid / nextmatch Hierarchy
|
||||||
*/
|
*/
|
||||||
/* Make sure arrow & cell content don't overlap */
|
/* Make sure arrow & cell content don't overlap */
|
||||||
.egwGridView_grid span.arrow {
|
.egwGridView_grid span.arrow {
|
||||||
@ -975,7 +975,7 @@ div.message.floating {
|
|||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
border-left: 1px solid silver;
|
border-left: 1px solid silver;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* This class' margin-right is used to line up columns at each indent level
|
* This class' margin-right is used to line up columns at each indent level
|
||||||
* Classes level_# are created programmatically with margin-right * depth
|
* Classes level_# are created programmatically with margin-right * depth
|
||||||
* Margin-right = -(indent + border)
|
* Margin-right = -(indent + border)
|
||||||
@ -1010,11 +1010,11 @@ div.et2_portlet {
|
|||||||
}
|
}
|
||||||
.et2_portlet .ui-widget-header span.ui-icon {
|
.et2_portlet .ui-widget-header span.ui-icon {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.et2_portlet .ui-widget-header span.ui-icon.ui-icon-gear {
|
.et2_portlet .ui-widget-header span.ui-icon.ui-icon-gear {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -1025,7 +1025,7 @@ div.et2_progress {
|
|||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user