diff --git a/resources/css/style.css b/resources/css/style.css index aaff7ac3207db9c7d32586d1d9fa94f898f9f5c4..10154cef184eeb02e1e4802d6e80da5009b1fc5b 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -332,58 +332,3 @@ main #mobilesubmit { #languagebar { font-size:0.8rem; } - -@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) { - header .title{ - height:2rem; - line-height: 2rem; - } - header .title span{ - height:2rem; - line-height:2rem; - } - - header .title span h1{ - font-size: 1rem; - letter-spacing:0.1rem; - height:2rem; - line-height:2rem; - } - header ul { - padding:0rem; - } - header ul img{ - max-width:60%; - } - main h2 { - font-size: 1.1rem; - } - #languagebar, .erroricon, #loginicon, .logintext { - display: none; - } - body { - font-size: 0.9rem; - } - #wrap { - margin: 0; - } - h1,h2,h3,h4 { - font-size: 110%; - } - - #content { - margin-bottom: 10px; - padding: 0; - padding-left: 5px; - } - input[type="text"], input[type="password"] { - height: 1.5em; - font-size: 1em; - } - #mobilesubmit { - display: inline; - } - .youareadmin { - font-size: 50%; - } -}