forked from extern/egroupware
54 lines
1.2 KiB
Plaintext
54 lines
1.2 KiB
Plaintext
|
/**
|
||
|
* EGroupware: Stylite Pixelegg template
|
||
|
*
|
||
|
* lettersearch
|
||
|
*
|
||
|
* Please do NOT change css-files directly, instead change less-files and compile them!
|
||
|
*
|
||
|
* @link http://www.egroupware.org
|
||
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||
|
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||
|
* @package pixelegg
|
||
|
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||
|
*/
|
||
|
@import (reference) "definitions.less";
|
||
|
//##############################################################################################################
|
||
|
|
||
|
|
||
|
/*z.b. Dateimanager overlay*/
|
||
|
|
||
|
.egwGridView_grid span.iconOverlayContainer {
|
||
|
margin: 2px 5px 2px 2px;
|
||
|
position: relative;
|
||
|
-moz-user-select: none;
|
||
|
-khtml-user-select: none;
|
||
|
user-select: none;
|
||
|
overflow: visible;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
.egwGridView_grid span.overlayContainer {
|
||
|
position: absolute;
|
||
|
right: -2px;
|
||
|
bottom: -2px;
|
||
|
vertical-align: bottom;
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.egwGridView_grid span.iconContainer {
|
||
|
display: inline-block;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.egwGridView_grid span.overlayContainer img.overlay {
|
||
|
position: relative;
|
||
|
top: 1px;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
height: 9px;
|
||
|
width: 11px;
|
||
|
|
||
|
}
|