From 44c830066b7309a1595009eb45ee09de61a57e25 Mon Sep 17 00:00:00 2001 From: Naomi Date: Thu, 10 Feb 2011 20:27:25 -0500 Subject: [PATCH] CC-1880 show content is styled --- .../schedule/show-content-dialog.phtml | 28 +++++++++++++------ public/css/styles.css | 16 ++++++++++- 2 files changed, 35 insertions(+), 9 deletions(-) diff --git a/application/views/scripts/schedule/show-content-dialog.phtml b/application/views/scripts/schedule/show-content-dialog.phtml index dcfb943af..59dab4fbe 100644 --- a/application/views/scripts/schedule/show-content-dialog.phtml +++ b/application/views/scripts/schedule/show-content-dialog.phtml @@ -1,12 +1,24 @@
+ + + + + + + + + +showContent as $row): ?> -
- - - - - - -
+ "> + + + + + + + + +
StartTitleCreatorAlbumLengthGenre
diff --git a/public/css/styles.css b/public/css/styles.css index 0b56c43e1..adf53ab77 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -1301,11 +1301,15 @@ ul.errors li { background-color:#ff753c; } .playing-list { - background-color:#b4e0f7; + background-color:#b0dcf2; +} +.odd.playing-list { + background-color:#bfe5f8; } .gap { background-color:#da5454; } +/*---//////////////////// END NOW PLAYING COLORS ////////////////////---*/ .icon-link, .ui-widget-content a.icon-link { color: #646464; position: relative; @@ -1335,4 +1339,14 @@ ul.errors li { .button-bar .icon-link { float:left; margin:7px 0 0 1px; +} + +#show_content_dialog .datatable tr:first-child td { + border-top:none; +} + +#show_content_dialog .datatable { + margin-top:8px; + + } \ No newline at end of file