Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0e251b14

Von Bernd Bleßmann vor fast 2 Jahren hinzugefügt

  • ID 0e251b148529a1acbcad331028e9b8b7579ae6ff
  • Vorgänger 4e6914c9
  • Nachfolger a66ef335

design40: menu.less: calc-Statement escapen für älteren less-Compiler

Unterschiede anzeigen:

css/design40/less/menu.less
288 288
        }
289 289
        & > ul.ui-tabs-nav{
290 290
          top: 69px;
291
          width: calc(100% - 200px);
291
          width: ~"calc(100% - 200px)";
292 292
        }
293 293

  
294 294
      } // / > .tabwidget
css/design40/style.css
553 553
}
554 554
body > div.layout-split-right > #content > form > .tabwidget > ul.ui-tabs-nav {
555 555
  top: 69px;
556
  width: calc(-100%);
556
  width: calc(100% - 200px);
557 557
}
558 558
body > div.layout-split-right > #content > #requirement_spec_tabs.tabwidget > ul.ui-tabs-nav {
559 559
  top: 69px !important ;

Auch abrufbar als: Unified diff