dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #16274
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6154: Cleaned up images
------------------------------------------------------------
revno: 6154
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2012-03-03 15:58:08 +0100
message:
Cleaned up images
removed:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/loadingAnimation.gif
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/wrench.png
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/error.png
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/warning.png
renamed:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/asc.gif => dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/asc.gif
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/bg.gif => dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/bg.gif
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/desc.gif => dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/desc.gif
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/error.png => dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/error.png
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/invalid.png => dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/invalid.png
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/success.png => dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/success.png
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/treeview-gray-line.gif => dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/treeview-gray-line.gif
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/ui-anim_basic_16x16.gif => dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/ui-anim_basic.gif
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/valid.png => dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/valid.png
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/warning.png => dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/warning.png
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css 2012-02-15 13:19:34 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css 2012-03-03 14:58:08 +0000
@@ -177,7 +177,7 @@
padding-bottom: 1px;
padding-left: 14px;
background-color: transparent;
- background-image: url("../images/treeview-gray-line.gif");
+ background-image: url('../../images/treeview-gray-line.gif');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0pt 0pt;
@@ -338,54 +338,22 @@
}
/*----------------------------------------------------------------------------*/
-/* Icon */
-/*----------------------------------------------------------------------------*/
-
-.icon
-{
- width: 16px;
- height: 16px;
- display: inline-block;
- cursor: pointer;
-}
-
-.icon span
-{
- display: none;
-}
-
-.editIcon
-{
- background-image: url('../images/edit.png');
-}
-
-.deleteIcon
-{
- background-image: url('../images/delete.png');
-}
-
-.calendarIcon
-{
- background-image: url('../images/calendar_icon.gif');
-}
-
-/*----------------------------------------------------------------------------*/
/* Sorting */
/*----------------------------------------------------------------------------*/
table thead tr .header
{
- background-image: url('../images/bg.gif');
+ background-image: url('../../images/bg.gif');
}
table thead tr .headerSortUp
{
- background-image: url('../images/asc.gif');
+ background-image: url('../../images/asc.gif');
}
table thead tr .headerSortDown
{
- background-image: url('../images/desc.gif');
+ background-image: url('../../images/desc.gif');
}
table thead tr .headerSortUp,
@@ -399,22 +367,22 @@
div.error
{
- background: url(../images/error.png) no-repeat 10px 10px
+ background: url('../../images/error.png') no-repeat 10px 10px
}
div.success
{
- background: url(../images/success.png) no-repeat 10px 10px
+ background: url('../../images/success.png') no-repeat 10px 10px
}
div.warning
{
- background: url(../images/warning.png) no-repeat 10px 10px
+ background: url('../../images/warning.png') no-repeat 10px 10px
}
div.waiting
{
- background: url(../images/wrench.png) no-repeat 10px 10px
+ background: url('../../images/wrench.png') no-repeat 10px 10px
}
div.growlUI h1, div.growlUI h2
@@ -429,19 +397,19 @@
.ui-autocomplete-loading
{
- background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat;
+ background: white url('../../images/ui-anim_basic.gif') right center no-repeat;
}
span.error
{
- background: url('../images/invalid.png') no-repeat;
+ background: url('../../images/invalid.png') no-repeat;
padding-left: 16px;
margin-left: .3em;
}
span.valid
{
- background: url('../images/valid.png') no-repeat;
+ background: url('../../images/valid.png') no-repeat;
padding-left: 16px;
margin-left: .3em;
}
=== removed directory 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images'
=== removed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/loadingAnimation.gif'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/loadingAnimation.gif 2010-12-03 05:41:34 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/loadingAnimation.gif 1970-01-01 00:00:00 +0000 differ
=== removed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/wrench.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/wrench.png 2012-02-15 13:19:34 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/wrench.png 1970-01-01 00:00:00 +0000 differ
=== renamed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/asc.gif' => 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/asc.gif'
=== renamed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/bg.gif' => 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/bg.gif'
=== renamed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/desc.gif' => 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/desc.gif'
=== renamed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/error.png' => 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/error.png'
=== removed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/error.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/error.png 2009-03-03 16:46:36 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/error.png 1970-01-01 00:00:00 +0000 differ
=== renamed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/invalid.png' => 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/invalid.png'
=== renamed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/success.png' => 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/success.png'
=== renamed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/treeview-gray-line.gif' => 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/treeview-gray-line.gif'
=== renamed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/ui-anim_basic_16x16.gif' => 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/ui-anim_basic.gif'
=== renamed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/valid.png' => 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/valid.png'
=== removed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/warning.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/warning.png 2009-03-03 16:46:36 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/warning.png 1970-01-01 00:00:00 +0000 differ
=== renamed file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/images/warning.png' => 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/warning.png'