comparison mod_admin_web/admin_web/www_files/css/style.css @ 1219:f53475ee7ff4

mod_admin_web: Some style fixes
author Florian Zeitz <florob@babelmonkeys.de>
date Thu, 31 Oct 2013 21:58:01 +0100
parents 1af68e5e40f3
children
comparison
equal deleted inserted replaced
1218:4c4536481be1 1219:f53475ee7ff4
53 clear: both; 53 clear: both;
54 width: 100%; 54 width: 100%;
55 padding: 0; 55 padding: 0;
56 } 56 }
57 57
58 #header { 58 @media screen and (min-width: 757px) {
59 height: 170px; 59 #header {
60 background: url(../images/blue_orange.png) repeat-x 60 background: url(../images/blue_orange.png) repeat-x
61 }
62 }
63
64 #header img {
65 max-width: 100%;
66 height: auto
61 } 67 }
62 68
63 #menu { 69 #menu {
64 display: none; 70 display: none;
65 color: #454748; 71 color: #454748;
88 #menu li a:hover { 94 #menu li a:hover {
89 color: #6197DF; 95 color: #6197DF;
90 text-decoration: underline 96 text-decoration: underline
91 } 97 }
92 98
99 #selector {
100 display: inline-block
101 }
102
93 #s2sList h2, #c2sList h2 { 103 #s2sList h2, #c2sList h2 {
94 color: #4b8ade; 104 color: #4b8ade;
95 margin: 0 105 margin: 0
96 } 106 }
97 107