changed hopefully last reference to orange-ball.png with bullet.png

This commit is contained in:
Ralf Becker 2014-01-09 12:26:34 +00:00
parent 90edb55ec5
commit 64cc24815c

View File

@ -193,11 +193,11 @@ input[type=button]:focus {
color: #202d52; color: #202d52;
outline: none; outline: none;
} }
button.et2_button_with_image { button.et2_button_with_image {
padding-left: 20px; padding-left: 20px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 5% center; background-position: 5% center;
background-size: 16px; background-size: 16px;
} }
/** /**
* Drop down button * Drop down button
@ -377,7 +377,7 @@ action buttons, left aligned for "extra" controls
float: none; float: none;
} }
*/ */
/** /**
* Diff widget * Diff widget
*/ */
.diff thead, .diff thead,
@ -849,7 +849,7 @@ div.message.floating {
padding: 0px 4px; padding: 0px 4px;
margin: 0px 5px; margin: 0px 5px;
/* TODO: This is template specific */ /* TODO: This is template specific */
background-image: url(../../../phpgwapi/templates/idots/images/orange-ball.png); background-image: url(../../../phpgwapi/templates/default/images/bullet.png);
} }
.sidebox-favorites ul.favorites { .sidebox-favorites ul.favorites {
width: 99%; width: 99%;
@ -900,7 +900,7 @@ div.message.floating {
opacity: 0.5; opacity: 0.5;
} }
/** /**
* 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 {
@ -921,7 +921,7 @@ div.message.floating {
.egwGridView_grid > tbody > tr > td > .loading{ .egwGridView_grid > tbody > tr > td > .loading{
min-height: 1.6em; min-height: 1.6em;
} }
/** /**
* 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)