From e5deae89a4e030f0c065fc04f104704309adf3df Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Thu, 24 Sep 2015 12:54:24 -0400 Subject: [PATCH] Generalize datatables style fixes --- airtime_mvc/public/css/dashboard.css | 8 ++++---- airtime_mvc/public/css/styles.css | 9 +++++++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/airtime_mvc/public/css/dashboard.css b/airtime_mvc/public/css/dashboard.css index e5a95c90f..c78d2a639 100644 --- a/airtime_mvc/public/css/dashboard.css +++ b/airtime_mvc/public/css/dashboard.css @@ -21,10 +21,10 @@ background-color: #242424; } @media screen and (max-width: 1700px) { - #library_display_info { + .dataTables_info { display: none; } - #library_display_length { + .dataTables_length { float: left; } } @@ -42,8 +42,8 @@ } } -@media screen and (max-width: 1260px) { - #library_display_length > label { +@media screen and (max-width: 1265px) { + .dataTables_length > label { /* Hacky, but datatables dumps the select inside the label for some reason... */ font-size: 0 !important; } diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index 2124ebc2d..dcdb20c26 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -3935,6 +3935,11 @@ li .ui-state-hover { max-width: 300px; } -.podcast-metadata input { - width: 100%; +.podcast-metadata label { + display: inline-block; + width: 150px; +} + +.podcast-metadata input[type="text"] { + width: 60%; } \ No newline at end of file