aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Schneider <schneifu@hotmail.com>2013-02-22 09:46:39 -0600
committerChris Schneider <schneifu@hotmail.com>2013-02-22 09:46:39 -0600
commit5623abb2869d7f3d9c7a06ef39342b4569a3f710 (patch)
treede217e2c8a76217b2991c2b32669e9b3d040de43
parent58cfcd412672d213af01630cf2894ff78a7bf24c (diff)
removed deprecated code
-rw-r--r--MediaBrowser.WebDashboard/Html/css/site.css105
1 files changed, 0 insertions, 105 deletions
diff --git a/MediaBrowser.WebDashboard/Html/css/site.css b/MediaBrowser.WebDashboard/Html/css/site.css
index 2c4971bcc..186266c4d 100644
--- a/MediaBrowser.WebDashboard/Html/css/site.css
+++ b/MediaBrowser.WebDashboard/Html/css/site.css
@@ -531,111 +531,6 @@ form, .readOnlyContent {
}
}
-/*DEPRECATED userItem classes
-.userItem {
- display: inline-block;
- margin: 5px;
- font-size: 15px;
- text-align: left;
-}
-
-.userItemImage {
- height: 100px;
- width: 100px;
- vertical-align: bottom;
-}
-
-.userItemContent {
- display: inline-block;
- height: 100px;
- width: 180px;
- float: right;
- text-shadow: none;
- font-family: 'Segoe UI Light', 'Open Sans', Arial;
-}
-
-.userItemContentInner {
- padding: 15px 5px 5px 10px;
- color: #fff;
-}
-
-.userItemHeader {
- margin: 0 0 10px;
- font-size: 16px;
- text-overflow: ellipsis;
- overflow: hidden;
- text-wrap: avoid;
- font-family: 'Segoe UI Semilight', 'Open Sans', Arial;
-}
-
-@media all and (min-width: 750px) {
-
- .userItem {
- font-size: 16px;
- }
-
- .userItemContentInner {
- padding: 30px 20px 20px;
- }
-
- .userItemImage {
- height: 140px;
- width: 140px;
- }
-
- .userItemContent {
- height: 140px;
- width: 210px;
- }
-
- .userItemHeader {
- font-size: 26px;
- }
-}
-
-@media all and (min-width: 1200px) {
-
- .userItem {
- font-size: 18px;
- }
-
- .userItemImage {
- height: 180px;
- width: 180px;
- }
-
- .userItemContent {
- height: 180px;
- width: 270px;
- }
-
- .userItemHeader {
- font-size: 32px;
- }
-}
-
-@media all and (min-width: 1920px) {
-
- .userItem {
- font-size: 20px;
- }
-
- .userItemImage {
- height: 240px;
- width: 240px;
- }
-
- .userItemContent {
- height: 240px;
- width: 360px;
- }
-
- .userItemHeader {
- font-size: 40px;
- }
-}*/
-/*DEPRECATED userItem classes END
-
/* Startup wizard */
.wizardPage {
background: #e2e2e2;