use '', plus minor adjustments
This commit is contained in:
parent
4881682b61
commit
fc37155e22
1 changed files with 14 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
@import url("../themes/classic/css/classic.css");
|
||||
@import url("../themes/modern/css/modern.css");
|
||||
$import
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
|
@ -1205,6 +1204,17 @@ OxSpreadsheet
|
|||
float: left;
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Grids
|
||||
================================================================================
|
||||
*/
|
||||
|
||||
.OxGrid {
|
||||
background-size: 32px 32px;
|
||||
background-position: 0 0, 16px 16px;
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Images
|
||||
|
@ -1479,7 +1489,8 @@ Lists
|
|||
float: left;
|
||||
height: 14px;
|
||||
padding: 1px 4px 1px 4px;
|
||||
border-right: 1px solid;
|
||||
border-right-width: 1px;
|
||||
border-right-style: solid;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
|
Loading…
Reference in a new issue