summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/tundra/Editor.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-05 22:37:24 -0700
committerAndrew Dolgov <[email protected]>2013-04-05 22:37:24 -0700
commit141bc2420e3794fbc299694a110b237d08cef965 (patch)
treec88e57c665c3b78d5a54a23a9f28869b2e065677 /lib/dijit/themes/tundra/Editor.css
parentb87bd8ed5655cdaa5962b9fa9fd31818e1cb2fc2 (diff)
parent4a88841363b664e5db9d1360d7f84597331eb8d9 (diff)
Merge pull request #133 from jchristi/jchristi
Add css optimization to dojo builds
Diffstat (limited to 'lib/dijit/themes/tundra/Editor.css')
-rw-r--r--lib/dijit/themes/tundra/Editor.css17
1 files changed, 1 insertions, 16 deletions
diff --git a/lib/dijit/themes/tundra/Editor.css b/lib/dijit/themes/tundra/Editor.css
index b6f07a1f7..f7f80e86b 100644
--- a/lib/dijit/themes/tundra/Editor.css
+++ b/lib/dijit/themes/tundra/Editor.css
@@ -1,16 +1 @@
-.dijitEditor {
- border:1px solid #bfbfbf;
- border-top:0;
-}
-
-.tundra .dijitEditorIcon {
- background-image: url('../../icons/images/editorIconsEnabled.png'); /* editor icons sprite image - enabled state */
- background-repeat: no-repeat;
- width: 18px;
- height: 18px;
- text-align: center;
-}
-.tundra .dijitDisabled .dijitEditorIcon {
- background-image: url('../../icons/images/editorIconsDisabled.png'); /* editor icons sprite image - disabled state */
-}
-
+.dijitEditor {border:1px solid #bfbfbf; border-top:0;}.tundra .dijitEditorIcon {background-image: url('../../icons/images/editorIconsEnabled.png'); background-repeat: no-repeat; width: 18px; height: 18px; text-align: center;}.tundra .dijitDisabled .dijitEditorIcon {background-image: url('../../icons/images/editorIconsDisabled.png');} \ No newline at end of file