Fixed issues CC-2117 and CC-2118

This commit is contained in:
lukabazuka 2011-03-30 18:04:25 +02:00
parent 9c73ca246a
commit c257bceab0
5 changed files with 25 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1211,6 +1211,10 @@ ul.errors {
margin:0; margin:0;
} }
.formrow-repeat ul.errors {
width:278px;
}
ul.errors li { ul.errors li {
color:#902d2d; color:#902d2d;
font-size:11px; font-size:11px;
@ -1440,7 +1444,7 @@ div.success{
list-style-type:none; list-style-type:none;
margin:0 0 7px 0; margin:0 0 7px 0;
padding:0; padding:0;
height:26px; /*height:26px;*/
display:block; display:block;
} }
.formrow-repeat li .ui-button-icon-only { .formrow-repeat li .ui-button-icon-only {
@ -1501,7 +1505,10 @@ div.success{
.small-icon.rebroadcast { .small-icon.rebroadcast {
background:url(images/icon_rebroadcast.png) no-repeat 0 0; background:url(images/icon_rebroadcast.png) no-repeat 0 0;
} }
.small-icon.soundcloud {
background:url(images/icon_soundcloud.png) no-repeat 0 0;
width:21px;
}
.medium-icon { .medium-icon {
display:block; display:block;
width:25px; width:25px;
@ -1511,8 +1518,23 @@ div.success{
} }
.medium-icon.recording { .medium-icon.recording {
background:url(images/icon_record_m.png) no-repeat 0 0; background:url(images/icon_record_m.png) no-repeat 0 0;
width:20px;
} }
.medium-icon.rebroadcast { .medium-icon.rebroadcast {
background:url(images/icon_rebroadcast_m.png) no-repeat 0 0; background:url(images/icon_rebroadcast_m.png) no-repeat 0 0;
} }
.medium-icon.soundcloud {
background:url(images/icon_soundcloud_m.png) no-repeat 0 0;
width:21px;
}
.medium-icon.nowplaying, .medium-icon.finishedplaying {
background:url(images/icon_nowplaying_m.png) no-repeat 0 0;
width:12px;
height:9px;
float:left;
margin-left:6px;
margin-right:0;
}
.medium-icon.finishedplaying {
background:url(images/icon_finishedplaying_m.png) no-repeat 0 0;
}