css fixed
This commit is contained in:
parent
6d20261447
commit
89836832c0
|
@ -12,11 +12,21 @@
|
||||||
background: green none repeat scroll 0 0;
|
background: green none repeat scroll 0 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
|
display: block;
|
||||||
|
font-size: 12px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
.mep_status .err {
|
.mep_status .err {
|
||||||
background: red none repeat scroll 0 0;
|
background: red none repeat scroll 0 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
|
display: block;
|
||||||
|
font-size: 12px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
td.mep_event_seat.column-mep_event_seat span {
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
#mep_uid {
|
#mep_uid {
|
||||||
width: 65px;
|
width: 65px;
|
||||||
|
|
Loading…
Reference in New Issue