mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
changed hopefully last reference to orange-ball.png with bullet.png
This commit is contained in:
parent
90edb55ec5
commit
64cc24815c
@ -193,11 +193,11 @@ input[type=button]:focus {
|
||||
color: #202d52;
|
||||
outline: none;
|
||||
}
|
||||
button.et2_button_with_image {
|
||||
padding-left: 20px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5% center;
|
||||
background-size: 16px;
|
||||
button.et2_button_with_image {
|
||||
padding-left: 20px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5% center;
|
||||
background-size: 16px;
|
||||
}
|
||||
/**
|
||||
* Drop down button
|
||||
@ -377,7 +377,7 @@ action buttons, left aligned for "extra" controls
|
||||
float: none;
|
||||
}
|
||||
*/
|
||||
/**
|
||||
/**
|
||||
* Diff widget
|
||||
*/
|
||||
.diff thead,
|
||||
@ -849,7 +849,7 @@ div.message.floating {
|
||||
padding: 0px 4px;
|
||||
margin: 0px 5px;
|
||||
/* 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 {
|
||||
width: 99%;
|
||||
@ -900,7 +900,7 @@ div.message.floating {
|
||||
opacity: 0.5;
|
||||
}
|
||||
/**
|
||||
* Grid / nextmatch Hierarchy
|
||||
* Grid / nextmatch Hierarchy
|
||||
*/
|
||||
/* Make sure arrow & cell content don't overlap */
|
||||
.egwGridView_grid span.arrow {
|
||||
@ -921,7 +921,7 @@ div.message.floating {
|
||||
.egwGridView_grid > tbody > tr > td > .loading{
|
||||
min-height: 1.6em;
|
||||
}
|
||||
/**
|
||||
/**
|
||||
* 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)
|
||||
|
Loading…
Reference in New Issue
Block a user