vendor/toolkit/metro-ui/layout.less in metro-ui-rails-0.15.8.13 vs vendor/toolkit/metro-ui/layout.less in metro-ui-rails-0.15.8.14

- old
+ new

@@ -1,14 +1,14 @@ /* * Metro UI CSS - * Copyright 2012 Sergey Pimenov - * Licensed under the MIT License + * (c) 2012-2013 by Sergey Pimenov + * Licensed under the MIT License and Commercial * * Layout.less + * */ - *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } @@ -101,28 +101,32 @@ .avatar { float: right; border: 1px #ccc solid; width: 40px; height: 40px; - img { + img, [class^="icon-"], [class*=" icon-"] { width: 100%; height: 100%; } + [class^="icon-"], [class*=" icon-"] { + margin-top: 2px; + font-size: 30px; + line-height: 30px; + display: block; + } } .name { float: left; - margin: 0px 10px; + margin: -5px 10px 0; text-align: right; .first-name { - font-family: "Open Sans", sans-serif, sans; - font-size: 18pt; + #font > .subheader; display: block; margin: 0; } .last-name { - font-family: "Open Sans", sans-serif, sans; - font-size: 10pt; + #font > .tertiary; display: block; margin: 0; } } }