2018-01-01 17:46:03 +01:00
|
|
|
/*
|
|
|
|
|
To change this license header, choose License Headers in Project Properties.
|
|
|
|
|
To change this template file, choose Tools | Templates
|
|
|
|
|
and open the template in the editor.
|
|
|
|
|
*/
|
|
|
|
|
/*
|
|
|
|
|
Created on : Dec 28, 2017, 11:19:01 AM
|
|
|
|
|
Author : jazz
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
th.zone-room-list {
|
|
|
|
|
padding: 2px;
|
2018-01-02 17:21:00 +01:00
|
|
|
border-spacing: 0px;
|
2018-01-01 17:46:03 +01:00
|
|
|
}
|
2018-01-02 17:21:00 +01:00
|
|
|
|
2018-01-01 17:46:03 +01:00
|
|
|
td.zone-room-list {
|
|
|
|
|
padding-left: 2px;
|
|
|
|
|
padding-right: 2px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2018-01-02 17:21:00 +01:00
|
|
|
|
2018-01-01 18:13:35 +01:00
|
|
|
td.zone-room-list-status {
|
2018-01-02 17:21:00 +01:00
|
|
|
padding-left: 4px;
|
|
|
|
|
padding-right: 4px;
|
2018-01-01 18:13:35 +01:00
|
|
|
text-align: center;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
2018-01-02 17:21:00 +01:00
|
|
|
|
|
|
|
|
.zone-room-list-head {
|
|
|
|
|
background: #E2E2E2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.zone-room-list {
|
|
|
|
|
border-radius:8px;
|
|
|
|
|
border:1px solid #CCCCCC;
|
|
|
|
|
background: #efefef;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.player-control {
|
|
|
|
|
border-radius:8px;
|
|
|
|
|
border:1px solid #CCCCCC;
|
|
|
|
|
background: #efefef;
|
2018-01-01 17:46:03 +01:00
|
|
|
}
|