Ignore:
Timestamp:
26 May 2013, 17:33:55 (11 years ago)
Author:
fafalter
Message:

Fixes aus den screenshots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ngren.theme/branches/filip-fixes/ngren/theme/browser/stylesheets/main.css

    r10229 r10230  
    8484        clear:both;
    8585}
     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}
    86107
    87108
    88109/** 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}
    89118@media(max-width:767px){
     119        #user-options{
     120                max-width:100%;
     121                width:auto;
     122                text-align:right;
     123        }
    90124        #partners-tile td {
    91125                display: block;
Note: See TracChangeset for help on using the changeset viewer.