From 2f01fe57a8d37767827d6db42850aef86a767c53 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 15 Nov 2010 10:39:52 +0300 Subject: add dijit/dojo stuff; initial ui mockup --- lib/dijit/themes/nihilo/Editor.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/dijit/themes/nihilo/Editor.css (limited to 'lib/dijit/themes/nihilo/Editor.css') diff --git a/lib/dijit/themes/nihilo/Editor.css b/lib/dijit/themes/nihilo/Editor.css new file mode 100644 index 000000000..77280d9af --- /dev/null +++ b/lib/dijit/themes/nihilo/Editor.css @@ -0,0 +1,13 @@ +.nihilo .dijitToolbar .dijitToolbarSeparator { + background: url('../../icons/images/editorIconsEnabled.png'); +} +.nihilo .dijitEditorIcon { + background-image: url('../../icons/images/editorIconsEnabled.png'); + background-repeat: no-repeat; + width: 18px; + height: 18px; + text-align: center; +} +.nihilo .dijitDisabled .dijitEditorIcon { + background-image: url('../../icons/images/editorIconsDisabled.png'); +} -- cgit v1.2.3