From f28cde5c711638d257a4f025d2f4e9d80e7d972d Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 24 Jan 2015 15:29:52 -0500 Subject: [PATCH] Improve profile css and general cleanup --- www/css/cytube.css | 6 ++++++ www/css/themes/modern.css | 23 +++++++++++++++++++++-- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/www/css/cytube.css b/www/css/cytube.css index ba96093a..4bb09e18 100644 --- a/www/css/cytube.css +++ b/www/css/cytube.css @@ -240,7 +240,10 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry { padding-top: 5px; padding-bottom: 5px; margin-top: 5px; + margin-right: 5px; color: #ff0000; + text-align: center; + background-color: #352727; } .server-msg-reconnect { @@ -248,7 +251,10 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry { padding-top: 5px; padding-bottom: 5px; margin-top: 5px; + margin-right: 5px; color: #009900; + text-align: center; + background-color: #273529; } .queue_sortable li { diff --git a/www/css/themes/modern.css b/www/css/themes/modern.css index 2222eb81..a0f5821b 100644 --- a/www/css/themes/modern.css +++ b/www/css/themes/modern.css @@ -52,7 +52,16 @@ input.form-control[type="email"], textarea.form-control { .profile-box, .user-dropdown { color: #c8c8c8; - background-color: #1c1e22; + background-color: rgba(28, 30, 34, 0.8); + border: 1px solid #000000 !important; + border-radius: 0px !important; +} + +.profile-image { + border-radius: 0px; + border: solid 1px #000000 !important; + margin-right: 5px; + margin-bottom: 5px; } .poll-notify { @@ -111,7 +120,13 @@ input.form-control[type="email"], textarea.form-control { #chatheader .label { margin-left: 5px !important; - height: 70% !important; + margin-top: 3px; + height: 65% !important; + border-radius: 0px; +} + +#modflair { + margin-right: 5px; } .queue_entry { @@ -138,4 +153,8 @@ input.form-control[type="email"], textarea.form-control { border: 1px solid #000000; border-radius: 0px; margin-bottom: 5px; +} + +#pollwrap > div { + background-color: #3a3e42 !important; } \ No newline at end of file