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:
Ralf Becker 2013-11-09 12:10:08 +00:00
parent 12e8a3bbcd
commit 7c4d696f4b

View File

@ -184,7 +184,7 @@ a.et2_url.url {
}
.et2_button_icon {
border: none;
height: 20px;
height: 16px;
background: transparent;
padding: 2px;
}
@ -398,7 +398,7 @@ action buttons, left aligned for "extra" controls
}
*/
/**
/**
* Diff widget
*/
.diff thead,.author {
@ -839,7 +839,7 @@ div.message.floating {
}
.nextmatch_header > .filters {
padding-left: 5px;
}
}
.nextmatch_header > .filters select {
margin-right: 2ex;
}
@ -959,7 +959,7 @@ div.message.floating {
}
/**
* Grid / nextmatch Hierarchy
* Grid / nextmatch Hierarchy
*/
/* Make sure arrow & cell content don't overlap */
.egwGridView_grid span.arrow {
@ -975,7 +975,7 @@ div.message.floating {
margin-left: 10px;
border-left: 1px solid silver;
}
/**
/**
* This class' margin-right is used to line up columns at each indent level
* Classes level_# are created programmatically with margin-right * depth
* Margin-right = -(indent + border)
@ -1010,11 +1010,11 @@ div.et2_portlet {
}
.et2_portlet .ui-widget-header span.ui-icon {
display: inline-block;
float: right;
float: right;
}
.et2_portlet .ui-widget-header span.ui-icon.ui-icon-gear {
display: inline-block;
float: left;
float: left;
}
/**
@ -1025,7 +1025,7 @@ div.et2_progress {
border: 1px solid black;
background-color: white;
width: 30px;
padding: 1px;
padding: 1px;
margin: 2px;
text-align: left;
}