Fugue icons ftw!

This commit is contained in:
Eike Foken
2011-08-18 19:27:01 +02:00
parent c576293314
commit 04c8301d6f

View File

@@ -434,12 +434,12 @@ a.add {
} }
a.delete { a.delete {
background: url(../images/button-sprite.png) 10px -59px no-repeat #f3f3f3; background: url(../images/icons/minus-circle.png) 10px center no-repeat #f3f3f3;
padding-left: 30px; padding-left: 30px;
} }
a.flag { a.flag {
background: url(../images/button-sprite.png) 10px -94px no-repeat #f3f3f3; background: url(../images/icons/flag.png) 10px center no-repeat #f3f3f3;
padding-left: 30px; padding-left: 30px;
} }
@@ -459,25 +459,25 @@ a.down {
} }
a.save-big { a.save-big {
background: url(../images/button-sprite.png) 15px 13px no-repeat #f3f3f3; background: url(../images/icons/tick.png) 15px center no-repeat #f3f3f3;
font-size: 16px; font-size: 16px;
padding: 10px 15px 10px 35px; padding: 10px 15px 10px 35px;
} }
a.add-big { a.add-big {
background: url(../images/button-sprite.png) 15px -21px no-repeat #f3f3f3; background: url(../images/icons/plus-circle.png) 15px center no-repeat #f3f3f3;
font-size: 16px; font-size: 16px;
padding: 10px 15px 10px 35px; padding: 10px 15px 10px 35px;
} }
a.delete-big { a.delete-big {
background: url(../images/button-sprite.png) 15px -55px no-repeat #f3f3f3; background: url(../images/icons/minus-circle.png) 15px center no-repeat #f3f3f3;
font-size: 16px; font-size: 16px;
padding: 10px 15px 10px 35px; padding: 10px 15px 10px 35px;
} }
a.flag-big { a.flag-big {
background: url(../images/button-sprite.png) 15px -90px no-repeat #f3f3f3; background: url(../images/icons/flag.png) 15px center no-repeat #f3f3f3;
font-size: 16px; font-size: 16px;
padding: 10px 15px 10px 35px; padding: 10px 15px 10px 35px;
} }
@@ -567,7 +567,7 @@ html ul.tabs li.active a:hover {
padding: 4px 8px; padding: 4px 8px;
} }
#JT_arrow_left { #jt_arrow_left {
background: url(../images/arrow-left.gif) left top no-repeat; background: url(../images/arrow-left.gif) left top no-repeat;
position: absolute; position: absolute;
z-index: 101; z-index: 101;
@@ -577,7 +577,7 @@ html ul.tabs li.active a:hover {
top: -3px; top: -3px;
} }
#JT_arrow_right { #jt_arrow_right {
background: url(../images/arrow-right.gif) left top no-repeat; background: url(../images/arrow-right.gif) left top no-repeat;
position: absolute; position: absolute;
z-index: 101; z-index: 101;
@@ -586,7 +586,7 @@ html ul.tabs li.active a:hover {
top: -2px; top: -2px;
} }
#JT { #jt {
position: absolute; position: absolute;
z-index: 100; z-index: 100;
border: 1px solid #ccc; border: 1px solid #ccc;
@@ -595,18 +595,18 @@ html ul.tabs li.active a:hover {
font-size: 10px; font-size: 10px;
} }
#JT_copy { #jt_copy {
padding: 5px; padding: 5px;
color: #666; color: #666;
} }
.JT_loader { .jt_loader {
background: url(../images/ajax-loader.gif) center center no-repeat; background: url(../images/ajax-loader.gif) center center no-repeat;
width: 100%; width: 100%;
height: 12px; height: 12px;
} }
#JT_close_left { #jt_close_left {
background-color: #ccc; background-color: #ccc;
text-align: left; text-align: left;
padding-left: 4px; padding-left: 4px;
@@ -616,7 +616,7 @@ html ul.tabs li.active a:hover {
color: #000; color: #000;
} }
#JT_close_right { #jt_close_right {
background-color: #ccc; background-color: #ccc;
text-align: left; text-align: left;
padding-left: 4px; padding-left: 4px;
@@ -626,16 +626,16 @@ html ul.tabs li.active a:hover {
color: #000; color: #000;
} }
#JT_copy p { #jt_copy p {
margin: 0; margin: 0;
line-height: 12px; line-height: 12px;
} }
#JT_copy img { #jt_copy img {
padding: 1px; padding: 1px;
border: 1px solid #ccc; border: 1px solid #ccc;
} }
.jTip { .jtip {
cursor: help; cursor: help;
} }