You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/lib/dijit/themes/claro
Andrew Dolgov 1354d17270 update dojo to 1.7.3 12 years ago
..
form update dojo to 1.7.3 12 years ago
images upgrade Dojo to 1.6.1 13 years ago
layout update dojo to 1.7.3 12 years ago
Calendar.css update dojo to 1.7.3 12 years ago
Calendar.less update dojo to 1.7.3 12 years ago
Calendar_rtl.css upgrade Dojo to 1.6.1 13 years ago
Calendar_rtl.less upgrade Dojo to 1.6.1 13 years ago
ColorPalette.css update dojo to 1.7.3 12 years ago
ColorPalette.less update dojo to 1.7.3 12 years ago
Common.css update dojo to 1.7.3 12 years ago
Common.less update dojo to 1.7.3 12 years ago
Dialog.css update dojo to 1.7.3 12 years ago
Dialog.less update dojo to 1.7.3 12 years ago
Dialog_rtl.css upgrade Dojo to 1.6.1 13 years ago
Dialog_rtl.less upgrade Dojo to 1.6.1 13 years ago
Editor.css update dojo to 1.7.3 12 years ago
Editor.less update dojo to 1.7.3 12 years ago
Editor_rtl.css upgrade Dojo to 1.6.1 13 years ago
Editor_rtl.less upgrade Dojo to 1.6.1 13 years ago
InlineEditBox.css update dojo to 1.7.3 12 years ago
InlineEditBox.less upgrade Dojo to 1.6.1 13 years ago
Menu.css update dojo to 1.7.3 12 years ago
Menu.less update dojo to 1.7.3 12 years ago
Menu_rtl.css upgrade Dojo to 1.6.1 13 years ago
Menu_rtl.less upgrade Dojo to 1.6.1 13 years ago
ProgressBar.css update dojo to 1.7.3 12 years ago
ProgressBar.less update dojo to 1.7.3 12 years ago
README update dojo to 1.7.3 12 years ago
TimePicker.css update dojo to 1.7.3 12 years ago
TimePicker.less update dojo to 1.7.3 12 years ago
TimePicker_rtl.css upgrade Dojo to 1.6.1 13 years ago
TimePicker_rtl.less upgrade Dojo to 1.6.1 13 years ago
TitlePane.css update dojo to 1.7.3 12 years ago
TitlePane.less update dojo to 1.7.3 12 years ago
TitlePane_rtl.css upgrade Dojo to 1.6.1 13 years ago
TitlePane_rtl.less upgrade Dojo to 1.6.1 13 years ago
Toolbar.css update dojo to 1.7.3 12 years ago
Toolbar.less update dojo to 1.7.3 12 years ago
Toolbar_rtl.css upgrade Dojo to 1.6.1 13 years ago
Toolbar_rtl.less upgrade Dojo to 1.6.1 13 years ago
Tree.css update dojo to 1.7.3 12 years ago
Tree.less update dojo to 1.7.3 12 years ago
claro.css upgrade Dojo to 1.6.1 13 years ago
claro_rtl.css upgrade Dojo to 1.6.1 13 years ago
compile.js update dojo to 1.7.3 12 years ago
document.css upgrade Dojo to 1.6.1 13 years ago
document.less upgrade Dojo to 1.6.1 13 years ago
variables.less update dojo to 1.7.3 12 years ago

README

These are "less" files that compile into the CSS of claro.

---------
Installing and running on Windows:

1. Install node:
    a) Go to https://github.com/ajaxorg/node-builds, press download button, and select "download zip"
    b) unzip the file into C:\

2. Add node environment variables:

    a) open Control Panel --> click System icon --> select Advanced tab --> click Environment variables button
    b) press "edit" on path
    c) depending on what directory you unzipped to and the exact filenames, you will add something like

	;C:\ajaxorg-node-builds-0fcee7d\win32

4. To compile all the files:

	C:\> cd C:\myworkspace\dijit\themes\claro
	C:\> node compile.js

--------
To install/run less version 2 on mac:

1. Install Node.js
	Download a built copy from https://github.com/ajaxorg/node-builds.
	Alternately, go to http://nodejs.org/#download   (./configure, make, make install).
	
2. Edit .bash_profile etc. to add node to your path

	export PATH=$PATH:/opt/less/bin

To compile all the files:

  $ cd dijit/themes/claro
  $ node compile.js

-----

See http://lesscss.org/ and https://github.com/cloudhead/less.js/ for more information.