From fc37155e22b29294c12d065fefca8183f3916043 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 28 Dec 2012 18:54:42 +0100 Subject: [PATCH] use '', plus minor adjustments --- source/Ox.UI/css/Ox.UI.css | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 2f96011d..e243413e 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -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;