Sha256: ca53fadbc569abe351e064b291d65be82a761309c60134bac92e47a91c463bcb
Contents?: true
Size: 1.76 KB
Versions: 1
Compression:
Stored size: 1.76 KB
Contents
/* * Metro UI CSS v 0.1.1 * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * PageControl.less * */ .page-control { position: relative; .clearfix; & > ul { .unstyled; .clearfix; position: absolute; z-index: 9000; width: 100%; background-color: rgba(217, 217, 217, 0.16); height: 30px; li:first-child { margin-left: 20px; } li { float: left; display: block; text-align: center; img { float: left; width: 16px; height: 16px; margin-right: 5px; margin-top: 3px; } &.active { border: 1px #ccc solid; border-bottom: 0; background-color: #fff; span, a { color: @blue; } } span, a { text-decoration: none; //text-transform: uppercase; display: block; float: left; padding: 5px 10px; color: #1e1e1e; #font > .navigation; cursor: pointer; outline: 0; } } } &.tabs-right { & > ul { li { .place-right; } } } .frames { margin-top: 28px; width: 100%; min-height: 50px; border: 1px #ccc solid; .frame { width: 100%; min-height: 100%; height: auto; display: none; padding: 20px; &.active { display: block; } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
metro-ui-rails-0.1.3 | vendor/toolkit/metro-ui/pagecontrol.less |