File:  [LON-CAPA] / loncom / html / adm / countdown / jquery.countdown.css
Revision 1.2: download - view: text, annotated - select for diffs
Wed Jan 15 14:45:11 2014 UTC (10 years, 6 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, version_2_11_5, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0, HEAD
- Update jquery.countdown to 1.6.3

    1: /* jQuery Countdown styles 1.6.3. */
    2: .hasCountdown {
    3: 	border: 1px solid #ccc;
    4: 	background-color: #eee;
    5: }
    6: .countdown_rtl {
    7: 	direction: rtl;
    8: }
    9: .countdown_holding span {
   10: 	color: #888;
   11: }
   12: .countdown_row {
   13: 	clear: both;
   14: 	width: 100%;
   15: 	padding: 0px 2px;
   16: 	text-align: center;
   17: }
   18: .countdown_show1 .countdown_section {
   19: 	width: 98%;
   20: }
   21: .countdown_show2 .countdown_section {
   22: 	width: 48%;
   23: }
   24: .countdown_show3 .countdown_section {
   25: 	width: 32.5%;
   26: }
   27: .countdown_show4 .countdown_section {
   28: 	width: 24.5%;
   29: }
   30: .countdown_show5 .countdown_section {
   31: 	width: 19.5%;
   32: }
   33: .countdown_show6 .countdown_section {
   34: 	width: 16.25%;
   35: }
   36: .countdown_show7 .countdown_section {
   37: 	width: 14%;
   38: }
   39: .countdown_section {
   40: 	display: block;
   41: 	float: left;
   42: 	font-size: 75%;
   43: 	text-align: center;
   44: }
   45: .countdown_amount {
   46: 	font-size: 200%;
   47: }
   48: .countdown_descr {
   49: 	display: block;
   50: 	width: 100%;
   51: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>