Commit 09342f50 by Chris Rossi

Expunge links to missing images from css.

The JSME tool ships with css stylesheets that point to images that don't
ship with the JSME tool.  This messes up Django's collectstatic script,
so we're just removing the offending rules from JSME's css.
parent b099070f
......@@ -174,9 +174,6 @@ a:active {
.mosaic-ToolButton .mosaic-Split-Button {
background-image: url(images/button/split-button-arrow.png);
}
.mosaic-ToolButton .mosaic-Split-Button-focus {
background-image: url(split-button-arrow-focus.png);
}
.mosaic-ToolButton .mosaic-Split-Button-hover {
background-image: url(images/button/split-button-arrow-hover.png);
}
......@@ -403,53 +400,45 @@ a:active {
opacity: 0.3 !important; /* non-IE */
}
.mosaic-GlassPanel-countertop {
background-image: url("images/glasspanel/countertop.png");
background-repeat: repeat;
filter: alpha(opacity = 40) !important; /* IE */
opacity: 0.4 !important; /* non-IE */
}
.mosaic-GlassPanel-fish {
background-image: url("images/glasspanel/fish.png");
background-repeat: repeat;
}
.mosaic-GlassPanel-fleur_de_lis {
background-image: url("images/glasspanel/fleur_de_lis.png");
background-repeat: repeat;
filter: alpha(opacity = 100) !important; /* IE */
opacity: 1.0 !important; /* non-IE */
}
.mosaic-GlassPanel-floral {
background-image: url("images/glasspanel/floral.png");
background-repeat: repeat;
filter: alpha(opacity = 100) !important; /* IE */
opacity: 1.0 !important; /* non-IE */
}
.mosaic-GlassPanel-moss_ridge {
background-image: url("images/glasspanel/moss_ridge.png");
background-repeat: repeat;
filter: alpha(opacity = 100) !important; /* IE */
opacity: 1.0 !important; /* non-IE */
}
.mosaic-GlassPanel-numbers {
background-image: url("images/glasspanel/numbers.png");
background-repeat: repeat;
filter: alpha(opacity = 100) !important; /* IE */
opacity: 1.0 !important; /* non-IE */
}
.mosaic-GlassPanel-sky_ridge {
background-image: url("images/glasspanel/sky_ridge.png");
background-repeat: repeat;
filter: alpha(opacity = 100) !important; /* IE */
opacity: 1.0 !important; /* non-IE */
}
.mosaic-GlassPanel-snow_ridge {
background-image: url("images/glasspanel/snow_ridge.png");
background-repeat: repeat;
filter: alpha(opacity = 100) !important; /* IE */
......@@ -852,12 +841,6 @@ html>body .mosaic-LayoutPanel-BorderLayout .SouthCollapsedImageButton img {
width: 6px;
height: 6px;
}
html>body .mosaic-DecoratedBottomTabBar .tabBottomLeft {
background: url(images/corner2.png) no-repeat 0px -6px;
}
html>body .mosaic-DecoratedBottomTabBar .tabBottomRight {
background: url(images/corner2.png) no-repeat -6px -6px;
}
* html .mosaic-DecoratedBottomTabBar .tabBottomLeftInner {
width: 5px;
height: 61px;
......@@ -988,23 +971,9 @@ html>body .mosaic-DecoratedBottomTabBar .gwt-TabBarItem-selected .tabBottomRight
.gwt-FastTreeItem .open,.gwt-FastTreeItem .closed,.gwt-FastTreeItem-leaf {
color: black;
}
.gwt-FastTreeItem .open {
background: url('images/fasttree/treeOpen.gif') no-repeat center left;
}
.gwt-FastTreeItem .closed {
background: url('images/fasttree/treeClosed.gif') no-repeat center left;
}
.gwt-FastTreeItem-loading .open {
background: url('images/fasttree/treeLoading.gif') no-repeat center left;
}
.gwt-FastTreeItem-leaf {
}
.gwt-FastTree .treeItemContent {
padding: 2px;
}
.gwt-FastTree .selected .treeItemContent {
background: #e3e8f3 url('images/fasttree/selectionBar.gif') repeat-x;
}
/*** FastTreeTable ***/
......@@ -1052,25 +1021,9 @@ html>body .mosaic-DecoratedBottomTabBar .gwt-TabBarItem-selected .tabBottomRight
.gwt-FastTreeTableItem .open,.gwt-FastTreeTableItem .closed,.gwt-FastTreeTableItem-leaf {
color: black;
}
.gwt-FastTreeTableItem .open {
background: url('images/fasttree/treeOpen.gif') no-repeat center left;
}
.gwt-FastTreeTableItem .closed {
background: url('images/fasttree/treeClosed.gif') no-repeat center left;
}
.gwt-FastTreeTableItem-loading .open {
background: url('images/fasttree/treeLoading.gif') no-repeat center left;
}
.gwt-FastTreeTableItem-leaf {
}
.gwt-FastTreeTable .treeItemContent {
padding: 2px;
}
/*
.gwt-FastTreeTable .selected .treeItemContent {
background: #e3e8f3 url('images/fasttree/selectionBar.gif') repeat-x;
}
*/
/*** gwt-MenuItem ***/
......
......@@ -174,9 +174,6 @@ a:active {
.mosaic-ToolButton .mosaic-Split-Button {
background-image: url(images/button/split-button-arrow.png);
}
.mosaic-ToolButton .mosaic-Split-Button-focus {
background-image: url(split-button-arrow-focus.png);
}
.mosaic-ToolButton .mosaic-Split-Button-hover {
background-image: url(images/button/split-button-arrow-hover.png);
}
......@@ -403,53 +400,45 @@ a:active {
opacity: 0.3 !important; /* non-IE */
}
.mosaic-GlassPanel-countertop {
background-image: url("images/glasspanel/countertop.png");
background-repeat: repeat;
filter: alpha(opacity = 40) !important; /* IE */
opacity: 0.4 !important; /* non-IE */
}
.mosaic-GlassPanel-fish {
background-image: url("images/glasspanel/fish.png");
background-repeat: repeat;
}
.mosaic-GlassPanel-fleur_de_lis {
background-image: url("images/glasspanel/fleur_de_lis.png");
background-repeat: repeat;
filter: alpha(opacity = 100) !important; /* IE */
opacity: 1.0 !important; /* non-IE */
}
.mosaic-GlassPanel-floral {
background-image: url("images/glasspanel/floral.png");
background-repeat: repeat;
filter: alpha(opacity = 100) !important; /* IE */
opacity: 1.0 !important; /* non-IE */
}
.mosaic-GlassPanel-moss_ridge {
background-image: url("images/glasspanel/moss_ridge.png");
background-repeat: repeat;
filter: alpha(opacity = 100) !important; /* IE */
opacity: 1.0 !important; /* non-IE */
}
.mosaic-GlassPanel-numbers {
background-image: url("images/glasspanel/numbers.png");
background-repeat: repeat;
filter: alpha(opacity = 100) !important; /* IE */
opacity: 1.0 !important; /* non-IE */
}
.mosaic-GlassPanel-sky_ridge {
background-image: url("images/glasspanel/sky_ridge.png");
background-repeat: repeat;
filter: alpha(opacity = 100) !important; /* IE */
opacity: 1.0 !important; /* non-IE */
}
.mosaic-GlassPanel-snow_ridge {
background-image: url("images/glasspanel/snow_ridge.png");
background-repeat: repeat;
filter: alpha(opacity = 100) !important; /* IE */
......@@ -852,12 +841,6 @@ html>body .mosaic-LayoutPanel-BorderLayout .SouthCollapsedImageButton img {
width: 6px;
height: 6px;
}
html>body .mosaic-DecoratedBottomTabBar .tabBottomLeft {
background: url(images/corner2.png) no-repeat 0px -6px;
}
html>body .mosaic-DecoratedBottomTabBar .tabBottomRight {
background: url(images/corner2.png) no-repeat -6px -6px;
}
* html .mosaic-DecoratedBottomTabBar .tabBottomLeftInner {
width: 5px;
height: 61px;
......@@ -988,23 +971,9 @@ html>body .mosaic-DecoratedBottomTabBar .gwt-TabBarItem-selected .tabBottomRight
.gwt-FastTreeItem .open,.gwt-FastTreeItem .closed,.gwt-FastTreeItem-leaf {
color: black;
}
.gwt-FastTreeItem .open {
background: url('images/fasttree/treeOpen.gif') no-repeat center left;
}
.gwt-FastTreeItem .closed {
background: url('images/fasttree/treeClosed.gif') no-repeat center left;
}
.gwt-FastTreeItem-loading .open {
background: url('images/fasttree/treeLoading.gif') no-repeat center left;
}
.gwt-FastTreeItem-leaf {
}
.gwt-FastTree .treeItemContent {
padding: 2px;
}
.gwt-FastTree .selected .treeItemContent {
background: #e3e8f3 url('images/fasttree/selectionBar.gif') repeat-x;
}
/*** FastTreeTable ***/
......@@ -1052,25 +1021,9 @@ html>body .mosaic-DecoratedBottomTabBar .gwt-TabBarItem-selected .tabBottomRight
.gwt-FastTreeTableItem .open,.gwt-FastTreeTableItem .closed,.gwt-FastTreeTableItem-leaf {
color: black;
}
.gwt-FastTreeTableItem .open {
background: url('images/fasttree/treeOpen.gif') no-repeat center left;
}
.gwt-FastTreeTableItem .closed {
background: url('images/fasttree/treeClosed.gif') no-repeat center left;
}
.gwt-FastTreeTableItem-loading .open {
background: url('images/fasttree/treeLoading.gif') no-repeat center left;
}
.gwt-FastTreeTableItem-leaf {
}
.gwt-FastTreeTable .treeItemContent {
padding: 2px;
}
/*
.gwt-FastTreeTable .selected .treeItemContent {
background: #e3e8f3 url('images/fasttree/selectionBar.gif') repeat-x;
}
*/
/*** gwt-MenuItem ***/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment