- Timestamp:
- 26 May 2013, 17:33:55 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ngren.theme/branches/filip-fixes/ngren/theme/browser/stylesheets/main.css
r10229 r10230 84 84 clear:both; 85 85 } 86 #user-options{ 87 max-width:330px; 88 text-align:right; 89 } 90 91 92 .label:empty, .badge:empty { 93 display:inline-block; 94 } 95 96 #content div.newsImageContainer p.discreet { 97 background-color: rgba(40, 40, 40, 0.7); 98 color: White; 99 font-weight: bold; 100 left: 5px; 101 margin: 0; 102 padding: 0.5em; 103 position: relative; 104 top: -38px; 105 width: 189px; 106 } 86 107 87 108 88 109 /** responsive Banners **/ 110 @media(min-width:768px) and (max-width:979px){ 111 #user-options{ 112 max-width:100%; 113 width:auto; 114 text-align:right; 115 } 116 117 } 89 118 @media(max-width:767px){ 119 #user-options{ 120 max-width:100%; 121 width:auto; 122 text-align:right; 123 } 90 124 #partners-tile td { 91 125 display: block;
Note: See TracChangeset for help on using the changeset viewer.