Skip to content
Snippets Groups Projects
Commit 5576dfd3 authored by Brian Moe's avatar Brian Moe
Browse files

Removed unused css that was causing problems. (500 errors)

parent 362acd08
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
display: block !important;
}
.dojoxEnlarge {
background: url(images/enlarge.png) no-repeat 0 0;
/* background: url(images/enlarge.png) no-repeat 0 0;*/
top: -5px;
left: -5px;
margin: 0 !important;
......@@ -27,7 +27,7 @@
height: 16px;
}
.dojoxLoading {
background: #333 url(images/loading-dark.gif) no-repeat center center;
/* background: #333 url(images/loading-dark.gif) no-repeat center center;*/
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
......
......@@ -32,7 +32,7 @@
display: block !important;
}
.dojoxEnlarge {
background: url(images/enlarge.png) no-repeat 0 0;
/* background: url(images/enlarge.png) no-repeat 0 0; */
top: -5px;
left: -5px;
margin: 0 !important;
......@@ -40,7 +40,7 @@
height: 16px;
}
.dojoxLoading {
background: #333 url(images/loading-dark.gif) no-repeat center center;
/* background: #333 url(images/loading-dark.gif) no-repeat center center; */
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment