use '', plus minor adjustments

This commit is contained in:
rolux 2012-12-28 18:54:42 +01:00
parent 4881682b61
commit fc37155e22

View file

@ -1,5 +1,4 @@
@import url("../themes/classic/css/classic.css"); $import
@import url("../themes/modern/css/modern.css");
/* /*
================================================================================ ================================================================================
@ -1205,6 +1204,17 @@ OxSpreadsheet
float: left; float: left;
} }
/*
================================================================================
Grids
================================================================================
*/
.OxGrid {
background-size: 32px 32px;
background-position: 0 0, 16px 16px;
}
/* /*
================================================================================ ================================================================================
Images Images
@ -1479,7 +1489,8 @@ Lists
float: left; float: left;
height: 14px; height: 14px;
padding: 1px 4px 1px 4px; padding: 1px 4px 1px 4px;
border-right: 1px solid; border-right-width: 1px;
border-right-style: solid;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;