Changeset 10230 for main/ngren.theme


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

Fixes aus den screenshots

Location:
main/ngren.theme/branches/filip-fixes/ngren/theme
Files:
1 added
3 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;
  • main/ngren.theme/branches/filip-fixes/ngren/theme/ngren_theme/rules.xml

    r10229 r10230  
    77
    88        <theme href="home.html" css:if-content="body.template-frontpageview" />
     9        <theme href="full.html" css:if-content="#portal-column-content.width-full"/>
    910        <theme href="example.html"/>
    1011        <notheme if="$ajax_load" />
     
    1415        <notheme if="contains($path, 'advanced/anchor.htm')"/>
    1516        <notheme if="contains($path, 'advanced/source_editor.htm')"/>
     17        <notheme if="contains($path, 'image_view_fullscreen')"/>
    1618        <notheme if-path="@@manage-viewlets" />
    1719
     
    5961       
    6062        <!-- Footer -->
    61         <replace css:theme=".section" css:content=".section"/>
     63        <replace css:theme=".footer .section" css:content="#portal-footer-wrapper .section"/>
    6264       
    6365</rules>
  • main/ngren.theme/branches/filip-fixes/ngren/theme/skins/ngren_theme_styles/public.css

    r10190 r10230  
    480480    font-weight: normal;
    481481}
     482.suppressVisualEditor{
     483        margin-top:-1.8em !important;
     484        padding-left:5px;
     485}
    482486
    483487#content .visualHighlight {
     
    12531257select{
    12541258        width:170px;
     1259        min-height: 30px;
    12551260}
    12561261.optionsToggle {
Note: See TracChangeset for help on using the changeset viewer.