1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/countdown/timer.css
epriestley 974997f6bc Modernize Countdown somewhat
Summary: Far from perfect, but better?

Test Plan:
{F51153}
{F51154}
{F51155}

Reviewers: btrahan, chad

Reviewed By: chad

CC: aran

Differential Revision: https://secure.phabricator.com/D6533
2013-07-23 06:16:19 -07:00

51 lines
856 B
CSS

/**
* @provides phabricator-countdown-css
*/
.phabricator-timer {
width: 90%;
margin: 12px auto;
border: 1px solid #666666;
border-radius: 4px;
background: #ffffff;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.phabricator-remarkup .phabricator-timer {
width: 300px;
}
.phabricator-timer-header {
font-size: 14px;
font-weight: bold;
padding: 4px 8px;
background: #f0f0f0;
border-radius: 4px 4px 0 0;
border-bottom: 1px solid #d7d7d7;
}
.phabricator-timer-table {
width: 100%;
margin: 8px 0;
}
.phabricator-timer-table th {
text-align: center;
color: #666666;
width: 10%;
padding: 4px;
}
.phabricator-timer-table td {
padding: 4px;
text-align: center;
font-size: 36px;
overflow: hidden;
line-height: auto;
height: auto;
line-height: 36px;
}
.phabricator-timer-table small {
color: #999999;
}