Conjunto de mudanças 6557 no repositório publico
- Timestamp:
- 26/06/2012 16:21:43 (9 anos atrás)
- Localização:
- PortalInterlegis/produtos/il.portalinterlegis/trunk/src/il/portalinterlegis
- Arquivos:
-
- 1 adicionado
- 4 editados
Legenda:
- Não Modificado
- Adicionado
- Removido
-
PortalInterlegis/produtos/il.portalinterlegis/trunk/src/il/portalinterlegis/browser/boxes/templates/tabbedpane.html
r6555 r6557 1 1 <div class="il-tabs"> 2 2 <ul> 3 <li><a href="#">Tab 1</a></li> 4 <li><a href="#">Tab 2</a></li> 5 <li><a href="#">Tab 3</a></li> 3 <li><a href="#">Informação</a></li> 4 <li><a href="#">Capacitação</a></li> 5 <li><a href="#">Tecnologia</a></li> 6 <li><a href="#">Comunicação</a></li> 6 7 </ul> 7 <div>First tab content. Tab contents are called "panes"</div> 8 <div>Second tab content</div> 9 <div>Third tab content</div> 8 <div> 9 <div>First tab content. Tab contents are called "panes"</div> 10 <div>Second tab content</div> 11 <div>Third tab content</div> 12 <div>Fourth tab content</div> 13 </div> 10 14 </div> -
PortalInterlegis/produtos/il.portalinterlegis/trunk/src/il/portalinterlegis/sass/_tabs.scss
r6555 r6557 27 27 abs. positioned inside */ 28 28 position: relative; 29 30 @include header-font; 29 31 } 30 32 a { … … 32 34 and only as wide as they need */ 33 35 float: left; 34 padding: 10px 40px; 35 text-decoration: none; 36 padding: 8px 0; 37 width: 230px; 38 text-align: center; 36 39 37 40 /* Default colors */ … … 117 120 } 118 121 } 122 123 .il-tabs > div { 124 border-style: solid; 125 border-width: 4px; 126 border-color: $tabs-active-background-color; 127 min-height: 200px; 128 padding: 10px; 129 } -
PortalInterlegis/produtos/il.portalinterlegis/trunk/src/il/portalinterlegis/sass/style.scss
r6555 r6557 15 15 // ================================================================ 16 16 17 @import "base"; 17 18 @import "dotted-deco"; 18 19 @import "footer"; … … 191 192 // ================================================================ 192 193 @mixin box-header { 194 @include header-font; 193 195 background: $blue; 194 color: #fff;195 font-size: 12px; //TODO rever este tamanho196 196 height: 24px; 197 197 line-height: 26px; 198 198 margin-bottom: 10px; 199 199 padding-left: 10px; 200 text-transform: uppercase;201 200 } 202 201 -
PortalInterlegis/produtos/il.portalinterlegis/trunk/src/il/portalinterlegis/static/js/tabs.js
r6555 r6557 1 1 $(function() { 2 $(".il-tabs > ul").tabs(".il-tabs > div ");2 $(".il-tabs > ul").tabs(".il-tabs > div > div"); 3 3 4 4 // TODO: refactor this to go with the way of JQuery Tools
Note: Veja
TracChangeset
para ajuda no uso do visualizador de conjunto de mudanças.