mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-16 21:36:40 +00:00
s/tango/16/g
This commit is contained in:
parent
4c7b2f85a6
commit
983c07f869
@ -78,19 +78,19 @@ html, body {
|
||||
#labels .checking { background-image: url('/pixmaps/checking16.png'); }
|
||||
|
||||
/* The icons for the statusbar */
|
||||
#status #info #connections {background-image:url(/static/images/tango/connections.png)}
|
||||
#status #info #connections {background-image:url(/static/images/16/connections.png)}
|
||||
#status #info #downspeed {background-image:url(/pixmaps/downloading16.png)}
|
||||
#status #info #upspeed {background-image:url(/pixmaps/seeding16.png)}
|
||||
#status #info #incoming_connections { background-image: url('/pixmaps/alert16.png'); }
|
||||
#status #info #dht {background-image:url(/pixmaps/dht16.png)}
|
||||
#status #info #free_space {background-image:url(/static/images/tango/drive-harddisk.png)}
|
||||
#status #info #free_space {background-image:url(/static/images/16/drive-harddisk.png)}
|
||||
|
||||
#details {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.moouiTabs {
|
||||
|
||||
|
||||
}
|
||||
|
||||
.moouiTabs li {
|
||||
@ -157,7 +157,7 @@ li.moouiTabActive {
|
||||
#status #info li {
|
||||
width: auto;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
line-height: 20px;
|
||||
padding-left: 21px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
@ -142,7 +142,7 @@ class TestNoAuth(TestWebUiBase):
|
||||
|
||||
def testStatic(self):
|
||||
self.assert_exists('/static/images/simple_line.jpg')
|
||||
self.assert_exists('/static/images/tango/up.png')
|
||||
self.assert_exists('/static/images/16/up.png')
|
||||
#test 404
|
||||
|
||||
#test template-static
|
||||
|
Loading…
x
Reference in New Issue
Block a user