Ignore:
Timestamp:
28 May 2013, 13:45:59 (11 years ago)
Author:
uli
Message:

Merge changes from filip-fixes and ulif-user-dropdown back into trunk.

Location:
main/ngren.theme/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/ngren.theme/trunk

  • main/ngren.theme/trunk/ngren/theme/browser/stylesheets/main.css

    r10190 r10240  
    8080
    8181
     82#viewlet-below-content{
     83        display:block;
     84        clear:both;
     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}
     107
    82108
    83109/** 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}
    84118@media(max-width:767px){
     119        #user-options{
     120                max-width:100%;
     121                width:auto;
     122                text-align:right;
     123        }
    85124        #partners-tile td {
    86125                display: block;
Note: See TracChangeset for help on using the changeset viewer.